Skip to content

Commit

Permalink
chore(deps-dev): update pytest requirement in /bindings/python
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@6.0.0...8.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 22, 2024
1 parent a8e9358 commit b0d0867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Homepage = "https://github.com/k4black/fast-aug"

[project.optional-dependencies]
test = [
"pytest >=6.0.0,<8.0.0",
"pytest >=6.0.0,<9.0.0",
"black ==23.12.1",
"mypy >=1.0.0",
"ruff ==0.1.7",
Expand All @@ -41,7 +41,7 @@ test = [
"pytest-benchmark[histogram] >=4.0.0,<5.0.0",
]
compare = [
"pytest >=6.0.0,<8.0.0",
"pytest >=6.0.0,<9.0.0",
"pytest-benchmark[histogram] >=4.0.0,<5.0.0",
"pandas >=2.0.0,<3.0.0",
"Pyarrow >=15.0.0,<16.0.0", # for pandas
Expand Down

0 comments on commit b0d0867

Please sign in to comment.