From 5534d28fddfe17ac284f07f28ed00196953a6a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:20:29 +0000 Subject: [PATCH] Bump wiremock from 1.2.0 to 2.6.1 in /tests Bumps [wiremock](https://github.com/wiremock/python-wiremock) from 1.2.0 to 2.6.1. - [Release notes](https://github.com/wiremock/python-wiremock/releases) - [Changelog](https://github.com/wiremock/python-wiremock/blob/master/docs/changelog.md) - [Commits](https://github.com/wiremock/python-wiremock/commits/2.6.1) --- updated-dependencies: - dependency-name: wiremock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 7ad10ae..3dbad57 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,6 @@ websockets==9.1 requests2==2.16.0 -wiremock==1.2.0 +wiremock==2.6.1 pytest==6.1.1 frozendict==1.2.0 pika==1.2.0