From 386665bdaabee9a79929336888f5167bf23d29a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:39:19 +0000 Subject: [PATCH] Update pytest requirement from 8.2.2 to 8.3.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/8.2.2...8.3.2) --- 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 7cc1063d..77ebe6e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" torch = ">=2.1.1,<3.0" -pytest = "8.2.2" +pytest = "8.3.2" torchfix = "*" einops = "0.8.0" bitsandbytes = "*" @@ -54,7 +54,7 @@ types-pytz = ">=2023.3,<2025.0" black = ">=23.1,<25.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0" -pytest = "8.2.2" +pytest = "8.3.2" [tool.ruff] line-length = 80