From 29ef68aee2bb5763ab612fdfb95beb5311351966 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 15 Nov 2024 22:24:40 +0100 Subject: [PATCH] chore(deps): update all dependencies (#1136) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Update protobuf to 5.28.3 * pin google-crc32c for python 3.7/3.8 * Pin mako for python 3.8 * Pin markupsafe for Python 3.8 * Pin pyparsing for python 3.8 * Pin pyparsing for Python 3.8 --------- Co-authored-by: Owl Bot Co-authored-by: Anthonios Partheniou --- dev_requirements.txt | 2 +- samples/snippets/requirements-test.txt | 15 +++---- samples/snippets/requirements.txt | 58 ++++++++++++++------------ 3 files changed, 40 insertions(+), 35 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index dac67503..d69a162f 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -2,4 +2,4 @@ sqlalchemy>=2.0.15,<2.1.0 google-cloud-bigquery>=1.6.0 pytest===6.2.5 pytest-flake8===1.1.0 # versions 1.1.1 and above require pytest 7 -pytz==2024.1 +pytz==2024.2 diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index df0ceaeb..d73fde11 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1,16 +1,17 @@ -attrs==23.2.0 +attrs==24.2.0 click==8.1.7 -google-auth==2.29.0 +google-auth==2.36.0 google-cloud-testutils==1.4.0 iniconfig==2.0.0 -packaging==24.0 +packaging==24.2 pluggy==1.5.0 py==1.11.0 -pyasn1==0.6.0 -pyasn1-modules==0.4.0 -pyparsing==3.1.2 +pyasn1==0.6.1 +pyasn1-modules==0.4.1 +pyparsing===3.1.4; python_version == '3.8' +pyparsing==3.2.0; python_version >= '3.9' pytest===6.2.5 rsa==4.9 six==1.16.0 toml==0.10.2 -typing-extensions==4.12.1 +typing-extensions==4.12.2 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index e30275cb..ac594392 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -1,33 +1,37 @@ -alembic==1.13.1 -certifi==2024.7.4 -charset-normalizer==3.3.2 -geoalchemy2==0.15.1 -google-api-core[grpc]==2.19.0 -google-auth==2.29.0 -google-cloud-bigquery==3.24.0 +alembic==1.14.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +geoalchemy2==0.16.0 +google-api-core[grpc]==2.23.0 +google-auth==2.36.0 +google-cloud-bigquery==3.27.0 google-cloud-core==2.4.1 -google-crc32c==1.5.0 -google-resumable-media==2.7.0 -googleapis-common-protos==1.63.1 -greenlet==3.0.3 -grpcio==1.62.2 -grpcio-status==1.62.2 -idna==3.7 -importlib-resources==6.4.0; python_version >= '3.8' -mako==1.3.5 -markupsafe==2.1.5 -packaging==24.0 -proto-plus==1.23.0 -protobuf===4.25.3 -pyasn1==0.6.0 -pyasn1-modules==0.4.0 -pyparsing==3.1.2 +google-crc32c===1.5.0; python_version == '3.8' +google-crc32c==1.6.0; python_version >= '3.9' +google-resumable-media==2.7.2 +googleapis-common-protos==1.66.0 +greenlet==3.1.1 +grpcio==1.67.1 +grpcio-status==1.67.1 +idna==3.10 +importlib-resources==6.4.5; python_version >= '3.8' +mako===1.3.5; python_version == '3.8' +mako==1.3.6; python_version >= '3.9' +markupsafe===2.1.5; python_version == '3.8' +markupsafe==3.0.2; python_version >= '3.9' +packaging==24.2 +proto-plus==1.25.0 +protobuf==5.28.3 +pyasn1==0.6.1 +pyasn1-modules==0.4.1 +pyparsing===3.1.4; python_version == '3.8' +pyparsing==3.2.0; python_version >= '3.9' python-dateutil==2.9.0.post0 -pytz==2024.1 +pytz==2024.2 requests==2.32.3 rsa==4.9 -shapely==2.0.4 +shapely==2.0.6 six==1.16.0 sqlalchemy===1.4.27 -typing-extensions==4.12.1 -urllib3==2.2.2 +typing-extensions==4.12.2 +urllib3==2.2.3