Skip to content

Commit

Permalink
build(deps-dev): update requests-mock requirement from <1.2 to <1.13
Browse files Browse the repository at this point in the history
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](jamielennox/requests-mock@0.1.0...1.12.1)

---
updated-dependencies:
- dependency-name: requests-mock
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 9d485a4 commit 4748b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4748b39

Please sign in to comment.