From cf7bfdbaa36a757969eacc76fb06bcb4b286cb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:02: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 ee91bc2b..6e8c3d23 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