Skip to content

Commit c9a187c

Browse files
Bump pytest from 9.0.2 to 9.0.3 (#106)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2efcae3 commit c9a187c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ development = [
4141
"pytest-cov==7.1.0",
4242
"pytest-schema==0.1.2",
4343
"pytest==8.4.2; python_version <= '3.11'",
44-
"pytest==9.0.2; python_version > '3.11'",
44+
"pytest==9.0.3; python_version > '3.11'",
4545
"twine==6.2.0",
4646
"virtualenv==21.2.0",
4747
"wheel==0.46.3",
@@ -82,7 +82,7 @@ lint = [
8282
]
8383
test = [
8484
"pytest==8.4.2; python_version <= '3.11'",
85-
"pytest==9.0.2; python_version > '3.11'",
85+
"pytest==9.0.3; python_version > '3.11'",
8686
"coverage==7.10.7; python_version <= '3.11'",
8787
"coverage==7.13.5; python_version > '3.11'",
8888
]

0 commit comments

Comments
 (0)