diff --git a/poetry.lock b/poetry.lock index 8377c99f..3a1a0587 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1769,13 +1769,13 @@ requests = ">=2.0.1,<3.0.0" [[package]] name = "responses" -version = "0.24.1" +version = "0.25.0" description = "A utility library for mocking out the `requests` Python library." optional = false python-versions = ">=3.8" files = [ - {file = "responses-0.24.1-py3-none-any.whl", hash = "sha256:a2b43f4c08bfb9c9bd242568328c65a34b318741d3fab884ac843c5ceeb543f9"}, - {file = "responses-0.24.1.tar.gz", hash = "sha256:b127c6ca3f8df0eb9cc82fd93109a3007a86acb24871834c47b77765152ecf8c"}, + {file = "responses-0.25.0-py3-none-any.whl", hash = "sha256:2f0b9c2b6437db4b528619a77e5d565e4ec2a9532162ac1a131a83529db7be1a"}, + {file = "responses-0.25.0.tar.gz", hash = "sha256:01ae6a02b4f34e39bffceb0fc6786b67a25eae919c6368d05eabc8d9576c2a66"}, ] [package.dependencies] @@ -2087,4 +2087,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "367bd06b0f29d60a1e2d2194115bbcd408391f5f636e9975df4a9ab66aaac800" +content-hash = "4cfb0a544b9980b6c8fee73cef4e42fd0e8db4ecdd82b998382a5b0870602189" diff --git a/pyproject.toml b/pyproject.toml index 36745c1d..d4bf2f15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pre-commit = "^3.4.0" pytest = "^7.3.2" pytest-cov = "^4.1.0" pytest-skip-slow = "^0.0.5" -responses = "^0.24.1" +responses = "^0.25.0" [tool.coverage.run]