From 9327d181fcacc97ec4dc6165fbc2b90da3c2e56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:33:06 +0000 Subject: [PATCH] Bump requests-mock from 1.5.2 to 1.12.1 Bumps [requests-mock](https://github.com/jamielennox/requests-mock) from 1.5.2 to 1.12.1. - [Release notes](https://github.com/jamielennox/requests-mock/releases) - [Commits](https://github.com/jamielennox/requests-mock/compare/1.5.2...1.12.1) --- updated-dependencies: - dependency-name: requests-mock dependency-type: direct:development update-type: version-update:semver-minor ... 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 bc90dd2..ab4f504 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,5 +3,5 @@ pytest-cov==2.6.0 flake8==7.1.0 pytest==3.8.2 coveralls==1.5.1 -requests-mock==1.5.2 +requests-mock==1.12.1 semver==2.8.1 \ No newline at end of file