Skip to content

Commit a641174

Browse files
build(deps-dev): update requests-mock requirement (#535)
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.10.0...1.11.0) --- updated-dependencies: - dependency-name: requests-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4dd8183 commit a641174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dev = [
5252
"pytest-recording~=0.12.2",
5353
"pytest~=7.3.1",
5454
"recommonmark~=0.7.1",
55-
"requests-mock~=1.10.0",
55+
"requests-mock~=1.11.0",
5656
"ruff==0.0.272",
5757
"tomli~=2.0; python_version<'3.11'",
5858
"types-python-dateutil~=2.8.19",

0 commit comments

Comments
 (0)