Skip to content

Commit 8236557

Browse files
Update pytest requirement from >=7.1.2 to >=9.1.1
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.1.2...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 52e1422 commit 8236557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build-backend = "setuptools.build_meta"
3535
dev = [
3636
"pytest-cov",
3737
"pytest-recording>=0.13.3",
38-
"pytest>=7.1.2",
38+
"pytest>=9.1.1",
3939
"requests-mock>=1.9.3",
4040
"types-requests",
4141
"vulture",

0 commit comments

Comments
 (0)