From a5300bc67346ec115970485761ed1897f632e066 Mon Sep 17 00:00:00 2001 From: "patched.codes[bot]" <298395+patched.codes[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 08:58:11 +0000 Subject: [PATCH] Patched pyproject.toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab89dee54..acb53ae2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,4 @@ +```toml [tool.poetry] name = "patchwork-cli" version = "0.0.123" @@ -61,6 +62,7 @@ numpy = "1.26.4" pandas = "2.2.3" scipy = "1.13.1" boto3 = "~1.37.11" +cryptography = "44.0.1" # extras # security @@ -93,7 +95,7 @@ setuptools = "*" poethepoet = {version = "^0.33.1", extras = ["poetry-plugin"]} mypy = "^1.7.1" types-requests = "~2.31.0" -black = "^23.12.0" +black = "^24.3.0" isort = "^5.13.2" autoflake = "^2.3.1" pytest = "^8.1.1" @@ -136,3 +138,4 @@ in-place = true remove-all-unused-imports = true expand-star-imports = true ignore-init-module-imports = true +```