Skip to content

Commit

Permalink
Merge pull request #859 from DigitalCampus/dependabot/pip/django-4.2.10
Browse files Browse the repository at this point in the history
Bump django from 4.2.7 to 4.2.10
  • Loading branch information
alexlittle committed Feb 9, 2024
2 parents d25079d + 1a2860b commit 99b4122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
django==4.2.7
django==4.2.10
django-crispy-forms==1.14.0
pytz
defusedxml==0.7.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
install_requires=[
"django == 4.2.7",
"django == 4.2.10",
"django-tastypie == 0.14.6",
"tablib == 3.5.0",
"django-crispy-forms == 1.14.0",
Expand Down

0 comments on commit 99b4122

Please sign in to comment.