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: 7 additions & 9 deletions requirements/devpi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==26.1.0
# via
# devpi-server
# devpi-web
beautifulsoup4==4.14.3
beautifulsoup4==4.15.0
# via devpi-web
build==1.5.0
# via
Expand All @@ -24,16 +24,14 @@ certifi==2026.5.20
# httpx
# requests
cffi==2.0.0
# via
# argon2-cffi-bindings
# cmarkgfm
# via argon2-cffi-bindings
chameleon==4.6.0
# via pyramid-chameleon
charset-normalizer==3.4.7
# via requests
check-manifest==0.51
# via devpi-client
cmarkgfm==2025.10.22
comrak==0.0.12
# via readme-renderer
defusedxml==0.7.1
# via
Expand All @@ -46,7 +44,7 @@ devpi-common==4.1.1
# devpi-client
# devpi-server
# devpi-web
devpi-server==6.20.1
devpi-server==6.20.2
# via
# -r devpi.in
# devpi-web
Expand All @@ -64,7 +62,7 @@ httpx==0.28.1
# via devpi-server
hupper==1.12.1
# via pyramid
idna==3.17
idna==3.18
# via
# anyio
# httpx
Expand Down Expand Up @@ -128,7 +126,7 @@ pyramid-chameleon==0.3
# via devpi-web
python-dateutil==2.9.0.post0
# via strictyaml
readme-renderer==44.0
readme-renderer==45.0
# via devpi-web
repoze-lru==0.8
# via devpi-server
Expand Down Expand Up @@ -161,7 +159,7 @@ venusian==3.1.1
# via pyramid
waitress==3.0.2
# via devpi-server
webob==1.8.9
webob==1.8.10
# via pyramid
whoosh==2.7.4
# via devpi-web
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
cryptography==48.0.0
cryptography==49.0.0
# via secretstorage
docutils==0.23
# via readme-renderer
id==1.6.1
# via twine
idna==3.17
idna==3.18
# via requests
jaraco-classes==3.4.0
# via keyring
Expand Down Expand Up @@ -50,7 +50,7 @@ pygments==2.20.0
# rich
pyproject-hooks==1.2.0
# via build
readme-renderer==44.0
readme-renderer==45.0
# via twine
requests==2.34.2
# via
Expand Down