diff --git a/requirements.txt b/requirements.txt index e408169d79f..573d4c01e08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,25 @@ apipkg==1.5 -atomicwrites==1.3.0 -attrs==19.1.0 -boto3==1.9.238 -botocore==1.12.238 -certifi==2019.9.11 -chardet==3.0.4 -colander==1.7.0 -docutils==0.15.2 -execnet==1.7.1 +atomicwrites==1.4.0 +attrs==21.2.0 +boto3==1.18.24 +botocore==1.21.24 +certifi==2021.5.30 +chardet==4.0.0 +colander==1.8.3 +docutils==0.17.1 +execnet==1.9.0 glob2==0.7 -idna==2.8 -iso8601==0.1.12 -Jinja2==2.10.1 -jmespath==0.9.4 -Mako==1.1.0 -MarkupSafe==1.1.1 -more-itertools==7.2.0 -mysqlclient==1.4.4 -paho-mqtt==1.4.0 +idna==3.2 +iso8601==0.1.16 +Jinja2==3.0.1 +jmespath==0.10.0 +Mako==1.1.4 +MarkupSafe==2.0.1 +more-itertools==8.8.0 +mysqlclient==2.0.3 +paho-mqtt==1.5.1 parametrizer==0.0.3 -parse==1.12.1 +parse==1.19.0 parse-type==0.5.2 play-dynamodb==0.0.2 play-mqtt==0.0.5 @@ -27,43 +27,43 @@ play-requests==0.0.5 play-selenium==0.0.3 play-sql==0.0.3 play-websocket==0.0.2 -pluggy==0.13.0 -psycopg2-binary==2.8.3 -py==1.8.0 +pluggy==0.13.1 +psycopg2-binary==2.9.1 +py==1.10.0 PyPOM==2.2.0 pypom-form==0.3.1 -pytest==5.1.3 -pytest-bdd==3.2.1 -pytest-forked==1.0.2 -pytest-html==2.0.0 -pytest-metadata==1.8.0 +pytest==6.2.4 +pytest-bdd==4.1.0 +pytest-forked==1.3.0 +pytest-html==3.1.1 +pytest-metadata==1.11.0 pytest-play[statsd]==2.3.1 pytest-pypom-navigation==2.0.3 -pytest-randomly==3.1.0 -pytest-repeat==0.8.0 -pytest-splinter==2.0.1 -pytest-testrail==2.3.3 -pytest-variables==1.8.0 -pytest-xdist==1.29.0 -python-dateutil==2.8.0 -PyYAML==5.1.2 -requests==2.22.0 -RestrictedPython==5.0 -s3transfer==0.2.1 +pytest-randomly==3.10.1 +pytest-repeat==0.9.1 +pytest-splinter==3.3.1 +pytest-testrail==2.9.0 +pytest-variables==1.9.0 +pytest-xdist==2.3.0 +python-dateutil==2.8.2 +PyYAML==5.4.1 +requests==2.26.0 +RestrictedPython==5.1 +s3transfer==0.5.0 selenium==3.141.0 -simplejson==3.16.0 -six==1.12.0 -splinter==0.11.0 -SQLAlchemy==1.3.8 +simplejson==3.17.3 +six==1.16.0 +splinter==0.15.0 +SQLAlchemy==1.4.23 statsd==3.3.0 -translationstring==1.3 -urllib3==1.25.6 -websocket-client==0.56.0 -zope.component==4.5 +translationstring==1.4 +urllib3==1.26.6 +websocket-client==1.2.1 +zope.component==5.0.1 zope.deferredimport==4.3.1 zope.deprecation==4.4.0 zope.dottedname==4.3 -zope.event==4.4 -zope.hookable==4.2.0 -zope.interface==4.6.0 -zope.proxy==4.3.2 +zope.event==4.5.0 +zope.hookable==5.1.0 +zope.interface==5.4.0 +zope.proxy==4.4.0 diff --git a/requirements_bzt.txt b/requirements_bzt.txt index 4c5e16cd93a..cd3b0528bb7 100644 --- a/requirements_bzt.txt +++ b/requirements_bzt.txt @@ -1,28 +1,28 @@ -r requirements.txt -apiritif==0.8.2 -Appium-Python-Client==0.47 -astunparse==1.6.2 -bzt==1.13.8 -colorama==0.4.1 -colorlog==4.0.2 +apiritif==0.9.8 +Appium-Python-Client==1.2.0 +astunparse==1.6.3 +bzt==1.15.4 +colorama==0.4.4 +colorlog==5.0.1 cssselect==1.1.0 -decorator==4.4.0 -EasyProcess==0.2.7 +decorator==5.0.9 +EasyProcess==0.3 fuzzyset==0.0.19 -gevent==1.4.0 -greenlet==0.4.15 +gevent==21.8.0 +greenlet==1.1.1 hdrpy==0.3.3 -ipaddress==1.0.22 +ipaddress==1.0.23 jsonpath-rw==1.4.0 -lxml==4.4.1 +lxml==4.6.3 nose==1.3.7 -numpy==1.17.2 +numpy==1.21.2 ply==3.11 progressbar33==2.4 -psutil==5.6.3 -python-Levenshtein==0.12.0 -PyVirtualDisplay==0.2.4 +psutil==5.8.0 +python-Levenshtein==0.12.2 +PyVirtualDisplay==2.2 terminaltables==3.1.0 -texttable==1.6.2 +texttable==1.6.4 unicodecsv==0.14.1 -urwid==2.0.1 +urwid==2.1.2 diff --git a/requirements_cassandra.txt b/requirements_cassandra.txt index 934f5ff21eb..1a1bcdc6f40 100644 --- a/requirements_cassandra.txt +++ b/requirements_cassandra.txt @@ -1,2 +1,2 @@ -cassandra-driver==3.19.0 +cassandra-driver==3.25.0 play-cassandra==0.0.4