From e8de1e29c1391e95e6a92c45488da9d31141ea8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 08:32:44 +0000 Subject: [PATCH] Bump pytest from 7.3.2 to 7.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0. - [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.3.2...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... 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 1b5ebef6..6671a309 100644 --- a/poetry.lock +++ b/poetry.lock @@ -718,13 +718,13 @@ files = [ [[package]] name = "pytest" -version = "7.3.2" +version = "7.4.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.3.2-py3-none-any.whl", hash = "sha256:cdcbd012c9312258922f8cd3f1b62a6580fdced17db6014896053d47cddf9295"}, - {file = "pytest-7.3.2.tar.gz", hash = "sha256:ee990a3cc55ba808b80795a79944756f315c67c12b56abd3ac993a7b8c17030b"}, + {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, + {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, ] [package.dependencies] @@ -1177,4 +1177,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "45c48e27ac95d8054b67c1ca10229f53c3bc530991d4d701146dcdf28b1b9879" +content-hash = "294071b023d3af6c9cb4c3afc57eca4cc2d7debb0e983efcf7d570f4da194eac" diff --git a/pyproject.toml b/pyproject.toml index 926d7573..ed403a72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ prettytable="^3.6.0" mypy = "^1.4.1" coverage = "^7.2.7" flake8 = ">=5.0.4,<7.0.0" -pytest = "^7.1.2" +pytest = "^7.4.0" setuptools = ">=65.6.3,<69.0.0" [tool.pytest.ini_options]