Skip to content

Commit 2e8528a

Browse files
authored
Merge pull request #237 from domokane/dependabot/pip/pytest-9.0.3
Bump pytest from 8.3 to 9.0.3
2 parents 8440a41 + 6e962ac commit 2e8528a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev = [
4545
]
4646

4747
test = [
48-
"pytest>=8,<9",
48+
"pytest>=8,<10",
4949
"pytest-benchmark>=5.2",
5050
"more-itertools>=10,<11",
5151
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ numba==0.62.1
1414
ipython == 8.25.0
1515

1616
# Optional testing and type tools (recommended)
17-
pytest == 8.3
17+
pytest == 9.0.3
1818
pytest-benchmark == 5.2.3
1919
mypy == 1.13
2020
typing-extensions == 4.12

0 commit comments

Comments
 (0)