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
23 changes: 13 additions & 10 deletions requirements/devpi.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=devpi.txt devpi.in
anyio==4.12.1
anyio==4.13.0
# via httpx
argon2-cffi==25.1.0
# via
# devpi-server
# passlib
argon2-cffi-bindings==25.1.0
# via argon2-cffi
attrs==25.4.0
attrs==26.1.0
# via
# devpi-server
# devpi-web
beautifulsoup4==4.14.3
# via devpi-web
build==1.4.0
build==1.4.2
# via
# check-manifest
# devpi-client
Expand All @@ -29,7 +29,7 @@ cffi==2.0.0
# cmarkgfm
chameleon==4.6.0
# via pyramid-chameleon
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
check-manifest==0.51
# via devpi-client
Expand All @@ -39,18 +39,18 @@ defusedxml==0.7.1
# via
# devpi-server
# devpi-web
devpi-client==7.2.0
devpi-client==7.2.1
# via -r devpi.in
devpi-common==4.1.1
# via
# devpi-client
# devpi-server
# devpi-web
devpi-server==6.19.1
devpi-server==6.19.2
# via
# -r devpi.in
# devpi-web
devpi-web==5.0.1
devpi-web==5.0.2
# via -r devpi.in
docutils==0.22.4
# via
Expand Down Expand Up @@ -81,7 +81,7 @@ legacy-cgi==2.6.4
# via
# devpi-server
# webob
nh3==0.3.3
nh3==0.3.4
# via readme-renderer
packaging==26.0
# via
Expand Down Expand Up @@ -132,8 +132,11 @@ readme-renderer==44.0
# via devpi-web
repoze-lru==0.7
# via devpi-server
requests==2.32.5
# via devpi-common
requests==2.33.0
# via
# devpi-client
# devpi-common
# devpi-server
ruamel-yaml==0.19.1
# via devpi-server
setuptools==81.0.0
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --output-file=test.txt test.in
build==1.4.0
build==1.4.2
# via -r test.in
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
cryptography==46.0.5
cryptography==46.0.6
# via secretstorage
docutils==0.22.4
# via readme-renderer
Expand All @@ -18,7 +18,7 @@ idna==3.11
# via requests
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.1
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand All @@ -36,7 +36,7 @@ more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.3
nh3==0.3.4
# via readme-renderer
packaging==26.0
# via
Expand All @@ -52,7 +52,7 @@ pyproject-hooks==1.2.0
# via build
readme-renderer==44.0
# via twine
requests==2.32.5
requests==2.33.0
# via
# requests-toolbelt
# twine
Expand Down