diff --git a/poetry.lock b/poetry.lock index cbb0e40918..18258535a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -221,13 +221,13 @@ test = ["astroid (>=2,<4)", "pytest", "pytest-cov", "pytest-xdist"] [[package]] name = "attrs" -version = "24.3.0" +version = "25.1.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=3.8" files = [ - {file = "attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308"}, - {file = "attrs-24.3.0.tar.gz", hash = "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff"}, + {file = "attrs-25.1.0-py3-none-any.whl", hash = "sha256:c75a69e28a550a7e93789579c22aa26b0f5b83b75dc4e08fe092980051e1090a"}, + {file = "attrs-25.1.0.tar.gz", hash = "sha256:1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e"}, ] [package.extras] @@ -7744,4 +7744,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.12.6" -content-hash = "7fdc6223d18db72747764790ef7ee561547c3d67bc44a4dc7e08801a4300ef6f" +content-hash = "6b84847ad08b815279c7e173b073d625e3e5cddfa5498b80f2c821ceedc25b9b" diff --git a/pyproject.toml b/pyproject.toml index 4cccb53d4b..b0bc10636f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = ["MIT ODL"] [tool.poetry.dependencies] python = "3.12.6" -attrs = "^24.0.0" +attrs = "^25.0.0" base36 = "^0.1.1" beautifulsoup4 = "^4.8.2" boto3 = "^1.26.155"