Skip to content

Commit fc91dfd

Browse files
authored
chore: bump greenlet to v3.0.1 (microsoft#2158)
1 parent 8e120e4 commit fc91dfd

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
@@ -23,7 +23,7 @@ requirements:
2323
- setuptools_scm
2424
run:
2525
- python
26-
- greenlet ==3.0.0
26+
- greenlet ==3.0.1
2727
- pyee ==11.0.1
2828
- typing_extensions # [py<39]
2929
test:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def _download_and_extract_local_driver(
218218
],
219219
include_package_data=True,
220220
install_requires=[
221-
"greenlet==3.0.0",
221+
"greenlet==3.0.1",
222222
"pyee==11.0.1",
223223
"typing-extensions;python_version<='3.8'",
224224
],

0 commit comments

Comments
 (0)