From cab42e29bfe3b8b3ab13404488d13270c9f40fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:48:11 +0000 Subject: [PATCH] Update pytest requirement from 8.0.2 to 8.1.1 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/8.0.2...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3b60b416..465f8c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ python = "^3.8" torch = "2.2.0" timm = "0.9.16" torchdiffeq = "0.2.3" -pytest = "8.0.2" +pytest = "8.1.1" torchfix = "*" einops = "0.7.0" bitsandbytes = "0.42.0" @@ -59,7 +59,7 @@ types-pytz = ">=2023.3,<2025.0" black = "^23.1.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0" -pytest = "8.0.2" +pytest = "8.1.1" [tool.ruff]