From 09ff4c1b8dd16f0b6293af1837bafb3baa0d19c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 03:54:50 +0000 Subject: [PATCH] Bump django-stubs from 1.12.0 to 5.0.0 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.12.0 to 5.0.0. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/django-stubs@1.12.0...5.0.0) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 39 ++++++++++++++------------------------- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 26 deletions(-) diff --git a/poetry.lock b/poetry.lock index 20df2a2..887eadd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -404,36 +404,36 @@ hiredis = ["redis[hiredis] (>=3,!=4.0.0,!=4.0.1)"] [[package]] name = "django-stubs" -version = "1.12.0" +version = "5.0.0" description = "Mypy stubs for Django" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django-stubs-1.12.0.tar.gz", hash = "sha256:ea8b35d0da49f7b2ee99a79125f1943e033431dd114726d6643cc35de619230e"}, - {file = "django_stubs-1.12.0-py3-none-any.whl", hash = "sha256:0dff8ec0ba3abe046450b3d8a29ce9e72629893d2c1ef679189cc2bfdb6d2f64"}, + {file = "django_stubs-5.0.0-py3-none-any.whl", hash = "sha256:084484cbe16a6d388e80ec687e46f529d67a232f3befaf55c936b3b476be289d"}, + {file = "django_stubs-5.0.0.tar.gz", hash = "sha256:b8a792bee526d6cab31e197cb414ee7fa218abd931a50948c66a80b3a2548621"}, ] [package.dependencies] +asgiref = "*" django = "*" -django-stubs-ext = ">=0.4.0" -mypy = ">=0.930" -tomli = "*" -types-pytz = "*" +django-stubs-ext = ">=5.0.0" +tomli = {version = "*", markers = "python_version < \"3.11\""} types-PyYAML = "*" typing-extensions = "*" [package.extras] -compatible-mypy = ["mypy (>=0.930,<0.970)"] +compatible-mypy = ["mypy (>=1.10.0,<1.11.0)"] +redis = ["redis"] [[package]] name = "django-stubs-ext" -version = "0.5.0" +version = "5.0.0" description = "Monkey-patching and extensions for django-stubs" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "django-stubs-ext-0.5.0.tar.gz", hash = "sha256:9bd7418376ab00b7f88d6d56be9fece85bfa0c7c348ac621155fa4d7a91146f2"}, - {file = "django_stubs_ext-0.5.0-py3-none-any.whl", hash = "sha256:c5d8db53d29c756e7e3d0820a5a079a43bc38d8fab0e1b8bd5df2f3366c54b5a"}, + {file = "django_stubs_ext-5.0.0-py3-none-any.whl", hash = "sha256:8e1334fdf0c8bff87e25d593b33d4247487338aaed943037826244ff788b56a8"}, + {file = "django_stubs_ext-5.0.0.tar.gz", hash = "sha256:5bacfbb498a206d5938454222b843d81da79ea8b6fcd1a59003f529e775bc115"}, ] [package.dependencies] @@ -1113,17 +1113,6 @@ files = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] -[[package]] -name = "types-pytz" -version = "2022.5.0.0" -description = "Typing stubs for pytz" -optional = false -python-versions = "*" -files = [ - {file = "types-pytz-2022.5.0.0.tar.gz", hash = "sha256:0c163b15d3e598e6cc7074a99ca9ec72b25dc1b446acc133b827667af0b7b09a"}, - {file = "types_pytz-2022.5.0.0-py3-none-any.whl", hash = "sha256:a8e1fe6a1b270fbfaf2553b20ad0f1316707cc320e596da903bb17d7373fed2d"}, -] - [[package]] name = "types-pyyaml" version = "6.0.12.1" @@ -1284,4 +1273,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "42c17cfbca7681599c36ad177d2db44cfdd46c8306be8297e508c667e7307d05" +content-hash = "8a7e57b31a29f017582c650c5c99af92c77dd7ff4ca144a96c7c9200d2442456" diff --git a/pyproject.toml b/pyproject.toml index 5579d3f..903a3f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ cryptography = "42.0.4" [tool.poetry.group.dev.dependencies] black = "^24.3.0" coverage = "^6.5.0" -django-stubs = "^1.12.0" +django-stubs = "^5.0.0" flake8 = "^5.0.4" mypy = "^0.982" pytest = "^7.2.0"