From 70a4a367a1a86b40d03154dc7b48ce5c648bfaf0 Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Thu, 18 Jan 2024 21:33:24 +0100 Subject: [PATCH] chore(deps): upgrade cryptography to 41.0 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 90ac70d539..1ce9d9db99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1890,4 +1890,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b44c697fc116a2a1de7dc4740838e4b6c53702b660c6b586b2e2eee9b68fd95a" +content-hash = "5bc743d920207b251a84644e6cda6c293bd385c2bffec9f82d70544eb7c4740c" diff --git a/pyproject.toml b/pyproject.toml index 2b41618dde..1bae44518e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ pyperscan = "^0.3.0" lark = "^1.1.8" lz4 = "^4.3.2" lief = "^0.12.3" -cryptography = ">=39.0,<42.0" +cryptography = ">=41.0,<42.0" treelib = "^1.7.0" unblob-native = "^0.1.1" jefferson = "^0.4.5"