Bump python-dotenv from 1.0.0 to 1.0.1

Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-07 21:14:46 +00:00
committed by GitHub
parent 43c066e541
commit 9f5b388c08
2 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ packaging = "==24.0"
poetry-dotenv-plugin = "==0.2.0"
psycopg2-binary = "==2.9.9"
pyjwt = "==2.8.0"
python-dotenv = "==1.0.0"
python-dotenv = "==1.0.1"
sqlalchemy = "==1.4.40"
werkzeug = "^3.0.3"
faker = "^24.4.0"