Skip to content

Commit ef60461

Browse files
Update pytest requirement from ~=8.2.2 to ~=9.0.3
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@8.2.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 81dbef9 commit ef60461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dev = [
8282
"tox-uv", # version is tied to tox version
8383

8484
# testing
85-
"pytest~=8.2.2",
85+
"pytest~=9.0.3",
8686
"pytest-asyncio~=0.23.8",
8787
"pytest-cov~=5.0.0",
8888
"pytest-mock~=3.15.1",

0 commit comments

Comments
 (0)