From 308befc673006e83439321d23a21679e440c155c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 02:40:19 +0000 Subject: [PATCH] Bump anytree from 2.8.0 to 2.9.1 Bumps [anytree](https://github.com/c0fec0de/anytree) from 2.8.0 to 2.9.1. - [Release notes](https://github.com/c0fec0de/anytree/releases) - [Commits](https://github.com/c0fec0de/anytree/compare/2.8.0...2.9.1) --- updated-dependencies: - dependency-name: anytree dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 31 +++++++++++++------------------ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index d3ee489168..a936493e1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "amqp" @@ -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.9.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.9.1-py3-none-any.whl", hash = "sha256:09a2f9efefcb48afa64e35419319f20d2e1775ebb53f9101d7962f7e969561df"}, + {file = "anytree-2.9.1.tar.gz", hash = "sha256:a3e69a4cc2ef9503c1b9853c3f6626427ea6d12baffa7db853044ddf4e2fe764"}, ] [package.dependencies] -six = ">=1.9.0" - -[package.extras] -dev = ["check-manifest"] -test = ["coverage"] +six = "*" [[package]] name = "apiron" @@ -975,13 +971,12 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.21.0", markers = "python_version <= \"3.9\" and platform_system == \"Darwin\" and platform_machine == \"arm64\""}, - {version = ">=1.21.2", markers = "python_version >= \"3.10\""}, - {version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""}, + {version = ">=1.21.0", markers = "python_version <= \"3.9\" and platform_system == \"Darwin\" and platform_machine == \"arm64\" and python_version >= \"3.8\""}, {version = ">=1.22.0", markers = "python_version >= \"3.11\""}, - {version = ">=1.19.3", markers = "python_version >= \"3.6\" and platform_system == \"Linux\" and platform_machine == \"aarch64\" or python_version >= \"3.9\""}, - {version = ">=1.17.0", markers = "python_version >= \"3.7\""}, - {version = ">=1.17.3", markers = "python_version >= \"3.8\""}, + {version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\" and python_version < \"3.11\""}, + {version = ">=1.21.2", markers = "platform_system != \"Darwin\" and python_version >= \"3.10\" and python_version < \"3.11\""}, + {version = ">=1.19.3", markers = "platform_system == \"Linux\" and platform_machine == \"aarch64\" and python_version >= \"3.8\" and python_version < \"3.10\" or python_version > \"3.9\" and python_version < \"3.10\" or python_version >= \"3.9\" and platform_system != \"Darwin\" and python_version < \"3.10\" or python_version >= \"3.9\" and platform_machine != \"arm64\" and python_version < \"3.10\""}, + {version = ">=1.17.3", markers = "(platform_system != \"Darwin\" and platform_system != \"Linux\") and python_version >= \"3.8\" and python_version < \"3.9\" or platform_system != \"Darwin\" and python_version >= \"3.8\" and python_version < \"3.9\" and platform_machine != \"aarch64\" or platform_machine != \"arm64\" and python_version >= \"3.8\" and python_version < \"3.9\" and platform_system != \"Linux\" or (platform_machine != \"arm64\" and platform_machine != \"aarch64\") and python_version >= \"3.8\" and python_version < \"3.9\""}, ] [[package]] @@ -1979,4 +1974,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "c4bf6da537ba9a9b00805b2140415d599e2622ed0e74acd637685fc27f43f30b" +content-hash = "1284e3889c806305945c51ffe7bb05415df9380db0215a9ed4ebc7fb308786d0" diff --git a/pyproject.toml b/pyproject.toml index c959836da6..1b7bf4fe19 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.9.1" beren = "0.7.1" transliterate = "1.10.2" imgkit = "1.2.3"