From 3e4bfd145db0b0a9df63b26ad41395bb32586f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 07:15:33 +0000 Subject: [PATCH] Update pytest requirement from ~=7.3.1 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.3.1...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 361fa11608..13e74dda43 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -55,7 +55,7 @@ jax[cpu]==0.4.23 # lingvo==0.6.4 # other -pytest~=7.3.1 +pytest~=7.4.3 pytest-flake8~=1.1.1 flake8~=4.0.1 pytest-mock~=3.10.0