From 439cf867ed5575c1a37bbbc899a4e15dfe8d3504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 02:10:45 +0000 Subject: [PATCH] Bump django-stubs from 5.0.2 to 5.0.4 in /{{ cookiecutter.name }} Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 5.0.2 to 5.0.4. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.0.2...5.0.4) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.name }}/poetry.lock | 12 ++++++------ {{ cookiecutter.name }}/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/{{ cookiecutter.name }}/poetry.lock b/{{ cookiecutter.name }}/poetry.lock index addd815a..cc440135 100644 --- a/{{ cookiecutter.name }}/poetry.lock +++ b/{{ cookiecutter.name }}/poetry.lock @@ -779,24 +779,24 @@ sftp = ["paramiko (>=1.15)"] [[package]] name = "django-stubs" -version = "5.0.2" +version = "5.0.4" description = "Mypy stubs for Django" optional = false python-versions = ">=3.8" files = [ - {file = "django_stubs-5.0.2-py3-none-any.whl", hash = "sha256:cb0c506cb5c54c64612e4a2ee8d6b913c6178560ec168009fe847c09747c304b"}, - {file = "django_stubs-5.0.2.tar.gz", hash = "sha256:236bc5606e5607cb968f92b648471f9edaa461a774bc013bf9e6bff8730f6bdf"}, + {file = "django_stubs-5.0.4-py3-none-any.whl", hash = "sha256:c2502f5ecbae50c68f9a86d52b5b2447d8648fd205036dad0ccb41e19a445927"}, + {file = "django_stubs-5.0.4.tar.gz", hash = "sha256:78e3764488fdfd2695f12502136548ec22f8d4b1780541a835042b8238d11514"}, ] [package.dependencies] asgiref = "*" django = "*" -django-stubs-ext = ">=5.0.2" +django-stubs-ext = ">=5.0.4" types-PyYAML = "*" typing-extensions = ">=4.11.0" [package.extras] -compatible-mypy = ["mypy (>=1.10.0,<1.11.0)"] +compatible-mypy = ["mypy (>=1.11.0,<1.12.0)"] oracle = ["oracledb"] redis = ["redis"] @@ -2681,4 +2681,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "d0092e04b67687986f2fae8d7f5a2741c22cc2c618941de021ac9b04390a4a24" +content-hash = "3c765c6795cbf0b2474c7bf42f78cffb0772a94181ceeb355bd30d818a74d8d1" diff --git a/{{ cookiecutter.name }}/pyproject.toml b/{{ cookiecutter.name }}/pyproject.toml index b50be468..8854ee20 100644 --- a/{{ cookiecutter.name }}/pyproject.toml +++ b/{{ cookiecutter.name }}/pyproject.toml @@ -36,7 +36,7 @@ whitenoise = "^6.7.0" [tool.poetry.group.dev.dependencies] autoflake = "^2.2.1" black = "^24.4.2" -django-stubs = "^5.0.2" +django-stubs = "^5.0.4" djangorestframework-stubs = "^3.15.0" dotenv-linter = "^0.5.0" flake8-absolute-import = "^1.0.0.2"