From 7ee34427c2418e179a718b4a6e6584b2737d4069 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Mon, 8 Jan 2024 15:39:33 +0100 Subject: [PATCH 1/2] Update Django to 4.2.9 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements/dev.txt | 2 +- requirements/staging.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 52c185a32..1995f4d86 100644 --- a/poetry.lock +++ b/poetry.lock @@ -650,13 +650,13 @@ files = [ [[package]] name = "django" -version = "4.2.2" +version = "4.2.9" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.2-py3-none-any.whl", hash = "sha256:672b3fa81e1f853bb58be1b51754108ab4ffa12a77c06db86aa8df9ed0c46fe5"}, - {file = "Django-4.2.2.tar.gz", hash = "sha256:2a6b6fbff5b59dd07bef10bcb019bee2ea97a30b2a656d51346596724324badf"}, + {file = "Django-4.2.9-py3-none-any.whl", hash = "sha256:2cc2fc7d1708ada170ddd6c99f35cc25db664f165d3794bc7723f46b2f8c8984"}, + {file = "Django-4.2.9.tar.gz", hash = "sha256:12498cc3cb8bc8038539fef9e90e95f507502436c1f0c3a673411324fa675d14"}, ] [package.dependencies] @@ -3276,4 +3276,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "25c31aa2dd74ec928ff724e97f25ba73b52693ea95e0f26356765df1f5fb7f0e" +content-hash = "2d2b04e6bfb491f93c9d69b69801e1a4b2b3f03feb09c6a5fd40480e950b72ee" diff --git a/pyproject.toml b/pyproject.toml index 3df26bbd5..57c441ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements/dev.txt b/requirements/dev.txt index 661f98b44..cd9101021 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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" diff --git a/requirements/staging.txt b/requirements/staging.txt index 0bf60b851..c0eb513b0 100644 --- a/requirements/staging.txt +++ b/requirements/staging.txt @@ -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" From 470900d21eb44c6e61d802ea1ccde68485a1ed80 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Mon, 8 Jan 2024 15:40:55 +0100 Subject: [PATCH 2/2] Fix dependencies order --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57c441ad6..4f8dcf7a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ 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" @@ -39,12 +40,11 @@ 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"