From 1294c46dcff6ef5bbf439d6394e243635ea2315d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 22:52:31 +0000 Subject: [PATCH 1/2] Update mock requirement from ~=5.0 to ~=5.1 Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/5.0.0...5.1.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index fcd7dc65b..09d31bfc7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -29,6 +29,6 @@ twine~=4.0 wheel~=0.40 # Adapter specific dependencies -mock~=5.0 +mock~=5.1 sasl~=0.3.1 thrift_sasl~=0.4.3 From 6445721eaf0a29a61cf9decbae6ea88dd91f13a0 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 4 Aug 2023 22:52:49 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20230804-225249.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20230804-225249.yaml diff --git a/.changes/unreleased/Dependencies-20230804-225249.yaml b/.changes/unreleased/Dependencies-20230804-225249.yaml new file mode 100644 index 000000000..68b3a2485 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230804-225249.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update mock requirement from ~=5.0 to ~=5.1" +time: 2023-08-04T22:52:49.00000Z +custom: + Author: dependabot[bot] + PR: 859