diff --git a/poetry.lock b/poetry.lock index d991319f..5a3646c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2000,13 +2000,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "responses" -version = "0.24.0" +version = "0.24.1" description = "A utility library for mocking out the `requests` Python library." optional = false python-versions = ">=3.8" files = [ - {file = "responses-0.24.0-py3-none-any.whl", hash = "sha256:060be153c270c06fa4d22c1ef8865fdef43902eb595204deeef736cddb62d353"}, - {file = "responses-0.24.0.tar.gz", hash = "sha256:3df82f7d4dcd3e5f61498181aadb4381f291da25c7506c47fe8cb68ce29203e7"}, + {file = "responses-0.24.1-py3-none-any.whl", hash = "sha256:a2b43f4c08bfb9c9bd242568328c65a34b318741d3fab884ac843c5ceeb543f9"}, + {file = "responses-0.24.1.tar.gz", hash = "sha256:b127c6ca3f8df0eb9cc82fd93109a3007a86acb24871834c47b77765152ecf8c"}, ] [package.dependencies] @@ -2532,4 +2532,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "abed9e3c8a01bb4bc963e9c3f89e621fc050b50d2933b0237943e1121b44f0fd" +content-hash = "836ebca322f8118808f083640c781c0989b5338145281bc98d05b785682d7741" diff --git a/pyproject.toml b/pyproject.toml index 50abf8a8..03b71069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ tox = "3.28.0" pytest = "7.4.3" pytest-xdist = "3.4.0" pytest-benchmark = "4.0.0" -responses = "0.24.0" +responses = "0.24.1" black = "23.11.0" pyfakefs = "5.3.0" pytest-cov = "4.1.0"