Skip to content

Commit 5cae935

Browse files
chore(deps-dev): bump pytest from 8.4.2 to 9.0.2 (#7826)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.2. - [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.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 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> Co-authored-by: Leandro Damascena <lcdama@amazon.pt>
1 parent eaa36ef commit 5cae935

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
@@ -81,7 +81,7 @@ kafka-consumer-protobuf = ["protobuf"]
8181

8282
[tool.poetry.group.dev.dependencies]
8383
coverage = { extras = ["toml"], version = "^7.6" }
84-
pytest = "^8.3.4"
84+
pytest = ">=8.3.4,<10.0.0"
8585
boto3 = "^1.26.164"
8686
isort = ">=5.13.2,<7.0.0"
8787
pytest-cov = ">=5,<8"

0 commit comments

Comments
 (0)