From 9a0e835ddedb4f3c8f82326913be424df394ff2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:56:39 +0000 Subject: [PATCH] build(deps-dev): bump django-stubs from 4.2.7 to 5.1.3 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 4.2.7 to 5.1.3. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/4.2.7...5.1.3) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 37 ++++++++++++++----------------------- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 24 deletions(-) diff --git a/poetry.lock b/poetry.lock index 60f369ed..dbdab335 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alabaster" @@ -1221,34 +1221,36 @@ sftp = ["paramiko (>=1.15)"] [[package]] name = "django-stubs" -version = "4.2.7" +version = "5.1.3" description = "Mypy stubs for Django" optional = false python-versions = ">=3.8" files = [ - {file = "django-stubs-4.2.7.tar.gz", hash = "sha256:8ccd2ff4ee5adf22b9e3b7b1a516d2e1c2191e9d94e672c35cc2bc3dd61e0f6b"}, - {file = "django_stubs-4.2.7-py3-none-any.whl", hash = "sha256:4cf4de258fa71adc6f2799e983091b9d46cfc67c6eebc68fe111218c9a62b3b8"}, + {file = "django_stubs-5.1.3-py3-none-any.whl", hash = "sha256:716758ced158b439213062e52de6df3cff7c586f9f9ad7ab59210efbea5dfe78"}, + {file = "django_stubs-5.1.3.tar.gz", hash = "sha256:8c230bc5bebee6da282ba8a27ad1503c84a0c4cd2f46e63d149e76d2a63e639a"}, ] [package.dependencies] +asgiref = "*" django = "*" -django-stubs-ext = ">=4.2.7" -types-pytz = "*" +django-stubs-ext = ">=5.1.3" types-PyYAML = "*" -typing-extensions = "*" +typing-extensions = ">=4.11.0" [package.extras] -compatible-mypy = ["mypy (>=1.7.0,<1.8.0)"] +compatible-mypy = ["mypy (>=1.12,<1.16)"] +oracle = ["oracledb"] +redis = ["redis"] [[package]] name = "django-stubs-ext" -version = "5.1.1" +version = "5.1.3" description = "Monkey-patching and extensions for django-stubs" optional = false python-versions = ">=3.8" files = [ - {file = "django_stubs_ext-5.1.1-py3-none-any.whl", hash = "sha256:3907f99e178c93323e2ce908aef8352adb8c047605161f8d9e5e7b4efb5a6a9c"}, - {file = "django_stubs_ext-5.1.1.tar.gz", hash = "sha256:db7364e4f50ae7e5360993dbd58a3a57ea4b2e7e5bab0fbd525ccdb3e7975d1c"}, + {file = "django_stubs_ext-5.1.3-py3-none-any.whl", hash = "sha256:64561fbc53e963cc1eed2c8eb27e18b8e48dcb90771205180fe29fc8a59e55fd"}, + {file = "django_stubs_ext-5.1.3.tar.gz", hash = "sha256:3e60f82337f0d40a362f349bf15539144b96e4ceb4dbd0239be1cd71f6a74ad0"}, ] [package.dependencies] @@ -3753,17 +3755,6 @@ files = [ docs = ["myst-parser", "pydata-sphinx-theme", "sphinx"] test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0,<8.2)", "pytest-mock", "pytest-mypy-testing"] -[[package]] -name = "types-pytz" -version = "2024.2.0.20241003" -description = "Typing stubs for pytz" -optional = false -python-versions = ">=3.8" -files = [ - {file = "types-pytz-2024.2.0.20241003.tar.gz", hash = "sha256:575dc38f385a922a212bac00a7d6d2e16e141132a3c955078f4a4fd13ed6cb44"}, - {file = "types_pytz-2024.2.0.20241003-py3-none-any.whl", hash = "sha256:3e22df1336c0c6ad1d29163c8fda82736909eb977281cb823c57f8bae07118b7"}, -] - [[package]] name = "types-pyyaml" version = "6.0.12.20240917" @@ -4213,4 +4204,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "fcce8a1e71a23e97f5a739be0083c9575068caf3f256c099c2cf3b6e951cb52f" +content-hash = "ca2e16d9c0a6a0a4525c837f2717ff8b3cf059f2b9c56768726aa64503439810" diff --git a/pyproject.toml b/pyproject.toml index 48be7c1b..3234acb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ ipdb = "^0.13.13" psycopg2 = "^2.9.6" watchfiles = "^0.19.0" mypy = "^1.5.1" -django-stubs = "^4.2.7" +django-stubs = "^5.1.3" pytest = "^7.4.4" pytest-sugar = "^0.9.7" djangorestframework-stubs = "^3.14.0"