Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions requirements/devpi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ attrs==26.1.0
# devpi-web
beautifulsoup4==4.14.3
# via devpi-web
build==1.4.4
build==1.5.0
# via
# check-manifest
# devpi-client
Expand All @@ -39,18 +39,18 @@ defusedxml==0.7.1
# via
# devpi-server
# devpi-web
devpi-client==7.2.1
devpi-client==7.3.0
# via -r devpi.in
devpi-common==4.1.1
# via
# devpi-client
# devpi-server
# devpi-web
devpi-server==6.19.3
devpi-server==6.20.1
# via
# -r devpi.in
# devpi-web
devpi-web==5.0.2
devpi-web==5.1.0
# via -r devpi.in
docutils==0.22.4
# via
Expand All @@ -64,7 +64,7 @@ httpx==0.28.1
# via devpi-server
hupper==1.12.1
# via pyramid
idna==3.13
idna==3.14
# via
# anyio
# httpx
Expand Down Expand Up @@ -132,7 +132,7 @@ readme-renderer==44.0
# via devpi-web
repoze-lru==0.7
# via devpi-server
requests==2.33.1
requests==2.34.0
# via
# devpi-client
# devpi-common
Expand All @@ -155,7 +155,7 @@ translationstring==1.4
# via pyramid
typing-extensions==4.15.0
# via beautifulsoup4
urllib3==2.6.3
urllib3==2.7.0
# via requests
venusian==3.1.1
# via pyramid
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --output-file=test.txt test.in
build==1.4.4
build==1.5.0
# via -r test.in
certifi==2026.4.22
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
cryptography==47.0.0
cryptography==48.0.0
# via secretstorage
docutils==0.22.4
# via readme-renderer
id==1.6.1
# via twine
idna==3.13
idna==3.14
# via requests
jaraco-classes==3.4.0
# via keyring
Expand All @@ -28,7 +28,7 @@ jeepney==0.9.0
# secretstorage
keyring==25.7.0
# via twine
markdown-it-py==4.0.0
markdown-it-py==4.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
Expand All @@ -52,7 +52,7 @@ pyproject-hooks==1.2.0
# via build
readme-renderer==44.0
# via twine
requests==2.33.1
requests==2.34.0
# via
# requests-toolbelt
# twine
Expand All @@ -66,7 +66,7 @@ secretstorage==3.5.0
# via keyring
twine==6.2.0
# via -r test.in
urllib3==2.6.3
urllib3==2.7.0
# via
# id
# requests
Expand Down