Bump django-stubs from 4.2.3 to 4.2.4

Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/typeddjango/django-stubs/releases)
- [Commits](https://github.com/typeddjango/django-stubs/compare/4.2.3...4.2.4)

---
updated-dependencies:
- dependency-name: django-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-18 15:53:25 +00:00 committed by GitHub
parent 16b459d421
commit 9384f702f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -295,13 +295,13 @@ test = ["Pillow", "dj-database-url", "django-selenosis", "pytest", "pytest-cov",
[[package]]
name = "django-stubs"
version = "4.2.3"
version = "4.2.4"
description = "Mypy stubs for Django"
optional = false
python-versions = ">=3.8"
files = [
{file = "django-stubs-4.2.3.tar.gz", hash = "sha256:dadab39b46d9ae8f37a8e879c590f39a9e042b565c03fa0c5a8f754b441b1f23"},
{file = "django_stubs-4.2.3-py3-none-any.whl", hash = "sha256:e30e2e4927ba14bec587ed2c686404b6b8e473cabe9baca445e7d2e1e0d7b14f"},
{file = "django-stubs-4.2.4.tar.gz", hash = "sha256:7d4a132c381519815e865c27a89eca41bcbd06056832507224816a43d75c601c"},
{file = "django_stubs-4.2.4-py3-none-any.whl", hash = "sha256:834b60fd81510cce6b56c1c6c28bec3c504a418bc90ff7d0063fabe8ab9a7868"},
]
[package.dependencies]
@ -314,7 +314,7 @@ types-PyYAML = "*"
typing-extensions = "*"
[package.extras]
compatible-mypy = ["mypy (==1.4.*)"]
compatible-mypy = ["mypy (==1.5.*)"]
[[package]]
name = "django-stubs-ext"
@ -1295,4 +1295,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "e3b3edca4470b9e8fecd7cb120ad9eae5bb6bdd46768869daac051a82fc01d6b"
content-hash = "0c0f13927d1f3afe639ebc5caa6b140dd6833dfaa67dc0e03fb82bd8c158060c"

View File

@ -89,7 +89,7 @@ pytest-django = "^4.5.2"
pytest-xdist = "^3.1.0"
python-lsp-server = "^1.8.0"
mypy = "^1.4.1"
django-stubs = "^4.2.3"
django-stubs = "^4.2.4"
pylint-django = "^2.5.3"
[build-system]