Skip to content

Commit 7d9a7f5

Browse files
authored
chore(requirements): uv pip compile upgrade (#230)
updates: - requirements/devpi.txt - requirements/test.txt
1 parent 668ee39 commit 7d9a7f5

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

requirements/devpi.txt

Lines changed: 4 additions & 8 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.11.0
3+
anyio==4.12.0
44
# via httpx
55
argon2-cffi==25.1.0
66
# via
@@ -12,7 +12,7 @@ attrs==25.4.0
1212
# via
1313
# devpi-server
1414
# devpi-web
15-
beautifulsoup4==4.14.2
15+
beautifulsoup4==4.14.3
1616
# via devpi-web
1717
build==1.3.0
1818
# via
@@ -101,7 +101,7 @@ plaster==1.1.2
101101
# pyramid
102102
plaster-pastedeploy==1.0.1
103103
# via pyramid
104-
platformdirs==4.5.0
104+
platformdirs==4.5.1
105105
# via
106106
# devpi-client
107107
# devpi-server
@@ -136,17 +136,13 @@ requests==2.32.5
136136
# via devpi-common
137137
ruamel-yaml==0.18.16
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
144142
# pyramid
145143
# zope-deprecation
146144
six==1.17.0
147145
# via python-dateutil
148-
sniffio==1.3.1
149-
# via anyio
150146
soupsieve==2.8
151147
# via beautifulsoup4
152148
strictyaml==1.7.3
@@ -155,7 +151,7 @@ translationstring==1.4
155151
# via pyramid
156152
typing-extensions==4.15.0
157153
# via beautifulsoup4
158-
urllib3==2.5.0
154+
urllib3==2.6.0
159155
# via requests
160156
venusian==3.1.1
161157
# via pyramid

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ secretstorage==3.5.0
6767
# via keyring
6868
twine==6.2.0
6969
# via -r test.in
70-
urllib3==2.5.0
70+
urllib3==2.6.0
7171
# via
7272
# requests
7373
# twine

0 commit comments

Comments
 (0)