Skip to content

Commit

Permalink
Bump python-dotenv from 0.21.1 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.21.1 to 1.0.0.
- [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.21.1...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent eca7b87 commit d2fff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Flask-Migrate==4.0.5
Flask-SQLAlchemy==3.1.1
Flask-WTF==1.1.1
psycopg2==2.9.7
python-dotenv==0.21.1 # Pinned lower due to docker-compose incompatibility
python-dotenv==1.0.0 # Pinned lower due to docker-compose incompatibility
SQLAlchemy==2.0.20
gunicorn==21.2.0

0 comments on commit d2fff4a

Please sign in to comment.