From b96afd18979f83e7bdbf310fe77ed93b8bad281f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:56:35 +0000 Subject: [PATCH] Update requests-mock requirement from ~=1.8.0 to ~=1.12.1 Updates the requirements on [requests-mock](https://github.com/jamielennox/requests-mock) to permit the latest version. - [Release notes](https://github.com/jamielennox/requests-mock/releases) - [Commits](https://github.com/jamielennox/requests-mock/compare/1.8.0...1.12.1) --- updated-dependencies: - dependency-name: requests-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7baae3f..c732b43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ apache-airflow==1.10.15 azure-mgmt-hdinsight~=1.5.1 msrestazure~=0.6.4 mock~=4.0.2 -requests-mock~=1.8.0 +requests-mock~=1.12.1