Skip to content

Commit dde1fd1

Browse files
Bump pytest from 8.4.2 to 9.0.1 (#419)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.1. - [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.4.2...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 559f162 commit dde1fd1

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
@@ -43,7 +43,7 @@ development = [
4343
"psutil==7.1.3",
4444
"pytest-cov==7.0.0",
4545
"pytest-schema==0.1.2",
46-
"pytest==8.4.2",
46+
"pytest==9.0.1",
4747
"twine==6.2.0",
4848
"virtualenv==20.35.4",
4949
"wheel==0.46.1",
@@ -79,7 +79,7 @@ lint = [
7979
]
8080
test = [
8181
"coverage==7.10.7",
82-
"pytest==8.4.2",
82+
"pytest==9.0.1",
8383
"senzing-core==1.0.3",
8484
"senzing-grpc==0.5.13",
8585
]

0 commit comments

Comments
 (0)