Skip to content

Commit

Permalink
build(deps): bump greenlet from 3.1.0 to 3.1.1 (#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 65a86d9 commit d9cdfbb
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 @@ -26,7 +26,7 @@ requirements:
- setuptools_scm
run:
- python >=3.8
- greenlet ==3.1.0
- greenlet ==3.1.1
- pyee ==12.0.0

test: # [build_platform == target_platform]
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.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 d9cdfbb

Please sign in to comment.