Skip to content

Commit ef21158

Browse files
Bump uvloop from 0.21.0 to 0.22.1
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.21.0 to 0.22.1. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](MagicStack/uvloop@v0.21.0...v0.22.1) --- updated-dependencies: - dependency-name: uvloop dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 46ef156 commit ef21158

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ typing-extensions==4.15.0
4646
# via
4747
# aiosignal
4848
# multidict
49-
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
49+
uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython"
5050
# via -r requirements/base.in
5151
yarl==1.22.0
5252
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ typing-inspection==0.4.2
269269
# via pydantic
270270
urllib3==2.5.0
271271
# via requests
272-
uvloop==0.21.0 ; platform_system != "Windows"
272+
uvloop==0.22.1 ; platform_system != "Windows"
273273
# via
274274
# -r requirements/base.in
275275
# -r requirements/lint.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ typing-inspection==0.4.2
259259
# via pydantic
260260
urllib3==2.5.0
261261
# via requests
262-
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
262+
uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython"
263263
# via
264264
# -r requirements/base.in
265265
# -r requirements/lint.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ typing-extensions==4.15.0
115115
# virtualenv
116116
typing-inspection==0.4.2
117117
# via pydantic
118-
uvloop==0.21.0 ; platform_system != "Windows"
118+
uvloop==0.22.1 ; platform_system != "Windows"
119119
# via -r requirements/lint.in
120120
valkey==6.1.1
121121
# via -r requirements/lint.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ typing-extensions==4.15.0
148148
# typing-inspection
149149
typing-inspection==0.4.2
150150
# via pydantic
151-
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
151+
uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython"
152152
# via -r requirements/base.in
153153
wait-for-it==2.3.0
154154
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)