Skip to content

Commit 698deaf

Browse files
authored
Update alive-progress for typing and wheels (#263)
1 parent 0548479 commit 698deaf

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp==3.12.14
2-
alive_progress # untyped :(
2+
alive_progress>=3.3.0
33
mypy==1.16.1
44
pyfakefs
55
pytest

requirements.in

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
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

63
paramiko
7-
alive_progress
4+
alive_progress>=3.3.0
85
python-gnupg
96
aiohttp
107
blurb>=1.2.1

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
66
#
77
--only-binary :all:
8-
--no-binary grapheme
98

109
about-time==4.2.1 \
1110
--hash=sha256:8bbf4c75fe13cbd3d72f49a03b02c5c7dca32169b6d49117c257e7eb3eaee341
@@ -93,8 +92,8 @@ aiohttp==3.11.11 \
9392
aiosignal==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
9998
annotated-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
443442
grpclib==0.4.8 \
444443
--hash=sha256:a5047733a7acc1c1cee6abf3c841c7c6fab67d2844a45a853b113fa2e6cd2654

run_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import gnupg # type: ignore[import-untyped]
3131
import paramiko
3232
import sigstore.oidc
33-
from alive_progress import alive_bar # type: ignore[import-untyped]
33+
from alive_progress import alive_bar
3434

3535
import release as release_mod
3636
import sbom

0 commit comments

Comments
 (0)