Skip to content

Commit ed5655d

Browse files
committed
Bumped up the anyio dependency
1 parent ef9d168 commit ed5655d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ uvloop
1414
vulture>=2.3.0
1515
numpy>=1.24.0
1616
redis-entraid==1.0.0
17-
anyio[trio]>=4.5.2
17+
anyio[trio]>=4.9.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = ['async-timeout>=4.0.3; python_full_version<"3.11.3"']
3232

3333
[project.optional-dependencies]
3434
anyio = [
35-
"anyio >= 4.5.2",
35+
"anyio >= 4.9.0",
3636
]
3737
hiredis = [
3838
"hiredis>=3.2.0",

0 commit comments

Comments
 (0)