From 8a204b62f0ea28d8fe8a06e4f959d98f0dfef766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 15:47:18 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement from <9,>=7.3 to >=7.3,<10 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](https://github.com/pytest-dev/pytest/compare/7.3.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b08273ff..a69b5cd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ censys = "censys.cli:main" [dependency-groups] dev = [ "ruff>=0.9.0", - "pytest>=7.3,<9", + "pytest>=7.3,<10", "pytest-cov>=4", "pytest-mock>=3.10.0,<4", "responses>=0.23.1",