From 289f38c4e859521ff9dcf4e6d6c73ce57a912ffd Mon Sep 17 00:00:00 2001 From: Evgenii Baidakov Date: Thu, 12 Feb 2026 16:05:23 +0400 Subject: [PATCH 1/2] pip: Refresh requirements.txt Signed-off-by: Evgenii Baidakov --- requirements.txt | 98 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 78 insertions(+), 20 deletions(-) diff --git a/requirements.txt b/requirements.txt index ef623cfc..79349c04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,35 +1,93 @@ -PyYAML -boto >=2.6.0 -munch >=2.0.0 -# 0.14 switches to libev, that means bootstrap needs to change too -gevent >=1.0 -isodate >=0.4.4 -pytz ==2024.1 -httplib2 -lxml -tox -pytest-nose-attrib ==0.1.1 -pytest-timeout ==2.1.0 +aiodns==3.1.1 +aiohttp==3.9.3 +aiosignal==1.4.0 allure-combine==1.0.11 allure-pytest==2.13.4 +allure-python-commons==2.13.4 +attrs==25.4.0 base58==2.1.1 +bcrypt==5.0.0 +beautifulsoup4==4.14.3 +bitarray==2.8.5 black==24.3.0 -botocore==1.34.72 +boto==2.49.0 boto3==1.34.72 +botocore==1.34.72 +bs4==0.0.2 +cachetools==7.0.1 +certifi==2026.1.4 +cffi==2.0.0 +chardet==5.2.0 +charset-normalizer==3.4.4 +click==8.3.1 +colorama==0.4.6 +cryptography==46.0.5 +distlib==0.4.0 docker==7.0.0 +Events==0.5 +execnet==2.1.2 +filelock==3.20.3 +frozenlist==1.8.0 +gevent==25.9.1 +greenlet==3.3.1 +httplib2==0.31.2 +idna==3.11 +iniconfig==2.3.0 +isodate==0.7.2 isort==5.13.2 -jinja2==3.1.6 +Jinja2==3.1.6 +jmespath==1.1.0 +jsonschema==4.26.0 +jsonschema-specifications==2025.9.1 +lxml==6.0.2 +lz4==4.3.2 +MarkupSafe==3.0.3 +multidict==6.7.1 +munch==4.0.0 +mypy_extensions==1.1.0 neo-mamba==2.6.0 +neo3crypto==0.4.3 +netaddr==1.3.0 +orjson==3.11.7 +packaging==26.0 paramiko==3.4.0 +pathspec==1.0.4 pexpect==4.9.0 +platformdirs==4.5.1 +pluggy==1.6.0 +propcache==0.4.1 +psutil==7.0.0 +ptyprocess==0.7.0 +pybiginteger==1.3.3 +pybiginteger-stubs==1.3.3 +pycares==5.0.1 +pycparser==3.0 +pycryptodome==3.19.0 +PyNaCl==1.6.2 +pyparsing==3.3.2 +pyproject-api==1.10.0 pytest==7.3.1 -PyYAML==6.0.1 -python-dotenv==1.0.1 -python-dateutil==2.9.0 pytest-lazy-fixture==0.6.3 +pytest-nose-attrib==0.1.1 +pytest-timeout==2.1.0 +pytest-xdist==3.6.1 +python-dateutil==2.9.0 +python-dotenv==1.0.1 +pytz==2024.1 +PyYAML==6.0.1 +referencing==0.37.0 requests==2.32.4 +rpds-py==0.30.0 +ruff==0.9.2 +s3transfer==0.10.4 +setuptools==82.0.0 +six==1.17.0 +soupsieve==2.8.3 tenacity==8.2.3 +tox==4.34.1 +typing_extensions==4.15.0 urllib3==2.5.0 -ruff==0.9.2 -pytest-xdist==3.6.1 -psutil==7.0.0 +virtualenv==20.36.1 +yarl==1.22.0 +zope.event==6.1 +zope.interface==8.2 From 788b93fde00b5157cc509e28acdb4beef5fdb195 Mon Sep 17 00:00:00 2001 From: Evgenii Baidakov Date: Thu, 12 Feb 2026 16:05:57 +0400 Subject: [PATCH 2/2] pip: Add missed ecdsa lib Signed-off-by: Evgenii Baidakov --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 79349c04..c8381cea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,7 @@ colorama==0.4.6 cryptography==46.0.5 distlib==0.4.0 docker==7.0.0 +ecdsa==0.19.1 Events==0.5 execnet==2.1.2 filelock==3.20.3