diff --git a/poetry.lock b/poetry.lock index 951889d9..8fcce7ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -304,13 +304,13 @@ files = [ [[package]] name = "botocore" -version = "1.34.35" +version = "1.34.36" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.8" files = [ - {file = "botocore-1.34.35-py3-none-any.whl", hash = "sha256:b67b8c865973202dc655a493317ae14b33d115e49ed6960874eb05d950167b37"}, - {file = "botocore-1.34.35.tar.gz", hash = "sha256:8a2b53ab772584a5f7e2fe1e4a59028b0602cfef8e39d622db7c6b670e4b1ee6"}, + {file = "botocore-1.34.36-py3-none-any.whl", hash = "sha256:3f39ae0165f1a27f621fc91a46fb59f87e819671fad106c230dadcc724892f70"}, + {file = "botocore-1.34.36.tar.gz", hash = "sha256:89c3dc15b6ffae146029df636d51b9952740051204c444ec765286b081c917bc"}, ] [package.dependencies] @@ -953,13 +953,13 @@ files = [ [[package]] name = "google-cloud-bigquery" -version = "3.17.1" +version = "3.17.2" description = "Google BigQuery API client library" optional = false python-versions = ">=3.7" files = [ - {file = "google-cloud-bigquery-3.17.1.tar.gz", hash = "sha256:0ae07b90d5052ba3a296a2210a2144c28469300d71f6f455881f94c2df543057"}, - {file = "google_cloud_bigquery-3.17.1-py2.py3-none-any.whl", hash = "sha256:7a9a92c7b1f6a6bf8b4c05c150e49f4ad1a03dd591dbd4522381b3f23bf07c73"}, + {file = "google-cloud-bigquery-3.17.2.tar.gz", hash = "sha256:6e1cf669a40e567ab3289c7b5f2056363da9fcb85d9a4736ee90240d4a7d84ea"}, + {file = "google_cloud_bigquery-3.17.2-py2.py3-none-any.whl", hash = "sha256:cdadf5283dca55a1a350bacf8c8a7466169d3cf46c5a0a3abc5e9aa0b0a51dee"}, ] [package.dependencies] diff --git a/requirements.txt b/requirements.txt index 5e39b5e5..c62a49a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ async-timeout==4.0.3 ; python_version >= "3.10" and python_version < "3.11" attrs==23.2.0 ; python_version >= "3.10" and python_version < "4.0" blinker==1.7.0 ; python_version >= "3.10" and python_version < "4.0" boto==2.49.0 ; python_version >= "3.10" and python_version < "4.0" -botocore==1.34.35 ; python_version >= "3.10" and python_version < "4.0" +botocore==1.34.36 ; python_version >= "3.10" and python_version < "4.0" cachetools==5.3.2 ; python_version >= "3.10" and python_version < "4.0" certifi==2024.2.2 ; python_version >= "3.10" and python_version < "4.0" cffi==1.16.0 ; python_version >= "3.10" and python_version < "4.0" @@ -27,7 +27,7 @@ fastapi==0.109.2 ; python_version >= "3.10" and python_version < "4.0" frozenlist==1.4.1 ; python_version >= "3.10" and python_version < "4.0" google-api-core==2.16.2 ; python_version >= "3.10" and python_version < "4.0" google-auth==2.27.0 ; python_version >= "3.10" and python_version < "4.0" -google-cloud-bigquery==3.17.1 ; python_version >= "3.10" and python_version < "4.0" +google-cloud-bigquery==3.17.2 ; python_version >= "3.10" and python_version < "4.0" google-cloud-core==2.4.1 ; python_version >= "3.10" and python_version < "4.0" google-cloud-storage==2.14.0 ; python_version >= "3.10" and python_version < "4.0" google-cloud==0.34.0 ; python_version >= "3.10" and python_version < "4.0"