File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed
Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11aiohttp==3.12.14
2- alive_progress # untyped :(
2+ alive_progress>=3.3.0
33mypy==1.16.1
44pyfakefs
55pytest
Original file line number Diff line number Diff line change 11--only-binary :all:
2- # grapheme doesn't have a binary release, but alive_progress
3- # requires grapheme==0.6.0.
4- --no-binary grapheme
52
63paramiko
7- alive_progress
4+ alive_progress>=3.3.0
85python-gnupg
96aiohttp
107blurb>=1.2.1
Original file line number Diff line number Diff line change 55# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
66#
77--only-binary :all:
8- --no-binary grapheme
98
109about-time == 4.2.1 \
1110 --hash =sha256:8bbf4c75fe13cbd3d72f49a03b02c5c7dca32169b6d49117c257e7eb3eaee341
@@ -93,8 +92,8 @@ aiohttp==3.11.11 \
9392aiosignal == 1.3.2 \
9493 --hash =sha256:45cde58e409a301715980c2b01d0c28bdde3770d8290b5eb2173759d9acb31a5
9594 # via aiohttp
96- alive-progress == 3.2 .0 \
97- --hash =sha256:0677929f8d3202572e9d142f08170b34dbbe256cc6d2afbf75ef187c7da964a8
95+ alive-progress == 3.3 .0 \
96+ --hash =sha256:63dd33bb94cde15ad9e5b666dbba8fedf71b72a4935d6fb9a92931e69402c9ff
9897 # via -r requirements.in
9998annotated-types == 0.7.0 \
10099 --hash =sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53
@@ -437,8 +436,8 @@ frozenlist==1.5.0 \
437436 # via
438437 # aiohttp
439438 # aiosignal
440- grapheme == 0.6.0 \
441- --hash =sha256:44c2b9f21bbe77cfb05835fec230bd435954275267fea1858013b102f8603cca
439+ graphemeu == 0.7.2 \
440+ --hash =sha256:1444520f6899fd30114fc2a39f297d86d10fa0f23bf7579f772f8bc7efaa2542
442441 # via alive-progress
443442grpclib == 0.4.8 \
444443 --hash =sha256:a5047733a7acc1c1cee6abf3c841c7c6fab67d2844a45a853b113fa2e6cd2654
Original file line number Diff line number Diff line change 3030import gnupg # type: ignore[import-untyped]
3131import paramiko
3232import sigstore .oidc
33- from alive_progress import alive_bar # type: ignore[import-untyped]
33+ from alive_progress import alive_bar
3434
3535import release as release_mod
3636import sbom
You can’t perform that action at this time.
0 commit comments