From 0bc2c6d71cbabc1c1427781825f9453a64ab1811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 03:40:38 +0000 Subject: [PATCH] Bump django from 3.2.23 to 4.2.7 Bumps [django](https://github.com/django/django) from 3.2.23 to 4.2.7. - [Commits](https://github.com/django/django/compare/3.2.23...4.2.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2698335da..8989eabaec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "adyen" @@ -1073,20 +1073,20 @@ files = [ [[package]] name = "django" -version = "3.2.23" -description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." +version = "4.2.7" +description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "Django-3.2.23-py3-none-any.whl", hash = "sha256:d48608d5f62f2c1e260986835db089fa3b79d6f58510881d316b8d88345ae6e1"}, - {file = "Django-3.2.23.tar.gz", hash = "sha256:82968f3640e29ef4a773af2c28448f5f7a08d001c6ac05b32d02aeee6509508b"}, + {file = "Django-4.2.7-py3-none-any.whl", hash = "sha256:e1d37c51ad26186de355cbcec16613ebdabfa9689bbade9c538835205a8abbe9"}, + {file = "Django-4.2.7.tar.gz", hash = "sha256:8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41"}, ] [package.dependencies] -asgiref = ">=3.3.2,<4" +asgiref = ">=3.6.0,<4" bcrypt = {version = "*", optional = true, markers = "extra == \"bcrypt\""} -pytz = "*" -sqlparse = ">=0.2.2" +sqlparse = ">=0.3.1" +tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] argon2 = ["argon2-cffi (>=19.1.0)"] @@ -5250,4 +5250,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "1d8960f5a32b4ce645d7c1f58feb6f1d1893c1ca7d5164966c289661aa750665" +content-hash = "faa3fe29fc831c7e436ebce0e811f6f353f31463d17ba1309ca8bcdcea83a601" diff --git a/pyproject.toml b/pyproject.toml index 99203adb05..74d72c7fa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ documentation = "https://docs.saleor.io/" cryptography = "^41.0.4" dj-database-url = "^2" dj-email-url = "^1" - django = {version = "^3.2.22", extras = ["bcrypt"]} + django = {version = "^4.2.7", extras = ["bcrypt"]} django-cache-url = "^3.1.2" django-celery-beat = "^2.2.1" django-countries = "^7.2"