Skip to content

Commit 0258939

Browse files
build(deps): bump django from 4.2.16 to 4.2.18 (#12827)
* build(deps): bump django from 4.2.16 to 4.2.18 Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.18. - [Commits](django/django@4.2.16...4.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * fix setup.cfg --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mattia <[email protected]>
1 parent 12ebd8c commit 0258939

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==10.4.0
33
lxml==5.2.1
44
psycopg2==2.9.9
5-
Django==4.2.16
5+
Django==4.2.18
66

77
# Other
88
amqp==5.2.0

setup.cfg

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

3333
# Other
3434
amqp==5.2.0

0 commit comments

Comments
 (0)