Skip to content

Commit 212d6d2

Browse files
dependabot[bot]mdellweg
authored andcommitted
[PIP] Update pytest requirement from <9.1,>=7.0.0 to >=7.0.0,<9.2
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.0.0...9.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ba8c28 commit 212d6d2

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
@@ -72,7 +72,7 @@ lint = [
7272
]
7373
test = [
7474
"pygments>=2.19.2",
75-
"pytest>=7.0.0,<9.1",
75+
"pytest>=7.0.0,<9.2",
7676
"pytest-xdist>=3.8.0,<3.9",
7777
"python-gnupg>=0.5.0,<0.6",
7878
"secretstorage>=3.5.0",

0 commit comments

Comments
 (0)