diff --git a/poetry.lock b/poetry.lock index f9c7fb4..8e1189e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiohttp" @@ -358,17 +358,17 @@ files = [ [[package]] name = "construct" -version = "2.10.69" +version = "2.10.70" description = "A powerful declarative symmetric parser/builder for binary data" optional = false python-versions = ">=3.6" files = [ - {file = "construct-2.10.69-py3-none-any.whl", hash = "sha256:6b8d0ee239e1cc933829b3573df7c9d9d9554344d82f6281c11a913e2be95cb3"}, - {file = "construct-2.10.69.tar.gz", hash = "sha256:08573d1573827a6fe6b846756d54270650e221a6cec6a72e06b582cde775599e"}, + {file = "construct-2.10.70-py3-none-any.whl", hash = "sha256:c80be81ef595a1a821ec69dc16099550ed22197615f4320b57cc9ce2a672cb30"}, + {file = "construct-2.10.70.tar.gz", hash = "sha256:4d2472f9684731e58cc9c56c463be63baa1447d674e0d66aeb5627b22f512c29"}, ] [package.extras] -extras = ["arrow", "cloudpickle", "cryptography", "enum34", "lz4", "numpy", "ruamel.yaml"] +extras = ["arrow", "cloudpickle", "cryptography", "lz4", "numpy", "ruamel.yaml"] [[package]] name = "dacite"