diff --git a/poetry.lock b/poetry.lock index 4cc6e49b9..2b911b0b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2091,13 +2091,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requests-mock" -version = "1.10.0" +version = "1.11.0" description = "Mock out responses from the requests package" optional = false python-versions = "*" files = [ - {file = "requests-mock-1.10.0.tar.gz", hash = "sha256:59c9c32419a9fb1ae83ec242d98e889c45bd7d7a65d48375cc243ec08441658b"}, - {file = "requests_mock-1.10.0-py2.py3-none-any.whl", hash = "sha256:2fdbb637ad17ee15c06f33d31169e71bf9fe2bdb7bc9da26185be0dd8d842699"}, + {file = "requests-mock-1.11.0.tar.gz", hash = "sha256:ef10b572b489a5f28e09b708697208c4a3b2b89ef80a9f01584340ea357ec3c4"}, + {file = "requests_mock-1.11.0-py2.py3-none-any.whl", hash = "sha256:f7fae383f228633f6bececebdab236c478ace2284d6292c6e7e2867b9ab74d15"}, ] [package.dependencies] @@ -2106,7 +2106,7 @@ six = "*" [package.extras] fixture = ["fixtures"] -test = ["fixtures", "mock", "purl", "pytest", "requests-futures", "sphinx", "testrepository (>=0.0.18)", "testtools"] +test = ["fixtures", "mock", "purl", "pytest", "requests-futures", "sphinx", "testtools"] [[package]] name = "requests-toolbelt" @@ -2450,4 +2450,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "926d439cfc22a2f73c240552aef430476c396817e1615b553c10ecd62fdfaec0" +content-hash = "8e75657ffb973563722b2a41cc4935602d3ff49ae36f2fe13ce9c8f886950e42" diff --git a/pyproject.toml b/pyproject.toml index c5105f2e8..8227cae6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ pytest-mock = "3.10.0" pytest-randomly = "3.12.0" pytest-xdist = "3.5.0" python-semantic-release = "8.7.0" -requests-mock = "1.10.0" +requests-mock = "1.11.0" reuse = "1.1.2" syrupy = "4.0.2" ruff = ">=0.1.15,<0.3.0"