diff --git a/requirements-ci.txt b/requirements-ci.txt index 801e4200c7db..efbea21c1690 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -11,7 +11,7 @@ backports.functools-lru-cache==1.6.4 boto3==1.18.1 boto==2.49.0 botocore==1.21.1 -certifi==2021.10.8 +certifi==2024.7.4 cffi==1.15.0 chardet==4.0.0 charset-normalizer==2.0.12 @@ -22,7 +22,7 @@ configparser==5.2.0 constantly==15.1.0 cookies==2.2.1 coverage==6.3.2 -cryptography==3.4.7 +cryptography==46.0.7 decorator==5.1.1 dicttoxml==1.7.4 dill==0.3.5.1 @@ -32,23 +32,23 @@ extras==1.0.0 fixtures==3.0.0 flake8==4.0.1 funcsigs==1.0.2 -future==0.18.2 +future==1.0.0 graphql-core==3.2.1 greenlet==1.1.2 hvac==0.10.11 hyperlink==21.0.0 -idna==2.10 # pyup: ignore (conflicts with moto on master) +idna==3.7 # pyup: ignore (conflicts with moto on master) imagesize==1.3.0 incremental==21.3.0 ipaddress==1.0.23 isort==4.3.21 # pyup: ignore (until https://github.com/PyCQA/pylint/pull/3725 is merged) -Jinja2==3.1.2 +Jinja2==3.1.6 jmespath==0.10.0 jsonref==0.2 lazy-object-proxy==1.4.1 # pyup: ignore (required by astroid) ldap3==2.9.1 lz4==4.0.0 -Mako==1.2.0 +Mako==1.3.11 markdown2==2.4.3 MarkupSafe==2.1.1 mccabe==0.6.1 @@ -67,21 +67,21 @@ platformdirs==2.5.2 psutil==5.9.0 pyaml==21.10.1 pyasn1-modules==0.2.8 -pyasn1==0.4.8 +pyasn1==0.6.3 pycodestyle==2.8.0 pycparser==2.21 pyenchant==3.2.2 pyflakes==2.4.0 PyJWT==2.4.0 pylint==2.13.8 -pyOpenSSL==20.0.1 +pyOpenSSL==26.0.0 pyparsing==3.0.8 pypugjs==5.9.11 python-dateutil==2.8.2 python-subunit==1.4.0 pytz==2022.1 PyYAML==6.0 -requests==2.27.1 +requests==2.33.0 responses==0.20.0 ruamel.yaml.clib==0.2.6 ruamel.yaml==0.17.21 @@ -93,22 +93,22 @@ singledispatch==3.7.0 six==1.16.0 snowballstemmer==2.2.0 SQLAlchemy==1.4.36 -sqlparse==0.4.2 +sqlparse==0.5.4 termcolor==1.1.0 testtools==2.5.0 toml==0.10.2 tomli==2.0.1 towncrier==21.9.0 treq==22.2.0 -Twisted==22.4.0 +Twisted==24.7.0rc1 txaio==22.2.1 txrequests==0.9.6 typing_extensions==4.2.0 unidiff==0.7.3 -urllib3==1.26.9 +urllib3==2.6.3 webcolors==1.11.1 websocket-client==1.3.2 -Werkzeug==2.1.2 +Werkzeug==3.1.6 wrapt==1.14.1 xmltodict==0.12.0 zope.interface==5.4.0 diff --git a/requirements-cidb.txt b/requirements-cidb.txt index ed6259e45309..555a0bb133b9 100644 --- a/requirements-cidb.txt +++ b/requirements-cidb.txt @@ -1,3 +1,3 @@ psycopg2-binary==2.9.3 mysqlclient==2.1.0 -pg8000==1.26.1 +pg8000==1.31.5 diff --git a/requirements-ciworker.txt b/requirements-ciworker.txt index f0e4b50a15b8..08f8131c85cc 100644 --- a/requirements-ciworker.txt +++ b/requirements-ciworker.txt @@ -4,11 +4,11 @@ autobahn==20.12.3; python_version < "3.7" and python_version >= "3.6" # pyup: Automat==20.2.0 cffi==1.15.0; python_version >= "3.6" constantly==15.1.0 -cryptography==37.0.2; python_version >= "3.6" +cryptography==46.0.7; python_version >= "3.6" funcsigs==1.0.2 -future==0.18.2 +future==1.0.0 hyperlink==21.0.0 -idna==2.10 # pyup: ignore (conflicts with moto on master) +idna==3.7 # pyup: ignore (conflicts with moto on master) incremental==21.3.0; python_version >= "3.6" incremental==17.5.0; python_version < "3.0" # pyup: ignore # pin mock, because 4.x no longer supports Python 3.5 @@ -20,7 +20,7 @@ PyHamcrest==1.9.0 # pyup: ignore psutil==5.9.0 pycparser==2.21; python_version >= "3.6" six==1.16.0 -Twisted==22.4.0; python_version >= "3.6" +Twisted==24.7.0rc1; python_version >= "3.6" Twisted==20.3.0; python_version < "3.6" # pyup: ignore txaio; python_version >= "3.6" typing-extensions==4.2.0; python_version >= "3.7" diff --git a/requirements-master-docker-extras.txt b/requirements-master-docker-extras.txt index 820d29a06c40..b3331f44eaf1 100644 --- a/requirements-master-docker-extras.txt +++ b/requirements-master-docker-extras.txt @@ -1,4 +1,4 @@ -requests==2.27.1 +requests==2.33.0 psycopg2==2.9.3 txrequests==0.9.6 pycairo==1.21.0 diff --git a/requirements-minimal.txt b/requirements-minimal.txt index 6a41bac58cee..98695879c7d3 100644 --- a/requirements-minimal.txt +++ b/requirements-minimal.txt @@ -18,19 +18,19 @@ Automat==20.2.0 Babel==2.10.3 boto3==1.24.59 botocore==1.27.59 -certifi==2022.6.15 +certifi==2024.7.4 cffi==1.15.1 charset-normalizer==2.1.1 click==8.1.3 click-default-group==1.2.2 constantly==15.1.0 -cryptography==37.0.4 +cryptography==46.0.7 docutils==0.17.1 flake8==3.9.2 -future==0.18.2 +future==1.0.0 greenlet==1.1.3 hyperlink==21.0.0 -idna==3.3 +idna==3.7 imagesize==1.4.1 importlib-metadata==4.12.0 incremental==21.3.0 @@ -39,7 +39,7 @@ Jinja2==3.1.6 jmespath==1.0.1 lazy-object-proxy==1.7.1 lz4==4.0.2 -Mako==1.2.1 +Mako==1.3.11 MarkupSafe==2.1.1 mccabe==0.6.1 mock==4.0.3 @@ -49,7 +49,7 @@ packaging==21.3 parameterized==0.8.1 pep8==1.7.1 psutil==5.9.1 -pyasn1==0.4.8 +pyasn1==0.6.3 pyasn1-modules==0.2.8 pycodestyle==2.7.0 pycparser==2.21 @@ -58,13 +58,13 @@ pyflakes==2.3.1 Pygments==2.13.0 PyJWT==2.4.0 pylint==1.6.5 -pyOpenSSL==22.0.0 +pyOpenSSL==26.0.0 pyparsing==3.0.9 pypugjs==5.9.12 python-dateutil==2.8.2 pytz==2022.2.1 PyYAML==6.0 -requests==2.28.1 +requests==2.33.0 responses==0.21.0 s3transfer==0.6.0 service-identity==21.1.0 @@ -86,13 +86,13 @@ SQLAlchemy==1.4.40 tomli==2.0.1 towncrier==21.9.0 treq==22.2.0 -Twisted==22.4.0 +Twisted==24.7.0rc1 txaio==22.2.1 txrequests==0.9.6 typing-extensions==4.3.0 -urllib3==1.26.12 -Werkzeug==2.1.2 +urllib3==2.6.3 +Werkzeug==3.1.6 wrapt==1.14.1 xmltodict==0.13.0 -zipp==3.8.1 +zipp==3.19.1 zope.interface==5.4.0