From 5cfc719736c59ff7d6fc9f5d3fedbc8c33297b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:07:20 +0000 Subject: [PATCH] build(deps-dev): update requests-mock requirement from <1.2 to <1.13 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/0.1.0...1.12.1) --- updated-dependencies: - dependency-name: requests-mock dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2e00ae6c..b0cb21a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ testing = pytest >= 6.1.2 # mock-services is old and unmaintained. Doesn't work with newer versions # of requests-mock. Thus, we have to pin it down. - requests-mock < 1.2 + requests-mock < 1.13 # Python 3.12 no longer installs `setuptools` in venv # but mock-services depends on it for `pkg_resources` setuptools