Skip to content

Commit

Permalink
fix(deps): bump django from 3.2.23 to 3.2.24 (#1579)
Browse files Browse the repository at this point in the history
* fix(deps): bump django from 3.2.23 to 4.1.13

Bumps [django](https://github.com/django/django) from 3.2.23 to 4.1.13.
- [Commits](django/django@3.2.23...4.1.13)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Downgrade Django to 3.2.24

Co-Authored-By: faucomte97 <[email protected]>
  • Loading branch information
dependabot[bot] and faucomte97 authored Feb 8, 2024
1 parent f2fa4c6 commit 7612b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"django==3.2.23",
"django==3.2.24",
"django-csp==3.7",
"django-js-reverse==0.9.1",
"django-pipeline==2.0.8",
Expand Down

0 comments on commit 7612b1a

Please sign in to comment.