From 6bf03d80ff7d0e06bbd94f138942107aafa88ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 08:55:51 +0000 Subject: [PATCH] Bump the django group across 1 directory with 2 updates Bumps the django group with 2 updates in the / directory: [django](https://github.com/django/django) and [django-stubs](https://github.com/typeddjango/django-stubs). Updates `django` from 4.2.30 to 5.2.13 - [Commits](https://github.com/django/django/compare/4.2.30...5.2.13) Updates `django-stubs` from 4.2.4 to 6.0.3 - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/4.2.4...6.0.3) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: django - dependency-name: django-stubs dependency-version: 5.1.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: django ... Signed-off-by: dependabot[bot] --- poetry.lock | 62 ++++++++++++++++++++------------------------------ pyproject.toml | 4 ++-- 2 files changed, 27 insertions(+), 39 deletions(-) diff --git a/poetry.lock b/poetry.lock index 52b6883..1119b6e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -15,18 +15,18 @@ files = [ [[package]] name = "asgiref" -version = "3.6.0" +version = "3.11.1" description = "ASGI specs, helper code, and adapters" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "asgiref-3.6.0-py3-none-any.whl", hash = "sha256:71e68008da809b957b7ee4b43dbccff33d1b23519fb8344e33f049897077afac"}, - {file = "asgiref-3.6.0.tar.gz", hash = "sha256:9567dfe7bd8d3c8c892227827c41cce860b368104c3431da67a0c5a65a949506"}, + {file = "asgiref-3.11.1-py3-none-any.whl", hash = "sha256:e8667a091e69529631969fd45dc268fa79b99c92c5fcdda727757e52146ec133"}, + {file = "asgiref-3.11.1.tar.gz", hash = "sha256:5f184dc43b7e763efe848065441eac62229c9f7b0475f41f80e207a114eda4ce"}, ] [package.extras] -tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] +tests = ["mypy (>=1.14.0)", "pytest", "pytest-asyncio"] [[package]] name = "asttokens" @@ -305,18 +305,18 @@ files = [ [[package]] name = "django" -version = "4.2.30" +version = "5.2.13" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "django-4.2.30-py3-none-any.whl", hash = "sha256:4d07aaf1c62f9984842b67c2874ebbf7056a17be253860299b93ae1881faad65"}, - {file = "django-4.2.30.tar.gz", hash = "sha256:4ebc7a434e3819db6cf4b399fb5b3f536310a30e8486f08b66886840be84b37c"}, + {file = "django-5.2.13-py3-none-any.whl", hash = "sha256:5788fce61da23788a8ce6f02583765ab060d396720924789f97fa42119d37f7a"}, + {file = "django-5.2.13.tar.gz", hash = "sha256:a31589db5188d074c63f0945c3888fad104627dfcc236fb2b97f71f89da33bc4"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.8.1" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -342,37 +342,37 @@ sqlparse = ">=0.2" [[package]] name = "django-stubs" -version = "4.2.4" +version = "6.0.3" description = "Mypy stubs for Django" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "django-stubs-4.2.4.tar.gz", hash = "sha256:7d4a132c381519815e865c27a89eca41bcbd06056832507224816a43d75c601c"}, - {file = "django_stubs-4.2.4-py3-none-any.whl", hash = "sha256:834b60fd81510cce6b56c1c6c28bec3c504a418bc90ff7d0063fabe8ab9a7868"}, + {file = "django_stubs-6.0.3-py3-none-any.whl", hash = "sha256:5fee22bcbbad59a78c727a820b6f4e68ff442ca76a922b7002e57c25dd7cb390"}, + {file = "django_stubs-6.0.3.tar.gz", hash = "sha256:ee895f403c373608eeb50822f0733f9d9ec5ab12731d4ab58956053bb95fdd9e"}, ] [package.dependencies] django = "*" -django-stubs-ext = ">=4.2.2" -mypy = ">=1.0.0" -types-pytz = "*" -types-PyYAML = "*" -typing-extensions = "*" +django-stubs-ext = ">=6.0.2" +types-pyyaml = "*" +typing-extensions = ">=4.11.0" [package.extras] -compatible-mypy = ["mypy (==1.5.*)"] +compatible-mypy = ["mypy (>=1.13,<1.21)"] +oracle = ["oracledb"] +redis = ["redis", "types-redis"] [[package]] name = "django-stubs-ext" -version = "4.2.2" +version = "6.0.3" description = "Monkey-patching and extensions for django-stubs" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "django-stubs-ext-4.2.2.tar.gz", hash = "sha256:c69d1cc46f1c4c3b7894b685a5022c29b2a36c7cfb52e23762eaf357ebfc2c98"}, - {file = "django_stubs_ext-4.2.2-py3-none-any.whl", hash = "sha256:fdacc65a14d2d4b97334b58ff178a5853ec8c8c76cec406e417916ad67536ce4"}, + {file = "django_stubs_ext-6.0.3-py3-none-any.whl", hash = "sha256:9e4105955419ae310d7da9cfd808e039d4dae3092c628f021057bb4f2c237f8f"}, + {file = "django_stubs_ext-6.0.3.tar.gz", hash = "sha256:3307d42132bc295d5744de6276bc5fdf6896efc70f891e21c0ae8bdf529d2762"}, ] [package.dependencies] @@ -1538,18 +1538,6 @@ files = [ docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,<7.5)", "pytest-mock", "pytest-mypy-testing"] -[[package]] -name = "types-pytz" -version = "2021.1.2" -description = "Typing stubs for pytz" -optional = false -python-versions = "*" -groups = ["dev"] -files = [ - {file = "types-pytz-2021.1.2.tar.gz", hash = "sha256:448828a06f2aaa840e57364d866c661645a045e532f817e4f10c8c3ab2b66651"}, - {file = "types_pytz-2021.1.2-py3-none-any.whl", hash = "sha256:28fb1c0f77f59aebe9b792d073ebfbbbf7b329f9d4af6a6079713a618a1c0f31"}, -] - [[package]] name = "types-pyyaml" version = "5.4.10" @@ -1683,4 +1671,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "9b43a004d145581b101d53d74f4fa77e2e7b67de3117b31a85a9f3cdba912abf" +content-hash = "41e418216c86b8ac3accbabe611558c7b2d29ff887c8420c239908f0d7383f4b" diff --git a/pyproject.toml b/pyproject.toml index 4438da1..c9401e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" repository = "https://github.com/PyGotham/awards" [tool.poetry.dependencies] -Django = "^4.2" +Django = "^5.2" psycopg2 = "^2.9.11" python = "^3.11" python-decouple = "^3.8" @@ -17,7 +17,7 @@ python-decouple = "^3.8" black = "^26.3" bpython = "^0.26" django-debug-toolbar = "^6.3.0" -django-stubs = "^4.2.4" +django-stubs = "^6.0.3" flake8 = "^7.3.0" flake8-bugbear = "^25.11.29" ipdb = "^0.13.13"