diff --git a/poetry.lock b/poetry.lock index 57ed9ed741..1fa8626a09 100644 --- a/poetry.lock +++ b/poetry.lock @@ -16,21 +16,17 @@ vine = ">=5.0.0" [[package]] name = "anytree" -version = "2.8.0" -description = "Powerful and Lightweight Python Tree Data Structure.." +version = "2.12.0" +description = "Powerful and Lightweight Python Tree Data Structure with various plugins" optional = false -python-versions = "*" +python-versions = ">=3.7.2,<4" files = [ - {file = "anytree-2.8.0-py2.py3-none-any.whl", hash = "sha256:14c55ac77492b11532395049a03b773d14c7e30b22aa012e337b1e983de31521"}, - {file = "anytree-2.8.0.tar.gz", hash = "sha256:3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab"}, + {file = "anytree-2.12.0-py3-none-any.whl", hash = "sha256:b610433b95715625ea35e9009aa3e64261474c824fe9943dcbd618ed17cdeb58"}, + {file = "anytree-2.12.0.tar.gz", hash = "sha256:0dde0365cc8b1f3531e927694f39b903c360eadab2be09c50f3426ecca967949"}, ] [package.dependencies] -six = ">=1.9.0" - -[package.extras] -dev = ["check-manifest"] -test = ["coverage"] +six = "*" [[package]] name = "apiron" @@ -1981,4 +1977,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "a2e8634c4cba5d2eaa56f1cbb9c485ee4a43e0b325e8ec1d23f145ab4de39a6a" +content-hash = "c230f20c9bd87bcdf798aed98db0e904d56fbcf6b99a1a27d307c6d7b7a538ec" diff --git a/pyproject.toml b/pyproject.toml index 1122b3ad76..1916c45983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ zeep = "4.1.0" djangorestframework = "3.14.0" pdfkit = "1.0.0" PyVirtualDisplay = "2.2" -anytree = "2.8.0" +anytree = "2.12.0" beren = "0.7.1" transliterate = "1.10.2" imgkit = "1.2.3"