Skip to content

Commit

Permalink
Update Django to 4.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jan 8, 2024
1 parent dfd2c0a commit 7ee3442
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = []
boto = "^2.49.0"
boto3 = "^1.20.24"
crawlerdetect = "0.1.5"
django = "4.2.2"
django = "4.2.9"
django-admin-list-filters = "^1.1"
django-anymail = "8.6"
django-better-admin-arrayfield = "^1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ django-sesame==3.2.1 ; python_full_version >= "3.10.4" and python_full_version <
django-storages==1.13.2 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
django-taggit==4.0.0 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
django-treebeard==4.7 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
django==4.2.2 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
django==4.2.9 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
djangorestframework==3.14.0 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
draftjs-exporter==2.1.7 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
drf-spectacular==0.26.5 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements/staging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ django-sesame==3.2.1 ; python_full_version >= "3.10.4" and python_full_version <
django-storages==1.13.2 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
django-taggit==4.0.0 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
django-treebeard==4.7 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
django==4.2.2 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
django==4.2.9 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
djangorestframework==3.14.0 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
draftjs-exporter==2.1.7 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
drf-spectacular==0.26.5 ; python_full_version >= "3.10.4" and python_full_version < "4.0.0"
Expand Down

0 comments on commit 7ee3442

Please sign in to comment.