From 73c2474a3fbec31ca866104c36fbfb3f3701a43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 19:48:44 +0200 Subject: [PATCH] Bump pytest from 7.1.1 to 7.1.2 (#178) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 93a7917e..e14fd9f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -685,7 +685,7 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.1.1" +version = "7.1.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -951,7 +951,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "966d78c9e7ab28ce64f7408a6c7948d4397f064aebce07a8dbfcda741756298e" +content-hash = "91b3eb3a28f47ed23f6391ee887987f71568db82af08519ab65180adbd72393e" [metadata.files] aiohttp = [ @@ -1494,8 +1494,8 @@ pyparsing = [ {file = "pyparsing-3.0.7.tar.gz", hash = "sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"}, ] pytest = [ - {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, - {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, + {file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"}, + {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"}, ] pytest-asyncio = [ {file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"}, diff --git a/pyproject.toml b/pyproject.toml index 1e236aee..1d292a14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ mypy = "^0.950" pre-commit = "^2.18.1" pre-commit-hooks = "^4.2.0" pylint = "^2.13.8" -pytest = "^7.1.1" +pytest = "^7.1.2" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0" yamllint = "^1.26.3"