Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,9 @@ pytest==8.3.4 \
# pytest-asyncio
# pytest-cov
# pytest-mock
pytest-aiohttp==1.0.5 \
--hash=sha256:63a5360fd2f34dda4ab8e6baee4c5f5be4cd186a403cabd498fced82ac9c561e \
--hash=sha256:880262bc5951e934463b15e3af8bb298f11f7d4d3ebac970aab425aff10a780a
pytest-aiohttp==1.1.0 \
--hash=sha256:147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc \
--hash=sha256:f39a11693a0dce08dd6c542d241e199dd8047a6e6596b2bcfa60d373f143456d
# via -r dev-requirements.in
pytest-asyncio==0.25.0 \
--hash=sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609 \
Expand Down
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ mypy==1.14.1
pytest
pytest-mock
python-gnupg # untyped :(
sigstore==3.6.0
sigstore==3.6.1
types-paramiko
types-requests
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
#
--only-binary :all:
--no-binary grapheme
--no-binary grpclib
--only-binary :all:

about-time==4.2.1 \
--hash=sha256:8bbf4c75fe13cbd3d72f49a03b02c5c7dca32169b6d49117c257e7eb3eaee341
Expand Down Expand Up @@ -132,8 +132,8 @@ bcrypt==4.2.1 \
betterproto==2.0.0b6 \
--hash=sha256:a0839ec165d110a69d0d116f4d0e2bec8d186af4db826257931f0831dab73fcf
# via sigstore-protobuf-specs
blurb==1.3.0 \
--hash=sha256:9e015fd2d930a50dfc27f7d744c58fa16e250e0e8d3f4702d042dbdc82fc530f
blurb==2.0.0 \
--hash=sha256:f6d0e858dbe94765f6a89b8228217ffdb9c19cff08fc8f2c3153954846d31aa1
# via -r requirements.in
certifi==2024.12.14 \
--hash=sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56
Expand Down
Loading