From bac3a2305439ca76135c07c3d27fe7deb7cebf17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 12:41:32 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 6.2.3 to 6.2.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 6.2.4. - [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/6.2.3...6.2.4) 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 2129b8d..003b01c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -563,7 +563,7 @@ python-versions = "*" [[package]] name = "pytest" -version = "6.2.3" +version = "6.2.4" description = "pytest: simple powerful testing with Python" category = "dev" optional = false @@ -725,7 +725,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6.1" -content-hash = "81d43a65b067bc48c328d05bd532934ec0b1f59c748978b4336e2cd0662d6eb1" +content-hash = "685b90def6f6dc997abf3e0edf97b73c73212db74f8251ab3f2a0985ab84185d" [metadata.files] appdirs = [ @@ -1157,8 +1157,8 @@ pyperf = [ {file = "pyperf-2.2.0.tar.gz", hash = "sha256:498bb4d1fe21350c2b7c1aa8bb3eae9c9979358d0b66327954bc66839fcba8b6"}, ] pytest = [ - {file = "pytest-6.2.3-py3-none-any.whl", hash = "sha256:6ad9c7bdf517a808242b998ac20063c41532a570d088d77eec1ee12b0b5574bc"}, - {file = "pytest-6.2.3.tar.gz", hash = "sha256:671238a46e4df0f3498d1c3270e5deb9b32d25134c99b7d75370a68cfbe9b634"}, + {file = "pytest-6.2.4-py3-none-any.whl", hash = "sha256:91ef2131a9bd6be8f76f1f08eac5c5317221d6ad1e143ae03894b862e8976890"}, + {file = "pytest-6.2.4.tar.gz", hash = "sha256:50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b"}, ] pytest-cov = [ {file = "pytest-cov-2.11.1.tar.gz", hash = "sha256:359952d9d39b9f822d9d29324483e7ba04a3a17dd7d05aa6beb7ea01e359e5f7"}, diff --git a/pyproject.toml b/pyproject.toml index 1ad8d48..a3cfb3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pygments = "^2.9.0" flake8 = "^3.9.1" flake8-black = "^0.2.1" flake8-isort = "^4.0.0" -pytest = "^6.2.3" +pytest = "^6.2.4" mypy = "^0.812" pre-commit = "^2.12.1" isort = "^5.8.0"