From f8dcb5f9fee9828bc2bb3bab2f6bf3184177d555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:27:25 +0400 Subject: [PATCH] Bump pytest from 7.4.0 to 7.4.3 (#836) Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.3. - [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.4.0...7.4.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c18d1ca..bba87f13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ ruff==0.0.291 mypy==1.5.1 trio-typing==0.8.0 types-certifi==2021.10.8.3 -pytest==7.4.0 +pytest==7.4.3 pytest-httpbin==2.0.0 pytest-trio==0.7.0 werkzeug<2.1 # See: https://github.com/postmanlabs/httpbin/issues/673