Skip to content

Commit f89da41

Browse files
Update pytest requirement from ~=8.3 to >=8.3,<10.0 in the python-dependencies-dev group across 1 directory (#643)
* Update pytest requirement Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 9.0.0 - [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.3.0...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development dependency-group: python-dependencies-dev ... Signed-off-by: dependabot[bot] <[email protected]> * Try using only v9 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <[email protected]>
1 parent 2fd6968 commit f89da41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ docs = [
5050
testing = [
5151
"ase~=3.24",
5252
"numpy>=1.26,<3",
53-
"pytest~=8.3",
53+
"pytest~=9.0",
5454
"pytest-celery[redis]~=1.2",
5555
"pytest-cov~=7.0",
5656
"redis~=7.0",

0 commit comments

Comments
 (0)