Skip to content

Commit

Permalink
chore: bump greenlet to v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 13, 2023
1 parent 9060038 commit fe93716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
- setuptools_scm
run:
- python
- greenlet ==3.0.0
- greenlet ==3.0.1
- pyee ==11.0.1
- typing_extensions # [py<39]
test:
Expand Down
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.0.0",
"greenlet==3.0.1",
"pyee==11.0.1",
"typing-extensions;python_version<='3.8'",
],
Expand Down

0 comments on commit fe93716

Please sign in to comment.