Skip to content

Commit 6c6659f

Browse files
authored
chore(requirements): pip-compile upgrade (#197)
updates: - requirements/devpi.txt - requirements/test.txt
1 parent aef3a45 commit 6c6659f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements/devpi.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docutils==0.21.2
6060
# readme-renderer
6161
h11==0.14.0
6262
# via httpcore
63-
httpcore==1.0.7
63+
httpcore==1.0.8
6464
# via httpx
6565
httpx==0.28.1
6666
# via devpi-server
@@ -150,9 +150,9 @@ strictyaml==1.7.3
150150
# via devpi-server
151151
translationstring==1.4
152152
# via pyramid
153-
typing-extensions==4.13.0
153+
typing-extensions==4.13.2
154154
# via beautifulsoup4
155-
urllib3==2.3.0
155+
urllib3==2.4.0
156156
# via requests
157157
venusian==3.1.1
158158
# via pyramid

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ requests-toolbelt==1.0.0
6565
# via twine
6666
rfc3986==2.0.0
6767
# via twine
68-
rich==13.9.4
68+
rich==14.0.0
6969
# via twine
7070
secretstorage==3.3.3
7171
# via keyring
7272
twine==6.1.0
7373
# via -r test.in
74-
urllib3==2.3.0
74+
urllib3==2.4.0
7575
# via
7676
# requests
7777
# twine

0 commit comments

Comments
 (0)