Skip to content

Commit 016fce6

Browse files
committed
Update uvloop
1 parent 16a4be8 commit 016fce6

File tree

2 files changed

+43
-36
lines changed

2 files changed

+43
-36
lines changed

poetry.lock

Lines changed: 41 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ raven = { version = "*", optional = true }
6969
rich = { version = "*", optional = true }
7070
setuptools = [{ version = '*', python = "< 3.8" }]
7171
typing_extensions = [{ version = '*', python = "< 3.10" }]
72-
uvloop = { version = ">=0.19, <1", optional = true }
72+
uvloop = { version = ">=0.21, <1", optional = true }
7373
uvicorn = { version = "^0.27", optional = true }
7474
asgiref = { version = "^3.7", optional = true }
7575
dnslib = { version = "^0.9", optional = true }
@@ -116,7 +116,7 @@ pytest-rerunfailures = "^14.0"
116116
sphinxcontrib-googleanalytics = "^0.4"
117117

118118
[tool.poetry.group.uvloop.dependencies]
119-
uvloop = "^0.19.0"
119+
uvloop = "^0.21"
120120

121121
[tool.poetry.extras]
122122
aiohttp = ["aiohttp"]

0 commit comments

Comments
 (0)