Skip to content

Commit

Permalink
build(deps): bump pyee from 11.1.0 to 12.0.0 (#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent eb28cc7 commit b940055
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 @@ -27,7 +27,7 @@ requirements:
run:
- python >=3.8
- greenlet ==3.0.3
- pyee ==11.1.0
- pyee ==12.0.0

test: # [build_platform == target_platform]
requires:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def _download_and_extract_local_driver(
include_package_data=True,
install_requires=[
"greenlet==3.0.3",
"pyee==11.1.0",
"pyee==12.0.0",
],
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
setup_requires=["setuptools-scm==8.1.0", "wheel==0.42.0"],
Expand Down

0 comments on commit b940055

Please sign in to comment.