Skip to content

Commit

Permalink
build(deps): bump django from 4.2.16 to 4.2.18 (#12827)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and mattiagiupponi authored Jan 21, 2025
1 parent 12ebd8c commit 0258939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pillow==10.4.0
lxml==5.2.1
psycopg2==2.9.9
Django==4.2.16
Django==4.2.18

# Other
amqp==5.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_requires =
Pillow==10.4.0
lxml==5.2.1
psycopg2==2.9.9
Django==4.2.16
Django==4.2.18

# Other
amqp==5.2.0
Expand Down

0 comments on commit 0258939

Please sign in to comment.