diff --git a/pyproject.toml b/pyproject.toml index 13947c1d..ebac9d18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.10" torch = ">=2.1.1,<3.0" -pytest = "8.1.1" +pytest = "8.2.1" torchfix = "*" einops = "0.7.0" bitsandbytes = "0.43.0" @@ -50,7 +50,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.1.1" +pytest = "8.2.1" [tool.ruff] line-length = 80