Skip to content

Commit

Permalink
chore: bump pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdefinitelyahuman committed Feb 1, 2024
1 parent d14b9aa commit d27dcb3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pygments<3
pytest-xdist<2
pytest<7
python-dotenv>=0.16.0,<0.17.0
pyyaml>=5.3.0,<6
pyyaml>=6,<7
requests>=2.25.0,<3
rlp<3
semantic-version<3
Expand Down
21 changes: 14 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
Expand All @@ -8,7 +8,7 @@ aiohttp==3.9.3
# via web3
aiosignal==1.3.1
# via aiohttp
asttokens==2.0.5
asttokens==2.4.1
# via vyper
async-timeout==4.0.3
# via aiohttp
Expand All @@ -25,6 +25,8 @@ bitarray==2.9.2
# via eth-account
black==24.1.1
# via -r requirements.in
cbor2==5.6.0
# via vyper
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
Expand Down Expand Up @@ -52,10 +54,11 @@ eth-account==0.5.9
# web3
eth-event==1.2.3
# via -r requirements.in
eth-hash[pycryptodome]==0.6.0
eth-hash[pycryptodome]==0.3.3
# via
# -r requirements.in
# eth-event
# eth-hash
# eth-utils
# web3
eth-keyfile==0.5.1
Expand All @@ -76,7 +79,7 @@ eth-typing==2.3.0
# eth-keys
# eth-utils
# web3
eth-utils==1.9.5
eth-utils==1.10.0
# via
# -r requirements.in
# eip712
Expand Down Expand Up @@ -108,6 +111,8 @@ idna==3.6
# via
# requests
# yarl
importlib-metadata==7.0.1
# via vyper
iniconfig==2.0.0
# via pytest
ipfshttpclient==0.8.0a2
Expand All @@ -134,6 +139,7 @@ packaging==23.2
# via
# black
# pytest
# vyper
parsimonious==0.8.1
# via eth-abi
pathspec==0.12.1
Expand Down Expand Up @@ -180,7 +186,7 @@ pytest-xdist==1.34.0
# via -r requirements.in
python-dotenv==0.16.0
# via -r requirements.in
pyyaml==5.4.1
pyyaml==6.0.1
# via -r requirements.in
referencing==0.33.0
# via
Expand All @@ -207,7 +213,6 @@ semantic-version==2.10.0
# -r requirements.in
# py-solc-x
# vvm
# vyper
six==1.16.0
# via
# asttokens
Expand All @@ -232,7 +237,7 @@ varint==1.0.2
# via multiaddr
vvm==0.1.0
# via -r requirements.in
vyper==0.3.7
vyper==0.3.10
# via -r requirements.in
wcwidth==0.2.13
# via prompt-toolkit
Expand All @@ -246,3 +251,5 @@ wrapt==1.16.0
# via -r requirements.in
yarl==1.9.4
# via aiohttp
zipp==3.17.0
# via importlib-metadata

0 comments on commit d27dcb3

Please sign in to comment.