Commit 8a75799 1 parent 38cd670 commit 8a75799 Copy full SHA for 8a75799
File tree 7 files changed +89
-105
lines changed
7 files changed +89
-105
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased] ( https://github.com/eth-brownie/brownie )
9
9
10
+ ## [ 1.20.2] ( https://github.com/eth-brownie/brownie/tree/v1.20.2 ) - 2024-02-24
11
+ ### Added
12
+ - Support for vyper ` 0.3.10 ` new pragma format ([ #1747 ] ( https://github.com/eth-brownie/brownie/pull/1747 ) )
13
+
14
+ ### Changed
15
+ - Loosen package installation restrictions ([ #1753 ] ( https://github.com/eth-brownie/brownie/pull/1753 ) )
16
+
17
+ ### Fixed
18
+ - Reset ` multicall ` call code even if call reverts ([ #1746 ] ( https://github.com/eth-brownie/brownie/pull/1746 ) )
19
+ - ` TypeError ` when outputting custom errors ([ #1751 ] ( https://github.com/eth-brownie/brownie/pull/1751 ) )
20
+
10
21
## [ 1.20.1] ( https://github.com/eth-brownie/brownie/tree/v1.20.1 ) - 2024-02-12
11
22
### Added
12
23
- verbose option for ` multicall ` debugging ([ #1743 ] ( https://github.com/eth-brownie/brownie/pull/1743 ) )
Original file line number Diff line number Diff line change 19
19
from brownie ._expansion import expand_posix_vars
20
20
from brownie ._singleton import _Singleton
21
21
22
- __version__ = "1.20.1 "
22
+ __version__ = "1.20.2 "
23
23
24
24
BROWNIE_FOLDER = Path (__file__ ).parent
25
25
DATA_FOLDER = Path .home ().joinpath (".brownie" )
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
5
# pip-compile requirements-dev.in
@@ -12,7 +12,7 @@ attrs==23.2.0
12
12
# pytest
13
13
babel == 2.14.0
14
14
# via sphinx
15
- black == 24.1.1
15
+ black == 24.2.0
16
16
# via
17
17
# -c requirements.txt
18
18
# -r requirements-dev.in
@@ -24,7 +24,7 @@ bumpversion==0.6.0
24
24
# via -r requirements-dev.in
25
25
cachetools == 5.3.2
26
26
# via tox
27
- certifi == 2023.11.17
27
+ certifi == 2024.2.2
28
28
# via
29
29
# -c requirements.txt
30
30
# requests
@@ -43,11 +43,11 @@ click==8.1.7
43
43
# pip-tools
44
44
colorama == 0.4.6
45
45
# via tox
46
- coverage [toml ]== 7.4.1
46
+ coverage [toml ]== 7.4.3
47
47
# via
48
48
# -r requirements-dev.in
49
49
# pytest-cov
50
- cryptography == 42.0.2
50
+ cryptography == 42.0.5
51
51
# via secretstorage
52
52
distlib == 0.3.8
53
53
# via virtualenv
@@ -79,7 +79,7 @@ iniconfig==2.0.0
79
79
# pytest
80
80
isort == 5.13.2
81
81
# via -r requirements-dev.in
82
- jaraco-classes == 3.3.0
82
+ jaraco-classes == 3.3.1
83
83
# via keyring
84
84
jeepney == 0.8.0
85
85
# via
@@ -118,7 +118,7 @@ pathspec==0.12.1
118
118
# via
119
119
# -c requirements.txt
120
120
# black
121
- pip-tools == 7.3 .0
121
+ pip-tools == 7.4 .0
122
122
# via -r requirements-dev.in
123
123
pkginfo == 1.9.6
124
124
# via twine
@@ -157,7 +157,9 @@ pygments-lexer-solidity==0.7.0
157
157
pyproject-api == 1.6.1
158
158
# via tox
159
159
pyproject-hooks == 1.0.0
160
- # via build
160
+ # via
161
+ # build
162
+ # pip-tools
161
163
pytest == 6.2.5
162
164
# via
163
165
# -c requirements.txt
@@ -210,30 +212,16 @@ toml==0.10.2
210
212
# via
211
213
# -c requirements.txt
212
214
# pytest
213
- tomli == 2.0.1
214
- # via
215
- # -c requirements.txt
216
- # black
217
- # build
218
- # coverage
219
- # pip-tools
220
- # pyproject-api
221
- # pyproject-hooks
222
- # tox
223
- tox == 4.12.1
215
+ tox == 4.13.0
224
216
# via -r requirements-dev.in
225
- twine == 4 .0.2
217
+ twine == 5 .0.0
226
218
# via -r requirements-dev.in
227
- typing-extensions == 4.9.0
228
- # via
229
- # -c requirements.txt
230
- # black
231
- urllib3 == 2.2.0
219
+ urllib3 == 2.2.1
232
220
# via
233
221
# -c requirements.txt
234
222
# requests
235
223
# twine
236
- virtualenv == 20.25.0
224
+ virtualenv == 20.25.1
237
225
# via tox
238
226
wheel == 0.42.0
239
227
# via
You can’t perform that action at this time.
0 commit comments