From cd0232d3ce84167dba1f0ff91c917101a812260b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 19:53:47 +0000 Subject: [PATCH] build(deps-dev): bump pytest-mypy-plugins from 1.9.2 to 1.9.3 Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 1.9.2 to 1.9.3. - [Release notes](https://github.com/TypedDjango/pytest-mypy-plugins/releases) - [Changelog](https://github.com/typeddjango/pytest-mypy-plugins/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypedDjango/pytest-mypy-plugins/compare/1.9.2...1.9.3) --- updated-dependencies: - dependency-name: pytest-mypy-plugins dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4703b83..e6d9611 100644 --- a/poetry.lock +++ b/poetry.lock @@ -992,7 +992,7 @@ pytest = ">=3.0.0" [[package]] name = "pytest-mypy-plugins" -version = "1.9.2" +version = "1.9.3" description = "pytest plugin for writing tests for mypy plugins" category = "dev" optional = false @@ -1296,7 +1296,7 @@ typing_extensions = ">=3.6,<5.0" [metadata] lock-version = "1.1" python-versions = "~3.8" -content-hash = "f0177534b79151001e44ee5e659b34204a4077fd38fc37877bd58722963c6890" +content-hash = "b0c8b85fcd721717c648d6972b01ec30f992cb26d017edb7291a9c0ce971e0ec" [metadata.files] amqp = [ @@ -1739,8 +1739,8 @@ pytest-freezegun = [ {file = "pytest_freezegun-0.4.2-py2.py3-none-any.whl", hash = "sha256:5318a6bfb8ba4b709c8471c94d0033113877b3ee02da5bfcd917c1889cde99a7"}, ] pytest-mypy-plugins = [ - {file = "pytest-mypy-plugins-1.9.2.tar.gz", hash = "sha256:26528ab66549ade53badae2ab396f426379f921bf5ddd91534c669a25b4b7e69"}, - {file = "pytest_mypy_plugins-1.9.2-py3-none-any.whl", hash = "sha256:1985d27d84c92c14b1604eda2adf2d1c9d0c050633fd48183d661eb5deac23ee"}, + {file = "pytest-mypy-plugins-1.9.3.tar.gz", hash = "sha256:c2c6590ee68fd634013fdd0b47a5c83df300afd8b38d5aabd3b29e21b7907221"}, + {file = "pytest_mypy_plugins-1.9.3-py3-none-any.whl", hash = "sha256:10e60bd59a2b043ebda70f9a0ad1a8c9324ce6d0b46b93cae3b1172df2d4d81b"}, ] python-dateutil = [ {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, diff --git a/pyproject.toml b/pyproject.toml index 24de272..5b9ff7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ mypy = "^0.931" django-stubs = "^1.9.0" celery-types = "^0.10.0" django-stubs-ext = "^0.3.1" -pytest-mypy-plugins = "^1.9.2" +pytest-mypy-plugins = "^1.9.3" types-requests = "^2.27.5" [build-system]