Skip to content

Commit

Permalink
build(deps-dev): update requests-mock requirement
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@1.11.0...1.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gadomski committed Mar 28, 2024
1 parent c1c9fb6 commit 85494ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dev = [
"pytest-recording~=0.13",
"pytest~=8.0",
"recommonmark~=0.7.1",
"requests-mock~=1.11.0",
"requests-mock~=1.12",
"ruff==0.3.4",
"tomli~=2.0; python_version<'3.11'",
"types-python-dateutil>=2.8.19,<2.10.0",
Expand Down

0 comments on commit 85494ee

Please sign in to comment.