From a504fce52acd3c09301058213d5377703eef1bf6 Mon Sep 17 00:00:00 2001 From: Matteo Senardi Date: Wed, 2 Oct 2024 14:49:35 +0200 Subject: [PATCH] updated requirements --- requirements/constraint.txt | 10 +++++----- requirements/default.txt | 16 ++++++++-------- setup.py | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/requirements/constraint.txt b/requirements/constraint.txt index 58427ef..4bb451f 100644 --- a/requirements/constraint.txt +++ b/requirements/constraint.txt @@ -1,10 +1,10 @@ tornado>=6.3.3 -cryptography>=41.0.3 +cryptography>=42.0.8 pyarrow==17.0.0 fastparquet==2024.5.0 retry==0.9.2 -google-cloud-bigquery>=3.11.2 -google-cloud-bigquery-storage>=2.20.0 +google-cloud-bigquery>=3.20.1 +google-cloud-bigquery-storage>=2.26.0 oauth2client==4.1.3 -google-analytics-data==0.18.8 -db-dtypes==1.1.1 \ No newline at end of file +google-analytics-data==0.18.12 +db-dtypes==1.3.0 \ No newline at end of file diff --git a/requirements/default.txt b/requirements/default.txt index c6f4912..b4862ab 100644 --- a/requirements/default.txt +++ b/requirements/default.txt @@ -8,16 +8,16 @@ brotli==1.1.0 Cython==3.0.11 docutils>=0.16 google_api_python_client==2.90.0 -importlib_metadata==6.7.0 -keyring==24.2.0 +importlib_metadata==8.5.0 +keyring==25.3.0 lockfile==0.12.2 -lxml==5.2.2 -mock==5.0.2 +lxml==5.3.0 +mock==5.1.0 ordereddict==1.1 -protobuf==4.25.3 -pyOpenSSL==24.1.0 -simplejson==3.19.1 +protobuf>=4.25.4 +pyOpenSSL>=24.2.1 +simplejson==3.19.3 toml==0.10.2 # unicodedataplus==15.0.0.post2 usercustomize==1.0.0 -zipp==3.19.2 \ No newline at end of file +zipp==3.20.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 67e0ca7..1e4e115 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_requirements(*requirements_file): setup(name='gcloud-connectors', - version='0.2.1', + version='0.2.2', url='https://github.com/pualien/py-gcloud-connector', # download_url='https://github.com/pualien/py-gcloud-connectors/archive/0.1.23.tar.gz', license='MIT',