Skip to content

Commit a0a3cca

Browse files
build(deps-dev): update requests-mock requirement (#658)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1c9fb6 commit a0a3cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dev = [
5252
"pytest-recording~=0.13",
5353
"pytest~=8.0",
5454
"recommonmark~=0.7.1",
55-
"requests-mock~=1.11.0",
55+
"requests-mock~=1.12",
5656
"ruff==0.3.4",
5757
"tomli~=2.0; python_version<'3.11'",
5858
"types-python-dateutil>=2.8.19,<2.10.0",

0 commit comments

Comments
 (0)