Skip to content

Commit 49bb4a0

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/devpi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ translationstring==1.4
151151
# via pyramid
152152
typing-extensions==4.15.0
153153
# via beautifulsoup4
154-
urllib3==2.6.0
154+
urllib3==2.6.2
155155
# via requests
156156
venusian==3.1.1
157157
# 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.6.0
70+
urllib3==2.6.2
7171
# via
7272
# requests
7373
# twine

0 commit comments

Comments
 (0)