dependabot[bot] commited on
Commit
65633d8
·
unverified ·
1 Parent(s): 2eb675a

Bump python-dotenv from 0.21.1 to 1.0.0

Browse files

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](https://github.com/theskumar/python-dotenv/compare/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] <[email protected]>

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  Django==4.1.7
2
  psycopg2==2.9.5
3
- python-dotenv==0.21.1
4
  whitenoise[brotli]==6.4.0
 
1
  Django==4.1.7
2
  psycopg2==2.9.5
3
+ python-dotenv==1.0.0
4
  whitenoise[brotli]==6.4.0