Skip to content

Commit

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

---
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 Sep 23, 2024
1 parent 65a86d9 commit 3f52206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def _download_and_extract_local_driver(
],
include_package_data=True,
install_requires=[
"greenlet==3.1.0",
"greenlet==3.1.1",
"pyee==12.0.0",
],
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
Expand Down

0 comments on commit 3f52206

Please sign in to comment.