diff --git a/poetry.lock b/poetry.lock index 84e2b1180b2..e366f0891ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "alembic" @@ -1152,7 +1152,7 @@ description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" groups = ["main", "dev"] -markers = "python_version < \"3.11\"" +markers = "python_version == \"3.10\"" files = [ {file = "exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b"}, {file = "exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc"}, @@ -3814,14 +3814,14 @@ files = [ [[package]] name = "pyzipper" -version = "0.3.6" +version = "0.4.0" description = "AES encryption for zipfile." optional = false python-versions = ">=3.4" groups = ["main"] files = [ - {file = "pyzipper-0.3.6-py2.py3-none-any.whl", hash = "sha256:6d097f465bfa47796b1494e12ea65d1478107d38e13bc56f6e58eedc4f6c1a87"}, - {file = "pyzipper-0.3.6.tar.gz", hash = "sha256:0adca90a00c36a93fbe49bfa8c5add452bfe4ef85a1b8e3638739dd1c7b26bfc"}, + {file = "pyzipper-0.4.0-py3-none-any.whl", hash = "sha256:aa7b8a0fe741d67aac36ead85f6e735af107b72f84e0775f2ed565fc0d3a2f02"}, + {file = "pyzipper-0.4.0.tar.gz", hash = "sha256:a4b96afcac04c5589d5abdc6158dd362166374e3cc6810aa441e65f8a17cb9e3"}, ] [package.dependencies] @@ -4418,7 +4418,7 @@ files = [ {file = "tomli-2.2.1-py3-none-any.whl", hash = "sha256:cb55c73c5f4408779d0cf3eef9f762b9c9f147a77de7b258bef0a5628adc85cc"}, {file = "tomli-2.2.1.tar.gz", hash = "sha256:cd45e1dc79c835ce60f7404ec8119f2eb06d38b1deba146f07ced3bbc44505ff"}, ] -markers = {main = "python_version < \"3.11\"", dev = "python_version < \"3.11\" or platform_python_implementation != \"CPython\" and python_full_version <= \"3.11.0a6\""} +markers = {main = "python_version == \"3.10\"", dev = "python_version == \"3.10\" or platform_python_implementation != \"CPython\" and python_full_version <= \"3.11.0a6\""} [[package]] name = "twisted" @@ -5090,4 +5090,4 @@ maco = ["maco"] [metadata] lock-version = "2.1" python-versions = ">=3.10, <4.0" -content-hash = "182a4f7fbcd9ee6b93837800b4bed8b790a4a1a5c1ea3ffbaea314ce8ff32fcb" +content-hash = "80c842f5dc14b863ce49df9c1d84fc2fcd2ce092f605078870fbdb2edc85d45a" diff --git a/pyproject.toml b/pyproject.toml index 29b142726be..002f9fae39d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ orjson = ">=3.9.15" SFlock2 = {version = ">=0.3.66", extras = ["shellcode","linux"]} # volatility3 = "2.11.0" # XLMMacroDeobfuscator = "0.2.7" -pyzipper = "0.3.6" +pyzipper = "0.4.0" flare-capa = "9.0.0" Cython = "3.0.11"