Skip to content

Commit

Permalink
Update pytest requirement from 8.1.1 to 8.2.0
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.1.1...8.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 3d64010 commit f948a5c
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 @@ -18,7 +18,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.9"
torch = ">=2.1.1,<3.0"
pytest = "8.1.1"
pytest = "8.2.0"
torchfix = "*"
einops = "0.7.0"
bitsandbytes = "0.43.0"
Expand Down Expand Up @@ -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.0"

[tool.ruff]
line-length = 80
Expand Down

0 comments on commit f948a5c

Please sign in to comment.