Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Bump pytest in the pip-dependencies group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 1 update in the / directory: [pytest](https://github.com/pytest-dev/pytest).


Updates `pytest` from 7.4.4 to 8.2.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@7.4.4...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent c135b38 commit 7eb9617
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
27 changes: 19 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ alembic = "^1.13.2"
pyarrow = "^16.1.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4" # Pytest 8 causes test failures and needs more exploration
pytest = "^8.2" # Pytest 8 causes test failures and needs more exploration
mypy = "^1.10.1"
black = "^24.3.0"
flake8 = "^7.1.0"
Expand Down

0 comments on commit 7eb9617

Please sign in to comment.