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
6 changes: 3 additions & 3 deletions requirements/devpi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cffi==2.0.0
# cmarkgfm
chameleon==4.6.0
# via pyramid-chameleon
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
check-manifest==0.51
# via devpi-client
Expand Down Expand Up @@ -113,7 +113,7 @@ py==1.11.0
# via devpi-server
pycparser==3.0
# via cffi
pygments==2.19.2
pygments==2.20.0
# via
# devpi-web
# readme-renderer
Expand All @@ -132,7 +132,7 @@ readme-renderer==44.0
# via devpi-web
repoze-lru==0.7
# via devpi-server
requests==2.33.0
requests==2.33.1
# via
# devpi-client
# devpi-common
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
cryptography==46.0.6
cryptography==46.0.7
# via secretstorage
docutils==0.22.4
# via readme-renderer
Expand All @@ -32,7 +32,7 @@ markdown-it-py==4.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.8.0
more-itertools==11.0.1
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -44,15 +44,15 @@ packaging==26.0
# twine
pycparser==3.0
# via cffi
pygments==2.19.2
pygments==2.20.0
# via
# readme-renderer
# rich
pyproject-hooks==1.2.0
# via build
readme-renderer==44.0
# via twine
requests==2.33.0
requests==2.33.1
# via
# requests-toolbelt
# twine
Expand Down