From 4748b395faad4f6e27e50b5304d666c55d47e051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:41:15 +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 4d225589..b3d8ad20 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