Skip to content

Commit

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

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

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

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

* Update Django in common too

Co-Authored-By: faucomte97 <[email protected]>
  • Loading branch information
dependabot[bot] and faucomte97 authored Feb 8, 2024
1 parent d86de58 commit e635b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.23",
"django==3.2.24",
"djangorestframework==3.13.1",
"django-two-factor-auth==1.13.2",
"django-countries==7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"django==3.2.23",
"django==3.2.24",
"django-countries==7.3.1",
"djangorestframework==3.13.1",
"django-pipeline==2.0.8",
Expand Down

0 comments on commit e635b2d

Please sign in to comment.