Skip to content

Commit 6837221

Browse files
Bump pytest from 8.4.2 to 9.0.0 (#1073)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 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.4.2...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 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 a05d324 commit 6837221

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ cloud = ["botocore (>=1.35)", "boto3 (>=1.35)", "cryptography (>=43)"]
7373
optional = true
7474

7575
[tool.poetry.group.test.dependencies]
76-
pytest = "^8.4.2"
76+
pytest = "^9.0.0"
7777
pytest-asyncio = "^1.3.0"
7878

7979
[tool.taskipy.settings]

0 commit comments

Comments
 (0)