dependabot[bot]
commited on
Bump django from 4.2.4 to 4.2.5
Browse filesBumps [django](https://github.com/django/django) from 4.2.4 to 4.2.5.
- [Commits](https://github.com/django/django/compare/4.2.4...4.2.5)
---
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.6
|
3 |
python-dotenv==1.0.0
|
4 |
whitenoise[brotli]==6.5.0
|
|
|
1 |
+
Django==4.2.5
|
2 |
psycopg2==2.9.6
|
3 |
python-dotenv==1.0.0
|
4 |
whitenoise[brotli]==6.5.0
|