Skip to content

Commit

Permalink
Bump greenlet from 3.0.1 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [greenlet](https://github.com/python-greenlet/greenlet) from 3.0.1 to 3.0.3.
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst)
- [Commits](python-greenlet/greenlet@3.0.1...3.0.3)

---
updated-dependencies:
- dependency-name: greenlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 70a9462 commit 774f78d
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ filelock = "==3.13.1"
flask-cors = "==4.0.0"
flask-restful = "==0.3.10"
flask = "==3.0.2"
greenlet = "==3.0.1"
greenlet = "==3.0.3"
ics = "==0.7.2"
itsdangerous = ">=1.1.0"
jinja2 = ">=2.11.3"
Expand Down
119 changes: 60 additions & 59 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ filelock==3.13.1; python_version >= '3.8'
flask==3.0.2; python_version >= '3.8'
flask-cors==4.0.0
flask-restful==0.3.10
greenlet==3.0.1; python_version >= '3.7'
greenlet==3.0.3; python_version >= '3.7'
ics==0.7.2
importlib-metadata==7.0.1; python_version < '3.9'
importlib-resources==6.1.1; python_version < '3.9'
Expand Down

0 comments on commit 774f78d

Please sign in to comment.