From 24fe1514f72764932a32ba98d7c066004f4f38c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:05:27 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /packages/http/httpx 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/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/http/httpx/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/http/httpx/requirements-dev.txt b/packages/http/httpx/requirements-dev.txt index 4f98fde2..3671a9cc 100644 --- a/packages/http/httpx/requirements-dev.txt +++ b/packages/http/httpx/requirements-dev.txt @@ -4,6 +4,6 @@ yapf>=0.43.0,<0.44.0 isort>=8.0.1,<9.0.0 pylint>=4.0.6,<5.0.0 mypy>=2.1.0,<3.0.0 -pytest>=9.1.0,<10.0.0 +pytest>=9.1.1,<10.0.0 pytest-asyncio>=1.4.0,<1.5 pytest-mock>=3.15.1,<4.0.0