Skip to content

Commit 7038903

Browse files
authored
chore(requirements): pip-compile upgrade (#198)
updates: - requirements/devpi.txt - requirements/test.txt
1 parent 2a31660 commit 7038903

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements/devpi.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ argon2-cffi-bindings==21.2.0
1414
# via argon2-cffi
1515
attrs==25.3.0
1616
# via devpi-server
17-
beautifulsoup4==4.13.3
17+
beautifulsoup4==4.13.4
1818
# via devpi-web
1919
build==1.2.2.post1
2020
# via
2121
# check-manifest
2222
# devpi-client
23-
certifi==2025.1.31
23+
certifi==2025.4.26
2424
# via
2525
# httpcore
2626
# httpx
@@ -58,9 +58,9 @@ docutils==0.21.2
5858
# via
5959
# devpi-web
6060
# readme-renderer
61-
h11==0.14.0
61+
h11==0.16.0
6262
# via httpcore
63-
httpcore==1.0.8
63+
httpcore==1.0.9
6464
# via httpx
6565
httpx==0.28.1
6666
# via devpi-server
@@ -85,7 +85,7 @@ legacy-cgi==2.6.3
8585
# webob
8686
nh3==0.2.21
8787
# via readme-renderer
88-
packaging==24.2
88+
packaging==25.0
8989
# via
9090
# build
9191
# packaging-legacy
@@ -144,7 +144,7 @@ six==1.17.0
144144
# via python-dateutil
145145
sniffio==1.3.1
146146
# via anyio
147-
soupsieve==2.6
147+
soupsieve==2.7
148148
# via beautifulsoup4
149149
strictyaml==1.7.3
150150
# via devpi-server
@@ -168,7 +168,7 @@ zope-interface==7.2
168168
# via pyramid
169169

170170
# The following packages are considered to be unsafe in a requirements file:
171-
setuptools==78.1.0
171+
setuptools==80.0.0
172172
# via
173173
# check-manifest
174174
# pyramid

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
build==1.2.2.post1
88
# via -r test.in
9-
certifi==2025.1.31
9+
certifi==2025.4.26
1010
# via requests
1111
cffi==1.17.1
1212
# via cryptography
@@ -36,13 +36,13 @@ markdown-it-py==3.0.0
3636
# via rich
3737
mdurl==0.1.2
3838
# via markdown-it-py
39-
more-itertools==10.6.0
39+
more-itertools==10.7.0
4040
# via
4141
# jaraco-classes
4242
# jaraco-functools
4343
nh3==0.2.21
4444
# via readme-renderer
45-
packaging==24.2
45+
packaging==25.0
4646
# via
4747
# build
4848
# twine

0 commit comments

Comments
 (0)