diff --git a/poetry.lock b/poetry.lock index 2e1ba53e..36f03bdf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -531,13 +531,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "responses" -version = "0.25.0" +version = "0.25.3" description = "A utility library for mocking out the `requests` Python library." optional = false python-versions = ">=3.8" files = [ - {file = "responses-0.25.0-py3-none-any.whl", hash = "sha256:2f0b9c2b6437db4b528619a77e5d565e4ec2a9532162ac1a131a83529db7be1a"}, - {file = "responses-0.25.0.tar.gz", hash = "sha256:01ae6a02b4f34e39bffceb0fc6786b67a25eae919c6368d05eabc8d9576c2a66"}, + {file = "responses-0.25.3-py3-none-any.whl", hash = "sha256:521efcbc82081ab8daa588e08f7e8a64ce79b91c39f6e62199b19159bea7dbcb"}, + {file = "responses-0.25.3.tar.gz", hash = "sha256:617b9247abd9ae28313d57a75880422d55ec63c29d33d629697590a034358dba"}, ] [package.dependencies] @@ -738,4 +738,4 @@ yaml = ["pyyaml"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.13" -content-hash = "b164c1e1ac53d358393790ff8f03e1cab45e19616a965d362ac040f5bfb3dc40" +content-hash = "31f8743cce6fd4657d0bb0dbc3b8df01979034cb1e03fc562e8389ce570292c6" diff --git a/pyproject.toml b/pyproject.toml index b994fd46..5bbdc234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pyyaml = { version = ">=3.10,<7.0", optional = true } [tool.poetry.group.dev.dependencies] pytest = "8.2.2" -responses = "0.25.0" +responses = "0.25.3" [tool.poetry.group.docs] optional = true