Skip to content

Commit

Permalink
Set Django to 3.2.25 in common
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Mar 19, 2024
1 parent f69f2a5 commit 9b5e060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfl_common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
version=version,
include_package_data=True,
install_requires=[
"django==3.2.24",
"django==3.2.25",
"djangorestframework==3.13.1",
"django-two-factor-auth==1.13.2",
"django-countries==7.3.1",
Expand Down

0 comments on commit 9b5e060

Please sign in to comment.