dependabot[bot]
commited on
Bump python-dotenv from 1.0.0 to 1.0.1
Browse filesBumps [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] <[email protected]>
- src/requirements.txt +1 -1
src/requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
Django==4.2.7
|
2 |
psycopg2==2.9.9
|
3 |
-
python-dotenv==1.0.
|
4 |
whitenoise[brotli]==6.6.0
|
5 |
django-environ==0.11.2
|
|
|
1 |
Django==4.2.7
|
2 |
psycopg2==2.9.9
|
3 |
+
python-dotenv==1.0.1
|
4 |
whitenoise[brotli]==6.6.0
|
5 |
django-environ==0.11.2
|