diff --git a/pyproject.toml b/pyproject.toml index 0c740e46..7562ef77 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.2.1" +pytest = "8.2.2" torchfix = "*" einops = "0.8.0" bitsandbytes = "*" @@ -49,7 +49,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.1" +pytest = "8.2.2" [tool.ruff] line-length = 80