From 1dc1570b24210f7055ea46adece002c37709ab4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 02:17:37 +0000 Subject: [PATCH] Update pytest requirement from ~=7.4.2 to ~=7.4.3 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.4.2...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29175d8..547b856 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ hydra-optuna-sweeper==1.2.0 rootutils~=1.0.7 pre-commit # hooks for applying linters on commit rich~=13.3.5 -pytest~=7.4.2 +pytest~=7.4.3 # sh # for running bash commands in some tests (linux/macos only) proteinflow~=2.4.0