From 3a41bab4285014495a07dfc0cb332828b9f61dbb Mon Sep 17 00:00:00 2001 From: "descope[bot]" Date: Tue, 18 Jul 2023 18:23:02 +0000 Subject: [PATCH] chore(deps): update dependency django-stubs to v4.2.2 --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4cf5da7..b150f04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -461,19 +461,19 @@ sqlparse = ">=0.2" [[package]] name = "django-stubs" -version = "4.2.1" +version = "4.2.2" description = "Mypy stubs for Django" category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "django-stubs-4.2.1.tar.gz", hash = "sha256:8c15d5f7b05926805cfb25f2bfbf3509c37792fbd8aec5aedea358b85d8bccd5"}, - {file = "django_stubs-4.2.1-py3-none-any.whl", hash = "sha256:66477bdba25407623f4079205e58f3c7265a4f0d8f7c9f540a6edc16f8883a5b"}, + {file = "django-stubs-4.2.2.tar.gz", hash = "sha256:061c6fad4b53bea5548ac241262cce1b426606d303a3ed2acbfc9ba1e296427e"}, + {file = "django_stubs-4.2.2-py3-none-any.whl", hash = "sha256:602b569b3c212e0fed074a708f4e165512970c7971fa060a3da3e63a5084fefe"}, ] [package.dependencies] django = "*" -django-stubs-ext = ">=4.2.1" +django-stubs-ext = ">=4.2.2" mypy = ">=1.0.0" tomli = {version = "*", markers = "python_version < \"3.11\""} types-pytz = "*" @@ -481,18 +481,18 @@ types-PyYAML = "*" typing-extensions = "*" [package.extras] -compatible-mypy = ["mypy (>=1.3.0,<1.4)"] +compatible-mypy = ["mypy (>=1.4.0,<1.5.0)"] [[package]] name = "django-stubs-ext" -version = "4.2.1" +version = "4.2.2" description = "Monkey-patching and extensions for django-stubs" category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "django-stubs-ext-4.2.1.tar.gz", hash = "sha256:2696d6f7d8538341b060cffa9565c72ea797e866687e040b86d29cad8799e5fe"}, - {file = "django_stubs_ext-4.2.1-py3-none-any.whl", hash = "sha256:4b6b63e49f4ba30d93ec46f87507648c99c9de6911e651ad69db7084fd5b2f4e"}, + {file = "django-stubs-ext-4.2.2.tar.gz", hash = "sha256:c69d1cc46f1c4c3b7894b685a5022c29b2a36c7cfb52e23762eaf357ebfc2c98"}, + {file = "django_stubs_ext-4.2.2-py3-none-any.whl", hash = "sha256:fdacc65a14d2d4b97334b58ff178a5853ec8c8c76cec406e417916ad67536ce4"}, ] [package.dependencies] @@ -1148,4 +1148,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "45c4db6332e87e46d787797a46245a04962e9849b7af5e241d75d85e23be135a" +content-hash = "0e38f002a023ff00bc29efed7961cb02ada1ab8c880368b69058f4433413f898" diff --git a/pyproject.toml b/pyproject.toml index 78edefd..f8e54e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ isort = "5.12.0" python-dotenv = "1.0.0" tox = "4.5.1" django-debug-toolbar = "4.1.0" -django-stubs = "4.2.1" +django-stubs = "4.2.2" # Authorized and unauthorized licenses in LOWER CASE [tool.liccheck]