diff --git a/poetry.lock b/poetry.lock index 57ed9ed741..60caae045b 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.1" +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.1-py3-none-any.whl", hash = "sha256:5ea9e61caf96db1e5b3d0a914378d2cd83c269dfce1fb8242ce96589fa3382f0"}, + {file = "anytree-2.12.1.tar.gz", hash = "sha256:244def434ccf31b668ed282954e5d315b4e066c4940b94aff4a7962d85947830"}, ] [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 = "0fe0970d7d6ce0400bbb178c27217d35542910cb331b4a6a852ed4a15d202e2f" diff --git a/pyproject.toml b/pyproject.toml index 1747b68f06..54a936f7be 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.1" beren = "0.7.1" transliterate = "1.10.2" imgkit = "1.2.3"