Bump python-dotenv from 0.13.0 to 0.14.0

Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-06 08:38:44 +00:00 committed by GitHub
parent 3fe5eecc2b
commit 7fbb4f78da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ py==1.8.1 # via pytest, tox
pygments==2.6.1 # via sphinx
pyparsing==2.4.7 # via packaging
pytest==5.4.3 # via -r requirements/tests.in
python-dotenv==0.13.0 # via -r requirements/tests.in
python-dotenv==0.14.0 # via -r requirements/tests.in
pytz==2020.1 # via babel
pyyaml==5.3.1 # via pre-commit
requests==2.23.0 # via sphinx

View file

@ -13,6 +13,6 @@ pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
pyparsing==2.4.7 # via packaging
pytest==5.4.3 # via -r requirements/tests.in
python-dotenv==0.13.0 # via -r requirements/tests.in
python-dotenv==0.14.0 # via -r requirements/tests.in
six==1.15.0 # via packaging
wcwidth==0.1.9 # via pytest