From 7f39f073717c630e61c5a1896381259700ec8684 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 22 May 2024 16:36:37 +0000 Subject: [PATCH] Converted pyproject.toml to requirements.txt --- srv/isc-agent/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srv/isc-agent/requirements.txt b/srv/isc-agent/requirements.txt index 2d47cdf..1f02e5c 100644 --- a/srv/isc-agent/requirements.txt +++ b/srv/isc-agent/requirements.txt @@ -1,7 +1,7 @@ appdirs==1.4.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" attrs==23.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.1.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" +bcrypt==4.1.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" certifi==2024.2.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" cffi==1.15.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" charset-normalizer==2.0.12 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" @@ -11,14 +11,14 @@ cython-test-exception-raiser==1.0.2 ; python_full_version >= "3.7.1" and python_ defusedxml==0.7.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" dnspython==2.3.0 ; python_full_version >= "3.7.1" and python_version < "4.0" email-validator==2.0.0.post2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" -exceptiongroup==1.2.0 ; python_full_version >= "3.7.1" and python_version < "3.11" +exceptiongroup==1.2.1 ; python_full_version >= "3.7.1" and python_version < "3.11" greenlet==3.0.3 ; python_full_version >= "3.7.1" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_full_version < "4.0.0" h2==4.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" hpack==4.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" hyperframe==6.0.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" hyperlink==21.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" hypothesis==6.79.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" -idna==3.6 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" +idna==3.7 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" importlib-metadata==6.7.0 ; python_full_version >= "3.7.1" and python_version < "3.8" incremental==22.10.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" jinja2==3.0.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" @@ -31,17 +31,17 @@ pydantic[email]==1.9.2 ; python_full_version >= "3.7.1" and python_full_version pyhamcrest==2.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" pyopenssl==21.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" pyserial==3.5 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" -python-dateutil==2.8.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" +python-dateutil==2.9.0.post0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" pywin32==306 ; platform_system == "Windows" and python_full_version >= "3.7.1" and python_full_version < "4.0.0" requests==2.27.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" service-identity==21.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" setuptools==68.0.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" six==1.16.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" sortedcontainers==2.4.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" -sqlalchemy==1.4.51 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" +sqlalchemy==1.4.52 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" 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.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" +zope-interface==6.4.post0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"