Skip to content

Commit 3ea0b4c

Browse files
authored
chore(requirements): uv pip compile upgrade (#235)
updates: - requirements/devpi.txt - requirements/test.txt
1 parent 5a409a0 commit 3ea0b4c

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

requirements/devpi.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file=devpi.txt devpi.in
3-
anyio==4.12.0
3+
anyio==4.12.1
44
# via httpx
55
argon2-cffi==25.1.0
66
# via
@@ -18,7 +18,7 @@ build==1.3.0
1818
# via
1919
# check-manifest
2020
# devpi-client
21-
certifi==2025.11.12
21+
certifi==2026.1.4
2222
# via
2323
# httpcore
2424
# httpx
@@ -134,10 +134,8 @@ repoze-lru==0.7
134134
# via devpi-server
135135
requests==2.32.5
136136
# via devpi-common
137-
ruamel-yaml==0.18.17
137+
ruamel-yaml==0.19.1
138138
# via devpi-server
139-
ruamel-yaml-clib==0.2.15
140-
# via ruamel-yaml
141139
setuptools==80.9.0
142140
# via
143141
# check-manifest
@@ -153,7 +151,7 @@ translationstring==1.4
153151
# via pyramid
154152
typing-extensions==4.15.0
155153
# via beautifulsoup4
156-
urllib3==2.6.2
154+
urllib3==2.6.3
157155
# via requests
158156
venusian==3.1.1
159157
# via pyramid

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --output-file=test.txt test.in
33
build==1.3.0
44
# via -r test.in
5-
certifi==2025.11.12
5+
certifi==2026.1.4
66
# via requests
77
cffi==2.0.0
88
# via cryptography
@@ -67,7 +67,7 @@ secretstorage==3.5.0
6767
# via keyring
6868
twine==6.2.0
6969
# via -r test.in
70-
urllib3==2.6.2
70+
urllib3==2.6.3
7171
# via
7272
# requests
7373
# twine

0 commit comments

Comments
 (0)