From 52b42cab12d72b7054c27dd4f50229b6e8a1727d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:12:37 +0000 Subject: [PATCH] Bump construct from 2.10.68 to 2.10.69 Bumps [construct](https://github.com/construct/construct) from 2.10.68 to 2.10.69. - [Release notes](https://github.com/construct/construct/releases) - [Commits](https://github.com/construct/construct/compare/v2.10.68...v2.10.69) --- updated-dependencies: - dependency-name: construct dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index b6869ce..38c6c25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,16 +13,17 @@ files = [ [[package]] name = "construct" -version = "2.10.68" +version = "2.10.69" description = "A powerful declarative symmetric parser/builder for binary data" optional = false python-versions = ">=3.6" files = [ - {file = "construct-2.10.68.tar.gz", hash = "sha256:7b2a3fd8e5f597a5aa1d614c3bd516fa065db01704c72a1efaaeec6ef23d8b45"}, + {file = "construct-2.10.69-py3-none-any.whl", hash = "sha256:6b8d0ee239e1cc933829b3573df7c9d9d9554344d82f6281c11a913e2be95cb3"}, + {file = "construct-2.10.69.tar.gz", hash = "sha256:08573d1573827a6fe6b846756d54270650e221a6cec6a72e06b582cde775599e"}, ] [package.extras] -extras = ["arrow", "cloudpickle", "enum34", "lz4", "numpy", "ruamel.yaml"] +extras = ["arrow", "cloudpickle", "cryptography", "enum34", "lz4", "numpy", "ruamel.yaml"] [[package]] name = "exceptiongroup"