Skip to content

Commit aad45ed

Browse files
chore(deps): update pytest requirement from ~=7.2 to >=7.2,<10.0
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.2.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 733831c commit aad45ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mimesis = "mimesis.entrypoints:pytest_randomly_reseed"
6161

6262
[dependency-groups]
6363
dev = [
64-
"pytest~=7.2",
64+
"pytest>=7.2,<10.0",
6565
"pytest-mock~=3.10",
6666
"requests~=2.28",
6767
"mypy~=1.1",

0 commit comments

Comments
 (0)