Skip to content

Commit e17c2ae

Browse files
chore: bump pytest from 7.4.3 to 8.3.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.3.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.4.3...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8943a8 commit e17c2ae

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

poetry.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ wemake-python-styleguide = ">=0.16,<0.18"
5252
optional = true
5353

5454
[tool.poetry.group.test.dependencies]
55-
pytest = "^7.0.0"
55+
pytest = ">=7,<9"
5656
pytest-cov = ">=3,<6"
5757
pytest-mock = "^3.8.2"
5858
safety = ">=2.1.1,<4.0.0"

0 commit comments

Comments
 (0)