diff --git a/poetry.lock b/poetry.lock index 25b0a23..8fc4d43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1449,22 +1449,20 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requests-mock" -version = "1.11.0" +version = "1.12.0" description = "Mock out responses from the requests package" optional = false python-versions = "*" files = [ - {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"}, + {file = "requests-mock-1.12.0.tar.gz", hash = "sha256:4e34f2a2752f0b78397fb414526605d95fcdeab021ac1f26d18960e7eb41f6a8"}, + {file = "requests_mock-1.12.0-py2.py3-none-any.whl", hash = "sha256:4f6fdf956de568e0bac99eee4ad96b391c602e614cc0ad33e7f5c72edd699e70"}, ] [package.dependencies] -requests = ">=2.3,<3" -six = "*" +requests = ">=2.22,<3" [package.extras] fixture = ["fixtures"] -test = ["fixtures", "mock", "purl", "pytest", "requests-futures", "sphinx", "testtools"] [[package]] name = "ruff" @@ -1653,4 +1651,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "e1d19078a6f2817fefc07b2ce7fdd9ac415b40b8f0b5a75ed51f6faba3a9dc31" +content-hash = "3b5edba6c7d2cdbd79b788b1fea2a6e52cf3d514c471482ade5291e6bea92c3b" diff --git a/pyproject.toml b/pyproject.toml index 8c2a209..0193889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-random-order = "^1.1.1" pytest-cov = "^5.0.0" pytest-mypy = "^0.10.3" pytest-ruff = "^0.3" -requests-mock = "^1.11.0" +requests-mock = "^1.12.0" pytest-freezegun = "^0.4.2" mkdocs = "^1.5.3" mkdocs-autorefs = "^1.0.1"