Skip to content

Commit

Permalink
Update python-dotenv requirement from <0.19,>=0.17 to >=0.17,<0.20
Browse files Browse the repository at this point in the history
Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v0.17.0...v0.19.0)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Guts committed Aug 3, 2021
1 parent 9f63009 commit a89f2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# --------------------
click>=8,<9
click-log>=0.3,<0.4
python-dotenv>=0.17,<0.19
python-dotenv>=0.17,<0.20
semver>=2,<3
send2trash>=1.7,<1.18
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
install_requires=[
"click>=7.1,<9",
"click-log>=0.3,<0.4",
"python-dotenv>=0.17,<0.19",
"python-dotenv>=0.17,<0.20",
"send2trash==1.6.0b1",
],
entry_points="""
Expand Down

0 comments on commit a89f2ac

Please sign in to comment.