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
8 changes: 4 additions & 4 deletions requirements/devpi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build==1.3.0
# via
# check-manifest
# devpi-client
certifi==2025.10.5
certifi==2025.11.12
# via
# httpcore
# httpx
Expand Down Expand Up @@ -52,7 +52,7 @@ devpi-server==6.17.0
# devpi-web
devpi-web==5.0.1
# via -r devpi.in
docutils==0.22.2
docutils==0.22.3
# via
# devpi-web
# readme-renderer
Expand Down Expand Up @@ -81,7 +81,7 @@ legacy-cgi==2.6.4
# via
# devpi-server
# webob
nh3==0.3.1
nh3==0.3.2
# via readme-renderer
packaging==25.0
# via
Expand Down Expand Up @@ -167,5 +167,5 @@ whoosh==2.7.4
# via devpi-web
zope-deprecation==6.0
# via pyramid
zope-interface==8.0.1
zope-interface==8.1
# via pyramid
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# uv pip compile --output-file=test.txt test.in
build==1.3.0
# via -r test.in
certifi==2025.10.5
certifi==2025.11.12
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.4
# via requests
cryptography==46.0.3
# via secretstorage
docutils==0.22.2
docutils==0.22.3
# via readme-renderer
id==1.5.0
# via twine
Expand All @@ -36,7 +36,7 @@ more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.1
nh3==0.3.2
# via readme-renderer
packaging==25.0
# via
Expand All @@ -63,7 +63,7 @@ rfc3986==2.0.0
# via twine
rich==14.2.0
# via twine
secretstorage==3.4.0
secretstorage==3.4.1
# via keyring
twine==6.2.0
# via -r test.in
Expand Down