From d9c2ce219d967576cdb0d84df8f234ae8808fb06 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 18 Oct 2023 11:24:24 +0000 Subject: [PATCH] Converted pyproject.toml to requirements.txt --- srv/isc-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv/isc-agent/requirements.txt b/srv/isc-agent/requirements.txt index ef5b218..52ce999 100644 --- a/srv/isc-agent/requirements.txt +++ b/srv/isc-agent/requirements.txt @@ -42,6 +42,6 @@ sqlalchemy==1.4.49 ; python_full_version >= "3.7.1" and python_full_version < "4 twisted-iocpsupport==1.0.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and platform_system == "Windows" twisted[all-non-platform,http2]==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" typing-extensions==4.7.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" -urllib3==1.26.17 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" +urllib3==1.26.18 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" zipp==3.15.0 ; python_full_version >= "3.7.1" and python_version < "3.8" zope-interface==6.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"