diff --git a/poetry.lock b/poetry.lock index f9d466f8..89bb594c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -27,13 +27,13 @@ files = [ [[package]] name = "attrs" -version = "24.1.0" +version = "24.2.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=3.7" files = [ - {file = "attrs-24.1.0-py3-none-any.whl", hash = "sha256:377b47448cb61fea38533f671fba0d0f8a96fd58facd4dc518e3dac9dbea0905"}, - {file = "attrs-24.1.0.tar.gz", hash = "sha256:adbdec84af72d38be7628e353a09b6a6790d15cd71819f6e9d7b0faa8a125745"}, + {file = "attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2"}, + {file = "attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346"}, ] [package.extras] @@ -2019,4 +2019,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7978a4f3ad90c8e62ee4ea94a50f66ae74a5625724a1658501d5bb21357204ec" +content-hash = "da85afff1a838cbf73d7e8fb478f084169855a195f69653d34e4516b775f2e1d" diff --git a/pyproject.toml b/pyproject.toml index 72fa9187..2159fe95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ zstandard = "0.23.0" [tool.poetry.dev-dependencies] attr = "0.3.2" -attrs = "24.1.0" +attrs = "24.2.0" black = "24.8.0" docker = "7.1.0" pdbpp = "^0.10.3"