Skip to content

Commit f304148

Browse files
Bump pytest from 7.3.2 to 8.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 8.4.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@7.3.2...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cfc436 commit f304148

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

poetry.lock

Lines changed: 14 additions & 13 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
@@ -52,7 +52,7 @@ pathvalidate = ">=3.3.1,<4.0.0"
5252

5353
[tool.poetry.group.test.dependencies]
5454
mock = ">=4.0.3,<4.1.0"
55-
pytest = ">=7.3.1,<7.4.0"
55+
pytest = ">=7.3.1,<8.5.0"
5656
pytest-mock = ">=3.10.0,<3.11.0"
5757
coverage = ">=7.2.3,<7.3.0"
5858
responses = ">=0.23.1,<0.27.0"

0 commit comments

Comments
 (0)