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 +```