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 mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
aiohttp==3.14.1
aiohttp==3.14.3
alive_progress>=3.3.0
mypy==2.1.0
mypy==2.3.0
pyfakefs
pytest
pytest-mock
python-gnupg # untyped :(
sigstore==4.2.0
sigstore==4.4.0
types-paramiko
types-requests
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ alive_progress>=3.3.0
python-gnupg
aiohttp
blurb>=1.2.1
sigstore>=4.2.0
sigstore>=4.4.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,8 @@ rich==13.9.4 \
securesystemslib==1.2.0 \
--hash=sha256:fa63abcb1cf4dba4f2df964f623baa45bc39029980d7a0a2119d90731942afc6
# via tuf
sigstore==4.2.0 \
--hash=sha256:ed2e0f50aae85148a8aa4fc0f57c298927fce430ad1f988f38611ce90c85829f
sigstore==4.4.0 \
--hash=sha256:80c36d08b02479e2a282d0bea93de68fe0d43a93b0d58e4d9ac6bb9f8425957c
# via -r requirements.in
sigstore-models==0.0.6 \
--hash=sha256:5201a68f4d7d0f8bec1e2f4378eb646b084c52609a4e31db8c385095fff68b2e
Expand Down
Loading