Skip to content

Commit

Permalink
Merge pull request #1752 from eth-brownie/v1.20.2
Browse files Browse the repository at this point in the history
v1.20.2
  • Loading branch information
iamdefinitelyahuman committed Feb 24, 2024
2 parents 38cd670 + 8a75799 commit 3d057f3
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 105 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/eth-brownie/brownie)

## [1.20.2](https://github.com/eth-brownie/brownie/tree/v1.20.2) - 2024-02-24
### Added
- Support for vyper `0.3.10` new pragma format ([#1747](https://github.com/eth-brownie/brownie/pull/1747))

### Changed
- Loosen package installation restrictions ([#1753](https://github.com/eth-brownie/brownie/pull/1753))

### Fixed
- Reset `multicall` call code even if call reverts ([#1746](https://github.com/eth-brownie/brownie/pull/1746))
- `TypeError` when outputting custom errors ([#1751](https://github.com/eth-brownie/brownie/pull/1751))

## [1.20.1](https://github.com/eth-brownie/brownie/tree/v1.20.1) - 2024-02-12
### Added
- verbose option for `multicall` debugging ([#1743](https://github.com/eth-brownie/brownie/pull/1743))
Expand Down
2 changes: 1 addition & 1 deletion brownie/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from brownie._expansion import expand_posix_vars
from brownie._singleton import _Singleton

__version__ = "1.20.1"
__version__ = "1.20.2"

BROWNIE_FOLDER = Path(__file__).parent
DATA_FOLDER = Path.home().joinpath(".brownie")
Expand Down
40 changes: 14 additions & 26 deletions requirements-dev.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.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements-dev.in
Expand All @@ -12,7 +12,7 @@ attrs==23.2.0
# pytest
babel==2.14.0
# via sphinx
black==24.1.1
black==24.2.0
# via
# -c requirements.txt
# -r requirements-dev.in
Expand All @@ -24,7 +24,7 @@ bumpversion==0.6.0
# via -r requirements-dev.in
cachetools==5.3.2
# via tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -c requirements.txt
# requests
Expand All @@ -43,11 +43,11 @@ click==8.1.7
# pip-tools
colorama==0.4.6
# via tox
coverage[toml]==7.4.1
coverage[toml]==7.4.3
# via
# -r requirements-dev.in
# pytest-cov
cryptography==42.0.2
cryptography==42.0.5
# via secretstorage
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -79,7 +79,7 @@ iniconfig==2.0.0
# pytest
isort==5.13.2
# via -r requirements-dev.in
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -118,7 +118,7 @@ pathspec==0.12.1
# via
# -c requirements.txt
# black
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements-dev.in
pkginfo==1.9.6
# via twine
Expand Down Expand Up @@ -157,7 +157,9 @@ pygments-lexer-solidity==0.7.0
pyproject-api==1.6.1
# via tox
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
pytest==6.2.5
# via
# -c requirements.txt
Expand Down Expand Up @@ -210,30 +212,16 @@ toml==0.10.2
# via
# -c requirements.txt
# pytest
tomli==2.0.1
# via
# -c requirements.txt
# black
# build
# coverage
# pip-tools
# pyproject-api
# pyproject-hooks
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements-dev.in
twine==4.0.2
twine==5.0.0
# via -r requirements-dev.in
typing-extensions==4.9.0
# via
# -c requirements.txt
# black
urllib3==2.2.0
urllib3==2.2.1
# via
# -c requirements.txt
# requests
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
wheel==0.42.0
# via
Expand Down

0 comments on commit 3d057f3

Please sign in to comment.