From 8729b5727398cfbb6bdde490ca170c1ac87fa052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:38:11 +0000 Subject: [PATCH] build(deps-dev): update pytest requirement from ~=7.1 to ~=7.2 Updates the requirements on [pytest](/~https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 7e96a5e..ab8024a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ pipdeptree~=2.3 pytest-cov~=4.0 pre-commit~=2.20 pygments~=2.13 -pytest~=7.1 +pytest~=7.2 pytest-flask-ligand~=0.1 pytest-mock~=3.10 python-semantic-release~=7.32