Skip to content

Commit

Permalink
Bump pytest from 8.2.2 to 8.3.2
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 8029abc commit 01914e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
]

[project.optional-dependencies]
dev = ["black==24.4.2", "pylint==3.2.5", "pytest==8.2.2"]
dev = ["black==24.4.2", "pylint==3.2.5", "pytest==8.3.2"]

[project.urls]
"Homepage" = "https://github.com/vtuber-plan/olah"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pydantic==2.8.2
pydantic-settings==2.4.0
toml==0.10.2
huggingface_hub==0.23.4
pytest==8.2.2
pytest==8.3.2
cachetools==5.4.0
PyYAML==6.0.1
tenacity==8.5.0

0 comments on commit 01914e3

Please sign in to comment.