diff --git a/poetry.lock b/poetry.lock index 93a32c4cc..1fb18593f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3376,14 +3376,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] name = "responses" -version = "0.26.2" +version = "0.26.3" description = "A utility library for mocking out the `requests` Python library." optional = false python-versions = ">=3.8" groups = ["test"] files = [ - {file = "responses-0.26.2-py3-none-any.whl", hash = "sha256:6fdfeabd58e5ec473b98dfe02e6d46d3173bd8dd573eff2ccccf1a05a5135364"}, - {file = "responses-0.26.2.tar.gz", hash = "sha256:9c9259b46a8349197edebf43cfa68a87e1a2802ef503ff8b2fecbabc0b45afd8"}, + {file = "responses-0.26.3-py3-none-any.whl", hash = "sha256:74474f799334ac4f37d93b6437ecc3bb1bb5c77a8d31780a338643be2dce0af8"}, + {file = "responses-0.26.3.tar.gz", hash = "sha256:b0c11ca8131b8b227b8d5108e6ed39772222bd5aab030ed430e8f99057c4c409"}, ] [package.dependencies] @@ -4250,4 +4250,4 @@ type = ["pytest-mypy (>=1.0.1) ; platform_python_implementation != \"PyPy\""] [metadata] lock-version = "2.1" python-versions = ">=3.10.0,<3.14" -content-hash = "226d8af8a9fbf3e1e2bb0a107982b9a90be64d0c57ae81eb553da80a209de5e2" +content-hash = "2edf012051c8d4c0a1b9df2c089610982fbc2d36436edf9eb6c82d404d3142be" diff --git a/pyproject.toml b/pyproject.toml index 86465e4f6..b856c69b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ packages = [ # tell poetry build that the repo is named tom_base (which != name, version = "0.0.0" # version supplied by poetry-dynamic-versioning [tool.poetry.group.test.dependencies] -responses = ">=0.26.2,<0.27" +responses = ">=0.26.3,<0.27" factory_boy = ">3.2.1,<3.4" psycopg2-binary = "*" # for testing postgres