Skip to content

Commit

Permalink
Docs requirements automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
YanhuiJessica authored and github-actions[bot] committed Aug 29, 2024
1 parent 8d46a9c commit 2a421ba
Showing 1 changed file with 52 additions and 51 deletions.
103 changes: 52 additions & 51 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,60 +4,63 @@
#
# pip-compile requirements.in
#
aiohttp==3.9.4
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
# via web3
aiosignal==1.3.1
# via aiohttp
alabaster==0.7.16
# via sphinx
annotated-types==0.7.0
# via pydantic
async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
# via
# aiohttp
# jsonschema
# referencing
babel==2.14.0
attrs==24.2.0
# via aiohttp
babel==2.16.0
# via sphinx
bitarray==2.9.2
# via eth-account
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
cheb3==0.9.0
cheb3==0.12.0
# via -r requirements.in
ckzg==2.0.0
# via eth-account
cytoolz==0.12.3
# via eth-utils
docutils==0.19
# via
# sphinx
# sphinx-rtd-theme
eth-abi==5.0.1
eth-abi==5.1.0
# via
# eth-account
# web3
eth-account==0.10.0
eth-account==0.13.3
# via web3
eth-hash[pycryptodome]==0.6.0
eth-hash[pycryptodome]==0.7.0
# via
# eth-utils
# web3
eth-keyfile==0.7.0
eth-keyfile==0.8.1
# via eth-account
eth-keys==0.5.0
eth-keys==0.5.1
# via
# eth-account
# eth-keyfile
eth-rlp==1.0.1
eth-rlp==2.1.0
# via eth-account
eth-typing==4.0.0
eth-typing==5.0.0
# via
# eth-abi
# eth-keys
# eth-utils
# web3
eth-utils==3.0.0
eth-utils==5.0.0
# via
# eth-abi
# eth-account
Expand All @@ -70,70 +73,61 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
hexbytes==0.3.1
hexbytes==1.2.1
# via
# eth-account
# eth-rlp
# eth-utils
# web3
idna==3.7
idna==3.8
# via
# requests
# yarl
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
# via sphinx
jsonschema==4.21.1
# via web3
jsonschema-specifications==2023.12.1
# via jsonschema
loguru==0.7.2
# via cheb3
lru-dict==1.2.0
# via web3
markupsafe==2.1.4
markupsafe==2.1.5
# via jinja2
multidict==6.0.4
multidict==6.0.5
# via
# aiohttp
# yarl
packaging==23.2
# via
# py-solc-x
# sphinx
parsimonious==0.9.0
parsimonious==0.10.0
# via eth-abi
protobuf==4.25.2
# via web3
py-solc-x==2.0.2
py-solc-x==2.0.3
# via cheb3
pycryptodome==3.20.0
# via
# eth-hash
# eth-keyfile
pygments==2.17.2
pydantic==2.8.2
# via
# eth-account
# web3
pydantic-core==2.20.1
# via pydantic
pygments==2.18.0
# via sphinx
pyunormalize==15.1.0
# via web3
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
regex==2023.12.25
regex==2024.7.24
# via parsimonious
requests==2.32.2
requests==2.32.3
# via
# py-solc-x
# sphinx
# web3
rlp==4.0.0
rlp==4.0.1
# via
# eth-account
# eth-rlp
rpds-py==0.17.1
# via
# jsonschema
# referencing
snowballstemmer==2.2.0
# via sphinx
sphinx==5.3.0
Expand All @@ -143,31 +137,38 @@ sphinx==5.3.0
# sphinxcontrib-jquery
sphinx-rtd-theme==2.0.0
# via -r requirements.in
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
toolz==0.12.1
# via cytoolz
typing-extensions==4.9.0
types-requests==2.32.0.20240712
# via web3
typing-extensions==4.12.2
# via
# eth-rlp
# eth-typing
# pydantic
# pydantic-core
# web3
urllib3==2.2.2
# via requests
web3==6.15.0
# via
# requests
# types-requests
web3==7.1.0
# via cheb3
websockets==12.0
websockets==13.0.1
# via web3
yarl==1.9.4
# via aiohttp

0 comments on commit 2a421ba

Please sign in to comment.