Skip to content

Commit 04235c0

Browse files
authored
chore: bump greenlet to v2.0.2 (#1917)
1 parent 572a78a commit 04235c0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

conda_build_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
python:
2-
- 3.7
32
- 3.8
43
- 3.9
54
- "3.10"

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 ==2.0.1
26+
- greenlet ==2.0.2
2727
- pyee ==9.0.4
2828
- typing_extensions # [py<39]
2929
test:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def _download_and_extract_local_driver(
212212
packages=["playwright"],
213213
include_package_data=True,
214214
install_requires=[
215-
"greenlet==2.0.1",
215+
"greenlet==2.0.2",
216216
"pyee==9.0.4",
217217
"typing-extensions;python_version<='3.8'",
218218
],

0 commit comments

Comments
 (0)