dependabot[bot]
commited on
Bump django from 4.2.6 to 4.2.7
Browse filesBumps [django](https://github.com/django/django) from 4.2.6 to 4.2.7.
- [Commits](https://github.com/django/django/compare/4.2.6...4.2.7)
---
updated-dependencies:
- dependency-name: django
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,4 +1,4 @@
|
|
1 |
-
Django==4.2.
|
2 |
psycopg2==2.9.9
|
3 |
python-dotenv==1.0.0
|
4 |
whitenoise[brotli]==6.5.0
|
|
|
1 |
+
Django==4.2.7
|
2 |
psycopg2==2.9.9
|
3 |
python-dotenv==1.0.0
|
4 |
whitenoise[brotli]==6.5.0
|