Skip to content

Commit

Permalink
Merge pull request #252 from kyegomez/dependabot/pip/pytest-8.3.2
Browse files Browse the repository at this point in the history
Update pytest requirement from 8.2.2 to 8.3.2
  • Loading branch information
kyegomez authored Aug 13, 2024
2 parents 71cd871 + 386665b commit 2e209a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 = "*"
Expand Down Expand Up @@ -85,7 +85,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
Expand Down

0 comments on commit 2e209a4

Please sign in to comment.