diff --git a/poetry.lock b/poetry.lock index 8231114b..681f5069 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aplib" @@ -1009,14 +1009,14 @@ six = ">=1.13.0" [[package]] name = "libarchive-c" -version = "5.0" +version = "5.3" description = "Python interface to libarchive" optional = false python-versions = "*" groups = ["main"] files = [ - {file = "libarchive-c-5.0.tar.gz", hash = "sha256:d673f56673d87ec740d1a328fa205cafad1d60f5daca4685594deb039d32b159"}, - {file = "libarchive_c-5.0-py2.py3-none-any.whl", hash = "sha256:3ed7ee9b7d7d6fc200aecce63cee2084754cb6c00e946f6d007b80236e662bff"}, + {file = "libarchive_c-5.3-py3-none-any.whl", hash = "sha256:651550a6ec39266b78f81414140a1e04776c935e72dfc70f1d7c8e0a3672ffba"}, + {file = "libarchive_c-5.3.tar.gz", hash = "sha256:5ddb42f1a245c927e7686545da77159859d5d4c6d00163c59daff4df314dae82"}, ] [[package]] @@ -1456,9 +1456,9 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.23.5", markers = "python_version >= \"3.11\""}, - {version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""}, {version = ">=1.21.2", markers = "platform_system != \"Darwin\" and python_version >= \"3.10\""}, + {version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""}, + {version = ">=1.23.5", markers = "python_version >= \"3.11\""}, ] [[package]] @@ -1480,9 +1480,9 @@ files = [ [package.dependencies] numpy = [ - {version = ">=1.23.5", markers = "python_version >= \"3.11\""}, - {version = ">=1.21.4", markers = "python_version == \"3.10\" and platform_system == \"Darwin\""}, {version = ">=1.21.2", markers = "platform_system != \"Darwin\" and python_version == \"3.10\""}, + {version = ">=1.21.4", markers = "python_version == \"3.10\" and platform_system == \"Darwin\""}, + {version = ">=1.23.5", markers = "python_version >= \"3.11\""}, ] [[package]] @@ -2734,10 +2734,10 @@ files = [ ] [package.dependencies] -botocore = ">=1.37.4,<2.0a.0" +botocore = ">=1.37.4,<2.0a0" [package.extras] -crt = ["botocore[crt] (>=1.37.4,<2.0a.0)"] +crt = ["botocore[crt] (>=1.37.4,<2.0a0)"] [[package]] name = "schedula" @@ -3127,4 +3127,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "57e7c22367d9768723cffb30e8d399a1048eb21c625ceabc17d6cd4ed0911220" +content-hash = "a3d4c2a8797f65d14a7b237f50d67c66d52d0093ca85226d25ab1e176b9bd913" diff --git a/pyproject.toml b/pyproject.toml index 510a6c52..c077fb13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ formulas = "1.2.6" html5lib = "1.1" inflection = "0.5.1" jsbeautifier = "1.14.9" -libarchive-c = "5.0" +libarchive-c = "5.3" lief = "0.17.6" lxml = "6.1.1" m2crypto = "0.46.2"