From 9beb072f25c82c7de674d9bbeb03decf2efe8118 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 15 Aug 2024 11:54:10 +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 0865947..c62445b 100644 --- a/srv/isc-agent/requirements.txt +++ b/srv/isc-agent/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" -attrs==24.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" +attrs==24.2.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" automat==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" bcrypt==4.2.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" certifi==2024.7.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"