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 = "*"