Skip to content

Commit 04d440e

Browse files
build(deps): bump django from 5.2.7 to 5.2.8 (#13707)backp
* build(deps): bump django from 5.2.7 to 5.2.8 Bumps [django](https://github.com/django/django) from 5.2.7 to 5.2.8. - [Commits](django/django@5.2.7...5.2.8) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * align setup.cfg --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mattiagiupponi <[email protected]>
1 parent 214969c commit 04d440e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pillow==11.3.0
33
lxml==5.2.1
44
psycopg2==2.9.9
5-
Django==5.2.7
5+
Django==5.2.8
66

77
# Other
88
beautifulsoup4==4.12.3

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install_requires =
2828
Pillow==11.3.0
2929
lxml==5.2.1
3030
psycopg2==2.9.9
31-
Django==5.2.7
31+
Django==5.2.8
3232

3333
# Other
3434
beautifulsoup4==4.12.3

0 commit comments

Comments
 (0)