Skip to content

Commit b940055

Browse files
build(deps): bump pyee from 11.1.0 to 12.0.0 (microsoft#2548)
1 parent eb28cc7 commit b940055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requirements:
2727
run:
2828
- python >=3.8
2929
- greenlet ==3.0.3
30-
- pyee ==11.1.0
30+
- pyee ==12.0.0
3131

3232
test: # [build_platform == target_platform]
3333
requires:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _download_and_extract_local_driver(
219219
include_package_data=True,
220220
install_requires=[
221221
"greenlet==3.0.3",
222-
"pyee==11.1.0",
222+
"pyee==12.0.0",
223223
],
224224
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
225225
setup_requires=["setuptools-scm==8.1.0", "wheel==0.42.0"],

0 commit comments

Comments
 (0)