Skip to content

Commit ab1f55f

Browse files
authored
Merge pull request #135 from John0n1/dependabot/pip/master/python-dependencies-bf64f52a9b
chore: bump the python-dependencies group across 1 directory with 21 updates
2 parents 6d5c538 + 6a58cb9 commit ab1f55f

2 files changed

Lines changed: 42 additions & 42 deletions

File tree

pyproject.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,58 +29,58 @@ dependencies = [
2929
"aiohttp==3.13.3",
3030
"aiosignal==1.4.0",
3131
"annotated-types==0.7.0",
32-
"attrs==25.4.0",
32+
"attrs==26.1.0",
3333
"bitarray==3.8.0",
34-
"cachetools==6.2.4",
35-
"certifi==2026.1.4",
36-
"charset-normalizer==3.4.4",
37-
"ckzg==2.1.5",
34+
"cachetools==7.0.5",
35+
"certifi==2026.2.25",
36+
"charset-normalizer==3.4.6",
37+
"ckzg==2.1.7",
3838
"click==8.3.1",
3939
"colorlog==6.10.1",
4040
"cytoolz==1.1.0",
4141
"eth-account==0.13.7",
42-
"eth-hash==0.7.1",
42+
"eth-hash==0.8.0",
4343
"eth-keyfile==0.8.1",
4444
"eth-keys==0.7.0",
4545
"eth-rlp==2.2.0",
46-
"eth-typing==5.2.1",
47-
"eth-utils==5.3.1",
46+
"eth-typing==6.0.0",
47+
"eth-utils==6.0.0",
4848
"eth-abi==5.2.0",
4949
"frozenlist==1.8.0",
50-
"greenlet==3.3.0",
50+
"greenlet==3.3.2",
5151
"hexbytes==1.3.1",
5252
"idna==3.11",
5353
"markdown-it-py==4.0.0",
5454
"mdurl==0.1.2",
55-
"multidict==6.7.0",
55+
"multidict==6.7.1",
5656
"parsimonious==0.11.0",
5757
"prompt-toolkit==3.0.52",
5858
"propcache==0.4.1",
59-
"psutil==7.2.1",
59+
"psutil==7.2.2",
6060
"pycryptodome==3.23.0",
6161
"pydantic==2.12.5",
62-
"pydantic-settings==2.12.0",
62+
"pydantic-settings==2.13.1",
6363
"pydantic-core==2.41.5",
6464
"pygments==2.19.2",
65-
"python-dotenv==1.2.1",
65+
"python-dotenv==1.2.2",
6666
"pyunormalize==17.0.0",
6767
"questionary==2.1.1",
68-
"regex==2025.11.3",
68+
"regex==2026.2.28",
6969
"requests==2.33.0",
70-
"rich==14.2.0",
70+
"rich==14.3.3",
7171
"rlp==4.1.0",
7272
"shellingham==1.5.4",
73-
"sqlalchemy==2.0.45",
73+
"sqlalchemy==2.0.48",
7474
"toolz==1.1.0",
75-
"typer==0.21.1",
76-
"types-requests==2.32.4.20260107",
75+
"typer==0.24.1",
76+
"types-requests==2.33.0.20260327",
7777
"typing-inspection==0.4.2",
7878
"typing-extensions==4.15.0",
7979
"urllib3==2.6.3",
80-
"wcwidth==0.2.14",
81-
"web3==7.14.0",
80+
"wcwidth==0.6.0",
81+
"web3==7.14.1",
8282
"websockets==16.0",
83-
"yarl==1.22.0"
83+
"yarl==1.23.0"
8484
]
8585

8686
[project.scripts]

requirements.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,55 @@ aiohappyeyeballs==2.6.1
22
aiohttp==3.13.3
33
aiosignal==1.4.0
44
annotated-types==0.7.0
5-
attrs==25.4.0
5+
attrs==26.1.0
66
bitarray==3.8.0
7-
cachetools==6.2.4
8-
certifi==2026.1.4
9-
charset-normalizer==3.4.4
10-
ckzg==2.1.5
7+
cachetools==7.0.5
8+
certifi==2026.2.25
9+
charset-normalizer==3.4.6
10+
ckzg==2.1.7
1111
click==8.3.1
1212
colorlog==6.10.1
1313
cytoolz==1.1.0
1414
eth-account==0.13.7
15-
eth-hash==0.7.1
15+
eth-hash==0.8.0
1616
eth-keyfile==0.8.1
1717
eth-keys==0.7.0
1818
eth-rlp==2.2.0
19-
eth-typing==5.2.1
20-
eth-utils==5.3.1
19+
eth-typing==6.0.0
20+
eth-utils==6.0.0
2121
eth_abi==5.2.0
2222
frozenlist==1.8.0
23-
greenlet==3.3.0
23+
greenlet==3.3.2
2424
hexbytes==1.3.1
2525
idna==3.11
2626
markdown-it-py==4.0.0
2727
mdurl==0.1.2
28-
multidict==6.7.0
28+
multidict==6.7.1
2929
parsimonious==0.11.0
3030
prompt_toolkit==3.0.52
3131
propcache==0.4.1
32-
psutil==7.2.1
32+
psutil==7.2.2
3333
pycryptodome==3.23.0
3434
pydantic==2.12.5
35-
pydantic-settings==2.12.0
35+
pydantic-settings==2.13.1
3636
pydantic_core==2.41.5
3737
Pygments==2.19.2
38-
python-dotenv==1.2.1
38+
python-dotenv==1.2.2
3939
pyunormalize==17.0.0
4040
questionary==2.1.1
41-
regex==2025.11.3
41+
regex==2026.2.28
4242
requests==2.33.0
43-
rich==14.2.0
43+
rich==14.3.3
4444
rlp==4.1.0
4545
shellingham==1.5.4
46-
SQLAlchemy==2.0.45
46+
SQLAlchemy==2.0.48
4747
toolz==1.1.0
48-
typer==0.21.1
49-
types-requests==2.32.4.20260107
48+
typer==0.24.1
49+
types-requests==2.33.0.20260327
5050
typing-inspection==0.4.2
5151
typing_extensions==4.15.0
5252
urllib3==2.6.3
53-
wcwidth==0.2.14
54-
web3==7.14.0
53+
wcwidth==0.6.0
54+
web3==7.14.1
5555
websockets==16.0
56-
yarl==1.22.0
56+
yarl==1.23.0

0 commit comments

Comments
 (0)