Skip to content

Commit 5820e9d

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 c3685da commit 5820e9d

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
@@ -44,7 +44,7 @@ typing-extensions==4.15.0
4444
# via
4545
# aiosignal
4646
# multidict
47-
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
47+
uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython"
4848
# via -r requirements/base.in
4949
yarl==1.22.0
5050
# via -r requirements/runtime-deps.in

requirements/constraints.txt

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

requirements/dev.txt

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

requirements/lint.txt

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

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ typing-extensions==4.15.0
142142
# typing-inspection
143143
typing-inspection==0.4.2
144144
# via pydantic
145-
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
145+
uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpython"
146146
# via -r requirements/base.in
147147
wait-for-it==2.3.0
148148
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)