From 6477dbb58c02d03ae4b025d0dc3fa1ffa57798d2 Mon Sep 17 00:00:00 2001 From: "Johannes B. Ullrich" Date: Fri, 23 Aug 2024 09:18:50 -0400 Subject: [PATCH] adding cryptography and pyOpenSSL versions --- srv/isc-agent/pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srv/isc-agent/pyproject.toml b/srv/isc-agent/pyproject.toml index 204e849..27facd5 100644 --- a/srv/isc-agent/pyproject.toml +++ b/srv/isc-agent/pyproject.toml @@ -3,7 +3,7 @@ name = "sans-isc-agent" version = "0.1.0" readme = "README.md" description = "" -authors = ["Your Name "] +authors = ["DShield "] [tool.poetry.dependencies] python = "^3.7.1" @@ -11,10 +11,11 @@ jinja2 = "~=3.0.3" pydantic = {extras = ["email"], version = "~=1.9.0"} requests = "~=2.27.1" sqlalchemy = "~=1.4.31" -cryptography = "==3.4.6" +cryptography = "==38.0.4" twisted = {extras = ["all_non_platform", "http2"], version = "~=22.10.0"} defusedxml = "~=0.7.1" python-dateutil="*" +pyOpenSSL = "24.2.1" [tool.poetry.group.dev.dependencies] pytest = "*"