Skip to content

Commit

Permalink
fix: Upgrade Django to 3.2.23 again (CI/CD measuring) (#1532)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Nov 22, 2023
1 parent 9bab5a5 commit b7380dd
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.22",
"django==3.2.23",
"django-csp==3.7",
"django-js-reverse==0.9.1",
"django-pipeline==2.0.8",
Expand Down

0 comments on commit b7380dd

Please sign in to comment.