Skip to content

Commit

Permalink
Bump titanoboa to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nagakingg committed Feb 21, 2024
1 parent f850cfa commit b9ad53b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# "Core" dependencies used for the package.
# These bounds should match the ones in `setup.cfg`

numpy==1.26.3
numpy==1.26.4
pandas==2.2.0
scipy==1.12.0
gmpy2==2.1.5
matplotlib==3.8.2
web3==6.14.0
matplotlib==3.8.3
web3==6.15.1
requests==2.31.0
tenacity==8.2.3
python-dotenv==1.0.1
Expand All @@ -25,13 +25,13 @@ pytest-cov==4.1.0
pytest-xdist==3.3.1
hypothesis==6.54.6
coverage==7.0.5
titanoboa==0.1.7
titanoboa==0.1.8
Sphinx==5.3.0
Pallets-Sphinx-Themes==2.0.3
mypy==1.5.1
pandas-stubs==2.1.4.231227
## The following requirements were added by pip freeze:
aiohttp==3.9.1
aiohttp==3.9.3
aiosignal==1.3.1
alabaster==0.7.16
asttokens==2.4.1
Expand All @@ -40,29 +40,29 @@ attrs==23.2.0
Babel==2.14.0
bitarray==2.9.2
cached-property==1.5.2
cbor2==5.6.0
certifi==2023.11.17
cbor2==5.6.2
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
click-log==0.4.0
contourpy==1.2.0
cycler==0.12.1
cytoolz==0.12.3
dill==0.3.7
dill==0.3.8
docutils==0.19
eth-account==0.10.0
eth-account==0.11.0
eth-bloom==3.0.0
eth-hash==0.6.0
eth-keyfile==0.7.0
eth-keys==0.4.0
eth-rlp==1.0.0
eth-keys==0.5.0
eth-rlp==1.0.1
eth-stdlib==0.2.7
eth-typing==3.5.2
eth-utils==2.3.1
eth-typing==4.0.0
eth-utils==3.0.0
eth_abi==5.0.0
exceptiongroup==1.2.0
execnet==2.0.2
fonttools==4.47.2
fonttools==4.49.0
frozenlist==1.4.1
hexbytes==0.3.1
idna==3.6
Expand All @@ -77,34 +77,34 @@ kiwisolver==1.4.5
lazy-object-proxy==1.10.0
lru-dict==1.2.0
markdown-it-py==3.0.0
MarkupSafe==2.1.4
MarkupSafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
multidict==6.0.4
multidict==6.0.5
mypy-extensions==1.0.0
packaging==23.2
parsimonious==0.9.0
pathspec==0.12.1
pillow==10.2.0
platformdirs==4.1.0
platformdirs==4.2.0
pluggy==1.4.0
protobuf==4.25.2
protobuf==4.25.3
py==1.11.0
py-ecc==6.0.0
py-evm==0.8.0b1
py-ecc==7.0.0
py-evm==0.9.0b1
pycodestyle==2.9.1
pycryptodome==3.20.0
pyflakes==2.5.0
Pygments==2.17.2
pyparsing==3.1.1
python-dateutil==2.8.2
pytz==2023.3.post1
pytz==2024.1
pyunormalize==15.1.0
referencing==0.32.1
referencing==0.33.0
regex==2023.12.25
rich==13.7.0
rlp==3.0.0
rpds-py==0.17.1
rlp==4.0.0
rpds-py==0.18.0
six==1.16.0
snowballstemmer==2.2.0
sortedcontainers==2.4.0
Expand All @@ -117,11 +117,11 @@ sphinxcontrib-serializinghtml==1.1.10
tomli==2.0.1
tomlkit==0.12.3
toolz==0.12.1
trie==2.2.0
types-pytz==2023.3.1.1
trie==3.0.0
types-pytz==2024.1.0.20240203
typing_extensions==4.9.0
tzdata==2023.4
urllib3==2.1.0
tzdata==2024.1
urllib3==2.2.1
vyper==0.3.10
websockets==12.0
wrapt==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytest-xdist==3.3.1
hypothesis[numpy,pandas]==6.54.6
coverage==7.0.5

titanoboa==0.1.7 # 0.1.6 for python versions before 3.10
titanoboa==0.1.8 # 0.1.6 for python versions before 3.10

sphinx==5.3.0
Pallets-Sphinx-Themes==2.0.3
Expand Down

0 comments on commit b9ad53b

Please sign in to comment.