Skip to content

Commit

Permalink
Merge pull request #1364 from eth-brownie/v1.17.2
Browse files Browse the repository at this point in the history
v1.17.2
  • Loading branch information
iamdefinitelyahuman authored Dec 4, 2021
2 parents 815e14e + c810917 commit 9a3bd8a
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 58 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [1.17.2](https://github.com/eth-brownie/brownie/tree/v1.17.2) - 2021-12-04
### Changed
- Bump deps to support vyper `v0.3.1`

### Fixed
- Support linked libraries in source verification ([#1335](https://github.com/eth-brownie/brownie/pull/1335))
- Check for regex match when locating contract names in source ([#1363](https://github.com/eth-brownie/brownie/pull/1363))

## [1.17.1](https://github.com/eth-brownie/brownie/tree/v1.17.1) - 2021-11-07
### Added
- Add support for `ARBISCAN_TOKEN` env var ([#1319](https://github.com/eth-brownie/brownie/pull/1319))
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.17.1"
__version__ = "1.17.2"

BROWNIE_FOLDER = Path(__file__).parent
DATA_FOLDER = Path.home().joinpath(".brownie")
Expand Down
91 changes: 63 additions & 28 deletions requirements-windows.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile requirements-windows.in
#
aiohttp==3.7.4.post0
aiohttp==3.8.1
# via
# -r requirements.txt
# web3
asttokens==2.0.4
aiosignal==1.2.0
# via
# -r requirements.txt
# aiohttp
asttokens==2.0.5
# via
# -r requirements.txt
# vyper
async-timeout==3.0.1
async-timeout==4.0.1
# via
# -r requirements.txt
# aiohttp
asynctest==0.13.0
# via
# -r requirements.txt
# aiohttp
Expand All @@ -23,40 +31,41 @@ attrs==21.2.0
# hypothesis
# jsonschema
# pytest
base58==2.1.0
base58==2.1.1
# via
# -r requirements.txt
# multiaddr
bitarray==1.2.2
# via
# -r requirements.txt
# eth-account
black==21.9b0
black==21.11b1
# via -r requirements.txt
cached-property==1.5.2
# via
# -r requirements.txt
# vyper
certifi==2021.10.8
# via
# -r requirements.txt
# requests
chardet==4.0.0
charset-normalizer==2.0.9
# via
# -r requirements.txt
# aiohttp
charset-normalizer==2.0.7
# via
# -r requirements.txt
# requests
click==8.0.3
# via
# -r requirements.txt
# black
colorama==0.4.4
# via -r requirements-windows.in
cytoolz==0.11.0
cytoolz==0.11.2
# via
# -r requirements.txt
# eth-keyfile
# eth-utils
dataclassy==0.11.0
dataclassy==0.11.1
# via
# -r requirements.txt
# eip712
Expand Down Expand Up @@ -118,6 +127,11 @@ execnet==1.9.0
# via
# -r requirements.txt
# pytest-xdist
frozenlist==1.2.0
# via
# -r requirements.txt
# aiohttp
# aiosignal
hexbytes==0.2.2
# via
# -r requirements.txt
Expand All @@ -126,13 +140,22 @@ hexbytes==0.2.2
# eth-event
# eth-rlp
# web3
hypothesis==6.23.2
hypothesis==6.27.3
# via -r requirements.txt
idna==3.2
idna==3.3
# via
# -r requirements.txt
# requests
# yarl
importlib-metadata==4.8.2
# via
# -r requirements.txt
# click
# eip712
# jsonschema
# pluggy
# pytest
# vyper
inflection==0.5.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -178,7 +201,7 @@ netaddr==0.8.0
# via
# -r requirements.txt
# multiaddr
packaging==21.0
packaging==21.3
# via
# -r requirements.txt
# pytest
Expand All @@ -198,15 +221,15 @@ pluggy==1.0.0
# via
# -r requirements.txt
# pytest
prompt-toolkit==3.0.20
prompt-toolkit==3.0.23
# via -r requirements.txt
protobuf==3.18.1
protobuf==3.19.1
# via
# -r requirements.txt
# web3
psutil==5.8.0
# via -r requirements.txt
py==1.10.0
py==1.11.0
# via
# -r requirements.txt
# pytest
Expand All @@ -215,7 +238,7 @@ py-solc-ast==1.2.9
# via -r requirements.txt
py-solc-x==1.1.1
# via -r requirements.txt
pycryptodome==3.11.0
pycryptodome==3.12.0
# via
# -r requirements.txt
# eip712
Expand All @@ -232,7 +255,7 @@ pyjwt==1.7.1
# via
# -r requirements.txt
# pythx
pyparsing==2.4.7
pyparsing==3.0.6
# via
# -r requirements.txt
# packaging
Expand Down Expand Up @@ -262,7 +285,7 @@ pythx==1.6.1
# via -r requirements.txt
pyyaml==5.4.1
# via -r requirements.txt
regex==2021.10.8
regex==2021.11.10
# via
# -r requirements.txt
# black
Expand All @@ -274,7 +297,7 @@ requests==2.26.0
# pythx
# vvm
# web3
rlp==1.2.0
rlp==2.0.1
# via
# -r requirements.txt
# eth-account
Expand Down Expand Up @@ -302,21 +325,29 @@ toml==0.10.2
# via
# -r requirements.txt
# pytest
tomli==1.2.1
tomli==1.2.2
# via
# -r requirements.txt
# black
toolz==0.11.1
toolz==0.11.2
# via
# -r requirements.txt
# cytoolz
tqdm==4.62.3
# via -r requirements.txt
typed-ast==1.5.1
# via
# -r requirements.txt
# black
typing-extensions==3.10.0.2
# via
# -r requirements.txt
# aiohttp
# async-timeout
# black
# importlib-metadata
# web3
# yarl
urllib3==1.26.7
# via
# -r requirements.txt
Expand All @@ -327,24 +358,28 @@ varint==1.0.2
# multiaddr
vvm==0.1.0
# via -r requirements.txt
vyper==0.3.0
vyper==0.3.1
# via -r requirements.txt
wcwidth==0.2.5
# via
# -r requirements.txt
# prompt-toolkit
web3==5.24.0
web3==5.25.0
# via -r requirements.txt
websockets==9.1
# via
# -r requirements.txt
# web3
wrapt==1.13.1
wrapt==1.13.3
# via -r requirements.txt
yarl==1.7.0
yarl==1.7.2
# via
# -r requirements.txt
# aiohttp
zipp==3.6.0
# via
# -r requirements.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
3 changes: 1 addition & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ eth-event>=1.2.1,<2
eth-hash[pycryptodome]<1
eth-utils<2
hexbytes<1
hypothesis<7
hypothesis<6.28.0
lazy-object-proxy>=1.6.0,<2
prompt-toolkit<4
psutil>=5.7.3,<6
Expand All @@ -28,4 +28,3 @@ vvm>=0.1.0,<1
vyper>=0.2.11,<1
web3>=5.22.0,<6
wrapt>=1.12.1,<2
websockets>=10.1
Loading

0 comments on commit 9a3bd8a

Please sign in to comment.