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
16 changes: 8 additions & 8 deletions requirements/devpi.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --output-file=devpi.txt devpi.in
anyio==4.14.1
anyio==4.14.2
# via httpx
argon2-cffi==25.1.0
# via
Expand All @@ -14,7 +14,7 @@ attrs==26.1.0
# devpi-web
beautifulsoup4==4.15.0
# via devpi-web
build==1.5.0
build==1.5.1
# via
# check-manifest
# devpi-client
Expand All @@ -23,11 +23,11 @@ certifi==2026.6.17
# httpcore
# httpx
# requests
cffi==2.0.0
cffi==2.1.0
# via argon2-cffi-bindings
chameleon==4.6.0
# via pyramid-chameleon
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
check-manifest==0.51
# via devpi-client
Expand All @@ -44,11 +44,11 @@ devpi-common==4.1.1
# devpi-client
# devpi-server
# devpi-web
devpi-server==6.20.2
devpi-server==6.20.3
# via
# -r devpi.in
# devpi-web
devpi-web==5.1.0
devpi-web==5.1.1
# via -r devpi.in
docutils==0.23
# via
Expand All @@ -71,7 +71,7 @@ iniconfig==2.3.0
# via devpi-client
itsdangerous==2.2.0
# via devpi-server
lazy==1.6
lazy==2.0
# via
# devpi-common
# devpi-server
Expand Down Expand Up @@ -151,7 +151,7 @@ strictyaml==1.7.3
# via devpi-server
translationstring==1.4
# via pyramid
typing-extensions==4.15.0
typing-extensions==4.16.0
# via beautifulsoup4
urllib3==2.7.0
# via requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --output-file=test.txt test.in
build==1.5.0
build==1.5.1
# via -r test.in
certifi==2026.6.17
# via requests
cffi==2.0.0
cffi==2.1.0
# via cryptography
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
cryptography==49.0.0
# via secretstorage
Expand All @@ -20,7 +20,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.5.0
jaraco-functools==4.6.0
# via keyring
jeepney==0.9.0
# via
Expand Down