Skip to content

Commit 72104c8

Browse files
authored
Merge branch 'master' into android-ci
2 parents a698e15 + 9603544 commit 72104c8

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,9 @@ propcache==0.2.1 \
454454
# via
455455
# aiohttp
456456
# yarl
457-
pyfakefs==5.9.1 \
458-
--hash=sha256:b3c1f391f1990112ff6b0642182e75f07a6d7fcd81cf1357277680bf6c9b8a84 \
459-
--hash=sha256:ca02a1441dc77d7512bebfe4224b32f2127e83c45672f5fe2c02c33d4284bc70
457+
pyfakefs==5.9.2 \
458+
--hash=sha256:66c5c6ccd4097b484f8782f9a5078fee0533d465e0d9caf594c9157d54382553 \
459+
--hash=sha256:8fcea36051d5b8827d49f5e2d242e91a51c5af6b78eeffa8e7adb899a6763e99
460460
# via -r dev-requirements.in
461461
pygments==2.19.2 \
462462
--hash=sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887 \

mypy-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
aiohttp==3.12.14
2-
alive_progress # untyped :(
3-
mypy==1.16.1
1+
aiohttp==3.12.15
2+
alive_progress>=3.3.0
3+
mypy==1.17.1
44
pyfakefs
55
pytest
66
pytest-mock

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)