From 1a89758795a0e91673e474e811d88ec7ea47511c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 06:55:11 +0000 Subject: [PATCH] chore(deps-dev): Bump django-stubs from 5.2.9 to 6.0.0 Bumps [django-stubs](https://github.com/sponsors/typeddjango) from 5.2.9 to 6.0.0. - [Commits](https://github.com/sponsors/typeddjango/commits) --- updated-dependencies: - dependency-name: django-stubs dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index c0c899a5..b46e650c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -905,19 +905,19 @@ bcrypt = ["bcrypt"] [[package]] name = "django-stubs" -version = "5.2.9" +version = "6.0.0" description = "Mypy stubs for Django" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "django_stubs-5.2.9-py3-none-any.whl", hash = "sha256:2317a7130afdaa76f6ff7f623650d7f3bf1b6c86a60f95840e14e6ec6de1a7cd"}, - {file = "django_stubs-5.2.9.tar.gz", hash = "sha256:c192257120b08785cfe6f2f1c91f1797aceae8e9daa689c336e52c91e8f6a493"}, + {file = "django_stubs-6.0.0-py3-none-any.whl", hash = "sha256:747baa97fb9a5c1892ef93bf881d06b4f211f719da18e4ddfd1e74bbad71e752"}, + {file = "django_stubs-6.0.0.tar.gz", hash = "sha256:14e7c667d2de73dbaf91ae43d117f923639107d8d3e84a2257ebc101861f18ed"}, ] [package.dependencies] django = "*" -django-stubs-ext = ">=5.2.9" +django-stubs-ext = ">=6.0.0" tomli = {version = "*", markers = "python_full_version < \"3.11.0\""} types-pyyaml = "*" typing-extensions = ">=4.11.0" @@ -929,14 +929,14 @@ redis = ["redis", "types-redis"] [[package]] name = "django-stubs-ext" -version = "5.2.9" +version = "6.0.0" description = "Monkey-patching and extensions for django-stubs" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "django_stubs_ext-5.2.9-py3-none-any.whl", hash = "sha256:230c51575551b0165be40177f0f6805f1e3ebf799b835c85f5d64c371ca6cf71"}, - {file = "django_stubs_ext-5.2.9.tar.gz", hash = "sha256:6db4054d1580657b979b7d391474719f1a978773e66c7070a5e246cd445a25a9"}, + {file = "django_stubs_ext-6.0.0-py3-none-any.whl", hash = "sha256:6f8c29e0dd5111fd36aa72519446c8a21c3e419e48c5d7dc7f418c8eec9c43ae"}, + {file = "django_stubs_ext-6.0.0.tar.gz", hash = "sha256:fb860210b496e75ae751cadee02a3449d5a7599de68c8db9df40c84e559d9298"}, ] [package.dependencies] @@ -2953,4 +2953,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10.0" -content-hash = "3759fd70597c79048cebeb4fc0a1a1caa1d8a50bef0948a5a3dda1eaf13fddf5" +content-hash = "5979125f068810e8c1e5b178cce00d2cac68c36442a66fc7c68574d7a84624e7" diff --git a/pyproject.toml b/pyproject.toml index ffd73d2f..fb121d56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ psycopg = "^3.3.1" psycopg-binary = "^3.3.1" mysql-connector-python = "^9.5.0" django = "^5.0" -django-stubs = "^5.2.8" +django-stubs = ">=5.2.8,<7.0.0" [tool.poetry.group.test.dependencies] boto3 = "^1.34.111"