Skip to content

Commit 3c2a2eb

Browse files
Update pytest requirement from >= 7.2.1 to >=8.3.5
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.1...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c009b0a commit 3c2a2eb

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
@@ -18,7 +18,7 @@ pydantic = ">= 2"
1818
typing-extensions = ">= 4.7.1"
1919

2020
[tool.poetry.dev-dependencies]
21-
pytest = ">= 7.2.1"
21+
pytest = ">=8.3.5"
2222
pytest-cov = ">=5.0.0"
2323
tox = ">=4.25.0"
2424
flake8 = ">= 4.0.0"

0 commit comments

Comments
 (0)