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 1
1
aiohttp==3.12.14
2
- alive_progress # untyped :(
2
+ alive_progress>=3.3.0
3
3
mypy==1.16.1
4
4
pyfakefs
5
5
pytest
Original file line number Diff line number Diff line change 1
1
--only-binary :all:
2
- # grapheme doesn't have a binary release, but alive_progress
3
- # requires grapheme==0.6.0.
4
- --no-binary grapheme
5
2
6
3
paramiko
7
- alive_progress
4
+ alive_progress>=3.3.0
8
5
python-gnupg
9
6
aiohttp
10
7
blurb>=1.2.1
Original file line number Diff line number Diff line change 5
5
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
6
6
#
7
7
--only-binary :all:
8
- --no-binary grapheme
9
8
10
9
about-time == 4.2.1 \
11
10
--hash =sha256:8bbf4c75fe13cbd3d72f49a03b02c5c7dca32169b6d49117c257e7eb3eaee341
@@ -93,8 +92,8 @@ aiohttp==3.11.11 \
93
92
aiosignal == 1.3.2 \
94
93
--hash =sha256:45cde58e409a301715980c2b01d0c28bdde3770d8290b5eb2173759d9acb31a5
95
94
# via aiohttp
96
- alive-progress == 3.2 .0 \
97
- --hash =sha256:0677929f8d3202572e9d142f08170b34dbbe256cc6d2afbf75ef187c7da964a8
95
+ alive-progress == 3.3 .0 \
96
+ --hash =sha256:63dd33bb94cde15ad9e5b666dbba8fedf71b72a4935d6fb9a92931e69402c9ff
98
97
# via -r requirements.in
99
98
annotated-types == 0.7.0 \
100
99
--hash =sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53
@@ -437,8 +436,8 @@ frozenlist==1.5.0 \
437
436
# via
438
437
# aiohttp
439
438
# aiosignal
440
- grapheme == 0.6.0 \
441
- --hash =sha256:44c2b9f21bbe77cfb05835fec230bd435954275267fea1858013b102f8603cca
439
+ graphemeu == 0.7.2 \
440
+ --hash =sha256:1444520f6899fd30114fc2a39f297d86d10fa0f23bf7579f772f8bc7efaa2542
442
441
# via alive-progress
443
442
grpclib == 0.4.8 \
444
443
--hash =sha256:a5047733a7acc1c1cee6abf3c841c7c6fab67d2844a45a853b113fa2e6cd2654
Original file line number Diff line number Diff line change 30
30
import gnupg # type: ignore[import-untyped]
31
31
import paramiko
32
32
import sigstore .oidc
33
- from alive_progress import alive_bar # type: ignore[import-untyped]
33
+ from alive_progress import alive_bar
34
34
35
35
import release as release_mod
36
36
import sbom
You can’t perform that action at this time.
0 commit comments