Skip to content

Commit 3aae148

Browse files
Chore(deps-dev): Update pytest requirement from <9 to <10
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@1.0.0b3...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13b3f87 commit 3aae148

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
@@ -83,7 +83,7 @@ optional-dependencies.release = [
8383
]
8484
optional-dependencies.test = [
8585
"freezegun<1.6",
86-
"pytest<9",
86+
"pytest<10",
8787
"pytest-cov<8",
8888
]
8989
urls.Changelog = "https://github.com/panodata/aika/blob/main/CHANGES.md"

0 commit comments

Comments
 (0)