From 90876c7d8ce2a911883ee504d21b484d0f31ac13 Mon Sep 17 00:00:00 2001 From: Matthias Veit Date: Thu, 21 Dec 2023 09:07:04 +0100 Subject: [PATCH] [resoto][chore] Bump libs (#1868) --- requirements-all.txt | 48 ++++++++++++++++++++++-------------------- requirements-extra.txt | 34 ++++++++++++++++-------------- requirements-test.txt | 42 ++++++++++++++++++------------------ requirements.txt | 28 ++++++++++++------------ 4 files changed, 80 insertions(+), 72 deletions(-) diff --git a/requirements-all.txt b/requirements-all.txt index d25f14475..6f960af88 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -6,21 +6,22 @@ aiohttp-swagger3==0.8.0 aiosignal==1.3.1 aiostream==0.5.2 annotated-types==0.6.0 +anyio==4.2.0 apscheduler==3.10.4 asn1crypto==1.5.1 -astroid==3.0.1 +astroid==3.0.2 attrs==23.1.0 autocommand==2.2.2 azure-common==1.1.28 -azure-core==1.29.5 +azure-core==1.29.6 azure-identity==1.15.0 azure-mgmt-core==1.4.0 azure-mgmt-resource==23.0.1 backoff==2.2.1 -bcrypt==4.1.1 -black==23.11.0 -boto3==1.33.11 -botocore==1.33.11 +bcrypt==4.1.2 +black==23.12.0 +boto3==1.34.5 +botocore==1.34.5 brotli==1.1.0 build==1.0.3 cachetools==5.3.2 @@ -31,39 +32,39 @@ cffi==1.16.0 chardet==5.2.0 charset-normalizer==3.3.2 cheroot==10.0.0 -cherrypy==18.8.0 +cherrypy==18.9.0 click==8.1.7 colorama==0.4.6 -coverage[toml]==7.3.2 +coverage[toml]==7.3.4 cryptography==41.0.7 deepdiff==6.7.1 defusedxml==0.7.1 deprecated==1.2.14 -detect_secrets==1.4.0 +detect-secrets==1.4.0 dill==0.3.7 -distlib==0.3.7 +distlib==0.3.8 fastjsonschema==2.19.0 filelock==3.13.1 flake8==6.1.0 frozendict==2.3.10 -frozenlist==1.4.0 +frozenlist==1.4.1 google-api-core==2.15.0 -google-api-python-client==2.110.0 +google-api-python-client==2.111.0 google-auth==2.25.2 -google-auth-httplib2==0.1.1 +google-auth-httplib2==0.2.0 google-cloud-core==2.4.1 -google-cloud-storage==2.13.0 +google-cloud-storage==2.14.0 google-crc32c==1.5.0 -google-resumable-media==2.6.0 +google-resumable-media==2.7.0 googleapis-common-protos==1.62.0 httplib2==0.22.0 -hypothesis==6.92.0 +hypothesis==6.92.1 idna==3.6 importlib-metadata==7.0.0 inflect==7.0.0 iniconfig==2.0.0 isodate==0.6.1 -isort==5.12.0 +isort==5.13.2 jaraco-collections==5.0.0 jaraco-context==4.3.0 jaraco-functools==4.0.0 @@ -91,12 +92,12 @@ oauthlib==3.2.2 onelogin==2.0.4 ordered-set==4.1.0 packaging==23.2 -paramiko==3.3.1 +paramiko==3.4.0 parsy==2.1 pathspec==0.12.1 pep8-naming==0.13.3 pint==0.23 -pip==23.3.1 +pip==23.3.2 pip-tools==7.3.0 plantuml==0.3.0 platformdirs==3.11.0 @@ -105,11 +106,11 @@ portalocker==2.8.2 portend==3.2.0 posthog==3.1.0 prometheus-client==0.19.0 -prompt-toolkit==3.0.41 +prompt-toolkit==3.0.43 protobuf==4.25.1 -psutil==5.9.6 +psutil==5.9.7 psycopg2-binary==2.9.9 -pyarrow==14.0.1 +pyarrow==14.0.2 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycares==4.4.0 @@ -148,10 +149,11 @@ retrying==1.3.4 rfc3339-validator==0.1.4 rich==13.7.0 rsa==4.9 -s3transfer==0.8.2 +s3transfer==0.9.0 setuptools==69.0.2 six==1.16.0 slack-sdk==3.26.1 +sniffio==1.3.0 snowflake-connector-python==3.6.0 snowflake-sqlalchemy==1.5.1 sortedcontainers==2.4.0 diff --git a/requirements-extra.txt b/requirements-extra.txt index 2fcfe3887..5b2a09583 100644 --- a/requirements-extra.txt +++ b/requirements-extra.txt @@ -6,19 +6,20 @@ aiohttp-swagger3==0.8.0 aiosignal==1.3.1 aiostream==0.5.2 annotated-types==0.6.0 +anyio==4.2.0 apscheduler==3.10.4 asn1crypto==1.5.1 attrs==23.1.0 autocommand==2.2.2 azure-common==1.1.28 -azure-core==1.29.5 +azure-core==1.29.6 azure-identity==1.15.0 azure-mgmt-core==1.4.0 azure-mgmt-resource==23.0.1 backoff==2.2.1 -bcrypt==4.1.1 -boto3==1.33.11 -botocore==1.33.11 +bcrypt==4.1.2 +boto3==1.34.5 +botocore==1.34.5 brotli==1.1.0 cachetools==5.3.2 cattrs==23.2.3 @@ -27,24 +28,24 @@ certifi==2023.11.17 cffi==1.16.0 charset-normalizer==3.3.2 cheroot==10.0.0 -cherrypy==18.8.0 +cherrypy==18.9.0 cryptography==41.0.7 deepdiff==6.7.1 defusedxml==0.7.1 deprecated==1.2.14 -detect_secrets==1.4.0 +detect-secrets==1.4.0 fastjsonschema==2.19.0 filelock==3.13.1 frozendict==2.3.10 -frozenlist==1.4.0 +frozenlist==1.4.1 google-api-core==2.15.0 -google-api-python-client==2.110.0 +google-api-python-client==2.111.0 google-auth==2.25.2 -google-auth-httplib2==0.1.1 +google-auth-httplib2==0.2.0 google-cloud-core==2.4.1 -google-cloud-storage==2.13.0 +google-cloud-storage==2.14.0 google-crc32c==1.5.0 -google-resumable-media==2.6.0 +google-resumable-media==2.7.0 googleapis-common-protos==1.62.0 httplib2==0.22.0 idna==3.6 @@ -75,7 +76,7 @@ oauthlib==3.2.2 onelogin==2.0.4 ordered-set==4.1.0 packaging==23.2 -paramiko==3.3.1 +paramiko==3.4.0 parsy==2.1 pint==0.23 plantuml==0.3.0 @@ -84,11 +85,11 @@ portalocker==2.8.2 portend==3.2.0 posthog==3.1.0 prometheus-client==0.19.0 -prompt-toolkit==3.0.41 +prompt-toolkit==3.0.43 protobuf==4.25.1 -psutil==5.9.6 +psutil==5.9.7 psycopg2-binary==2.9.9 -pyarrow==14.0.1 +pyarrow==14.0.2 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycares==4.4.0 @@ -118,10 +119,11 @@ retrying==1.3.4 rfc3339-validator==0.1.4 rich==13.7.0 rsa==4.9 -s3transfer==0.8.2 +s3transfer==0.9.0 setuptools==69.0.2 six==1.16.0 slack-sdk==3.26.1 +sniffio==1.3.0 snowflake-connector-python==3.6.0 snowflake-sqlalchemy==1.5.1 sortedcontainers==2.4.0 diff --git a/requirements-test.txt b/requirements-test.txt index 35aaa5ec8..a3ca0b507 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,20 +6,21 @@ aiohttp-swagger3==0.8.0 aiosignal==1.3.1 aiostream==0.5.2 annotated-types==0.6.0 +anyio==4.2.0 apscheduler==3.10.4 -astroid==3.0.1 +astroid==3.0.2 attrs==23.1.0 autocommand==2.2.2 azure-common==1.1.28 -azure-core==1.29.5 +azure-core==1.29.6 azure-identity==1.15.0 azure-mgmt-core==1.4.0 azure-mgmt-resource==23.0.1 backoff==2.2.1 -bcrypt==4.1.1 -black==23.11.0 -boto3==1.33.11 -botocore==1.33.11 +bcrypt==4.1.2 +black==23.12.0 +boto3==1.34.5 +botocore==1.34.5 brotli==1.1.0 build==1.0.3 cachetools==5.3.2 @@ -30,35 +31,35 @@ cffi==1.16.0 chardet==5.2.0 charset-normalizer==3.3.2 cheroot==10.0.0 -cherrypy==18.8.0 +cherrypy==18.9.0 click==8.1.7 colorama==0.4.6 -coverage[toml]==7.3.2 +coverage[toml]==7.3.4 cryptography==41.0.7 deepdiff==6.7.1 defusedxml==0.7.1 deprecated==1.2.14 -detect_secrets==1.4.0 +detect-secrets==1.4.0 dill==0.3.7 -distlib==0.3.7 +distlib==0.3.8 fastjsonschema==2.19.0 filelock==3.13.1 flake8==6.1.0 frozendict==2.3.10 -frozenlist==1.4.0 +frozenlist==1.4.1 google-api-core==2.15.0 -google-api-python-client==2.110.0 +google-api-python-client==2.111.0 google-auth==2.25.2 -google-auth-httplib2==0.1.1 +google-auth-httplib2==0.2.0 googleapis-common-protos==1.62.0 httplib2==0.22.0 -hypothesis==6.92.0 +hypothesis==6.92.1 idna==3.6 importlib-metadata==7.0.0 inflect==7.0.0 iniconfig==2.0.0 isodate==0.6.1 -isort==5.12.0 +isort==5.13.2 jaraco-collections==5.0.0 jaraco-context==4.3.0 jaraco-functools==4.0.0 @@ -85,12 +86,12 @@ oauthlib==3.2.2 onelogin==2.0.4 ordered-set==4.1.0 packaging==23.2 -paramiko==3.3.1 +paramiko==3.4.0 parsy==2.1 pathspec==0.12.1 pep8-naming==0.13.3 pint==0.23 -pip==23.3.1 +pip==23.3.2 pip-tools==7.3.0 plantuml==0.3.0 platformdirs==3.11.0 @@ -99,9 +100,9 @@ portalocker==2.8.2 portend==3.2.0 posthog==3.1.0 prometheus-client==0.19.0 -prompt-toolkit==3.0.41 +prompt-toolkit==3.0.43 protobuf==4.25.1 -psutil==5.9.6 +psutil==5.9.7 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycares==4.4.0 @@ -138,10 +139,11 @@ retrying==1.3.4 rfc3339-validator==0.1.4 rich==13.7.0 rsa==4.9 -s3transfer==0.8.2 +s3transfer==0.9.0 setuptools==69.0.2 six==1.16.0 slack-sdk==3.26.1 +sniffio==1.3.0 sortedcontainers==2.4.0 sqlalchemy==1.4.50 tempora==5.5.0 diff --git a/requirements.txt b/requirements.txt index ac9a62582..3dc27e0f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,18 +6,19 @@ aiohttp-swagger3==0.8.0 aiosignal==1.3.1 aiostream==0.5.2 annotated-types==0.6.0 +anyio==4.2.0 apscheduler==3.10.4 attrs==23.1.0 autocommand==2.2.2 azure-common==1.1.28 -azure-core==1.29.5 +azure-core==1.29.6 azure-identity==1.15.0 azure-mgmt-core==1.4.0 azure-mgmt-resource==23.0.1 backoff==2.2.1 -bcrypt==4.1.1 -boto3==1.33.11 -botocore==1.33.11 +bcrypt==4.1.2 +boto3==1.34.5 +botocore==1.34.5 brotli==1.1.0 cachetools==5.3.2 cattrs==23.2.3 @@ -26,19 +27,19 @@ certifi==2023.11.17 cffi==1.16.0 charset-normalizer==3.3.2 cheroot==10.0.0 -cherrypy==18.8.0 +cherrypy==18.9.0 cryptography==41.0.7 deepdiff==6.7.1 defusedxml==0.7.1 deprecated==1.2.14 -detect_secrets==1.4.0 +detect-secrets==1.4.0 fastjsonschema==2.19.0 frozendict==2.3.10 -frozenlist==1.4.0 +frozenlist==1.4.1 google-api-core==2.15.0 -google-api-python-client==2.110.0 +google-api-python-client==2.111.0 google-auth==2.25.2 -google-auth-httplib2==0.1.1 +google-auth-httplib2==0.2.0 googleapis-common-protos==1.62.0 httplib2==0.22.0 idna==3.6 @@ -68,7 +69,7 @@ oauthlib==3.2.2 onelogin==2.0.4 ordered-set==4.1.0 packaging==23.2 -paramiko==3.3.1 +paramiko==3.4.0 parsy==2.1 pint==0.23 plantuml==0.3.0 @@ -76,9 +77,9 @@ portalocker==2.8.2 portend==3.2.0 posthog==3.1.0 prometheus-client==0.19.0 -prompt-toolkit==3.0.41 +prompt-toolkit==3.0.43 protobuf==4.25.1 -psutil==5.9.6 +psutil==5.9.7 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycares==4.4.0 @@ -106,10 +107,11 @@ retrying==1.3.4 rfc3339-validator==0.1.4 rich==13.7.0 rsa==4.9 -s3transfer==0.8.2 +s3transfer==0.9.0 setuptools==69.0.2 six==1.16.0 slack-sdk==3.26.1 +sniffio==1.3.0 sqlalchemy==1.4.50 tempora==5.5.0 tenacity==8.2.3