Skip to content

Commit 2cdcfd3

Browse files
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](pytest-dev/pytest@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] <support@github.com>
1 parent 9cabb18 commit 2cdcfd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/http/httpx/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ yapf>=0.43.0,<0.44.0
44
isort>=8.0.1,<9.0.0
55
pylint>=4.0.6,<5.0.0
66
mypy>=2.1.0,<3.0.0
7-
pytest>=9.1.0,<10.0.0
7+
pytest>=9.1.1,<10.0.0
88
pytest-asyncio>=1.4.0,<1.5
99
pytest-mock>=3.15.1,<4.0.0

0 commit comments

Comments
 (0)