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 @@ -18,7 +18,7 @@ build==1.5.0
# via
# check-manifest
# devpi-client
certifi==2026.4.22
certifi==2026.5.20
# via
# httpcore
# httpx
Expand Down Expand Up @@ -52,7 +52,7 @@ devpi-server==6.20.1
# devpi-web
devpi-web==5.1.0
# via -r devpi.in
docutils==0.22.4
docutils==0.23
# via
# devpi-web
# readme-renderer
Expand All @@ -64,7 +64,7 @@ httpx==0.28.1
# via devpi-server
hupper==1.12.1
# via pyramid
idna==3.15
idna==3.17
# via
# anyio
# httpx
Expand Down Expand Up @@ -101,7 +101,7 @@ plaster==1.1.2
# pyramid
plaster-pastedeploy==1.0.1
# via pyramid
platformdirs==4.9.6
platformdirs==4.10.0
# via
# devpi-client
# devpi-server
Expand Down Expand Up @@ -130,7 +130,7 @@ python-dateutil==2.9.0.post0
# via strictyaml
readme-renderer==44.0
# via devpi-web
repoze-lru==0.7
repoze-lru==0.8
# via devpi-server
requests==2.34.2
# via
Expand All @@ -147,7 +147,7 @@ setuptools==81.0.0
# zope-deprecation
six==1.17.0
# via python-dateutil
soupsieve==2.8.3
soupsieve==2.8.4
# via beautifulsoup4
strictyaml==1.7.3
# via devpi-server
Expand All @@ -167,5 +167,5 @@ whoosh==2.7.4
# via devpi-web
zope-deprecation==6.0
# via pyramid
zope-interface==8.4
zope-interface==8.5
# via pyramid
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
# uv pip compile --output-file=test.txt test.in
build==1.5.0
# via -r test.in
certifi==2026.4.22
certifi==2026.5.20
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
cryptography==48.0.0
# via secretstorage
docutils==0.22.4
docutils==0.23
# via readme-renderer
id==1.6.1
# via twine
idna==3.15
idna==3.17
# via requests
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
jaraco-functools==4.5.0
# via keyring
jeepney==0.9.0
# via
Expand All @@ -32,7 +32,7 @@ markdown-it-py==4.2.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==11.0.2
more-itertools==11.1.0
# via
# jaraco-classes
# jaraco-functools
Expand Down