Skip to content

Commit

Permalink
Mise à jour de la version de Django (4.2.9) (#1032)
Browse files Browse the repository at this point in the history
* Update Django to 4.2.9

* Fix dependencies order
  • Loading branch information
raphodn authored Jan 8, 2024
1 parent dfd2c0a commit 280e979
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.

8 changes: 4 additions & 4 deletions 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 All @@ -32,19 +32,19 @@ elastic-apm = "^6.10.1"
hubspot-api-client = "^6.1.0"
huey = "2.4.4"
ipython = "^8.14.0"
openai = "^0.28.1"
psycopg2-binary = "2.9.5"
PyMySQL = "1.0.2"
python = "^3.10.4"
python-stdnum = "1.17"
redis = "^3.5.3"
requests = "^2.27.1"
sentry-sdk = "1.25.1"
shortuuid = "^1.0.11"
sib-api-v3-sdk = "^7.6.0"
wagtail = "^5.0.2"
whitenoise = "6.3.0"
xlwt = "1.3.0"
sib-api-v3-sdk = "^7.6.0"
shortuuid = "^1.0.11"
openai = "^0.28.1"

[tool.poetry.group.dev.dependencies]
black = "23.7.0"
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 280e979

Please sign in to comment.