Skip to content

Commit b5227c7

Browse files
fix(deps): bump python-dotenv from 0.16.0 to 1.2.2
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.16.0 to 1.2.2. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v0.16.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86a9be7 commit b5227c7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements-windows.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ pytest-forked==1.6.0
258258
# pytest-xdist
259259
pytest-xdist==1.34.0
260260
# via -r requirements.txt
261-
python-dotenv==0.16.0
261+
python-dotenv==1.2.2
262262
# via -r requirements.txt
263263
pyunormalize==17.0.0
264264
# via

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pygments-lexer-solidity<1
1818
pygments<3
1919
pytest-xdist<2
2020
pytest<7
21-
python-dotenv>=0.16.0,<0.17.0
21+
python-dotenv>=1.2.2,<1.3.0
2222
pyyaml>=6,<7
2323
requests>=2.25.0,<3
2424
rlp

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ pytest-forked==1.6.0
201201
# via pytest-xdist
202202
pytest-xdist==1.34.0
203203
# via -r requirements.in
204-
python-dotenv==0.16.0
204+
python-dotenv==1.2.2
205205
# via -r requirements.in
206206
pyunormalize==17.0.0
207207
# via web3

0 commit comments

Comments
 (0)