From c7c613716892cb823cabc2437f45b00575920312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 11:39:37 +0000 Subject: [PATCH] Bump pytest-httpbin from 2.0.0rc1 to 2.0.0 Bumps [pytest-httpbin](https://github.com/kevin1024/pytest-httpbin) from 2.0.0rc1 to 2.0.0. - [Release notes](https://github.com/kevin1024/pytest-httpbin/releases) - [Changelog](https://github.com/kevin1024/pytest-httpbin/blob/master/release.py) - [Commits](https://github.com/kevin1024/pytest-httpbin/compare/v2.0.0rc1...v2.0.0) --- updated-dependencies: - dependency-name: pytest-httpbin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd4a98e6..ce681660 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,6 +27,6 @@ mypy==1.2.0 trio-typing==0.8.0 types-certifi==2021.10.8.3 pytest==7.3.1 -pytest-httpbin==2.0.0rc1 +pytest-httpbin==2.0.0 pytest-trio==0.7.0 werkzeug<2.1 # See: https://github.com/postmanlabs/httpbin/issues/673