Skip to content

Commit

Permalink
Update pytest requirement from 8.2.2 to 8.3.2
Browse files Browse the repository at this point in the history
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](pytest-dev/pytest@8.2.2...8.3.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 4f7ae5c commit 386665b
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 @@ -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 = "*"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 386665b

Please sign in to comment.