Skip to content

Commit 03da4d1

Browse files
committed
Bump uvloop from 0.21.0 to 0.22.1
1 parent d8b134d commit 03da4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jsonschema = ">=4.23.0,<5.0.0"
3535
numpydoc = {version = "*", optional = true} # used in utils.py
3636

3737
uvicorn = {version = ">=0.32.1,<1.0.0", optional = true}
38-
uvloop = {version = "^0.21.0", optional = true, markers="sys_platform != 'win32'"}
38+
uvloop = {version = "^0.22.1", optional = true, markers="sys_platform != 'win32'"}
3939
gunicorn = {version = "^23.0.0", optional = true}
4040
fastapi = {version = ">=0.120.1", optional = true}
4141
backoff = {version = "*", optional = true}

0 commit comments

Comments
 (0)