Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Update python-dotenv requirement from ==0.19.* to >=0.19,<0.21
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.19.0...v0.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 29, 2022
1 parent 413a30a commit 3d217cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"pylint==2.12.*",
'pytest==7.1.1',
'pytest-cov==3.0.0',
"python-dotenv==0.19.*"
"python-dotenv>=0.19,<0.21"
]
},
entry_points="""
Expand Down

0 comments on commit 3d217cc

Please sign in to comment.