From 34042a96b77483ff5e2c937dbed90266b5d0f43a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:05:00 +0000 Subject: [PATCH] Bump the dependencies group with 5 updates Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [fonttools](https://github.com/fonttools/fonttools) | `4.55.2` | `4.55.3` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.154.0` | `2.155.0` | | [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.36.0` | `2.37.0` | | [pandas-gbq](https://github.com/googleapis/python-bigquery-pandas) | `0.24.0` | `0.25.0` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.2` | `0.5.3` | Updates `fonttools` from 4.55.2 to 4.55.3 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.55.2...4.55.3) Updates `google-api-python-client` from 2.154.0 to 2.155.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](https://github.com/googleapis/google-api-python-client/compare/v2.154.0...v2.155.0) Updates `google-auth` from 2.36.0 to 2.37.0 - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.36.0...v2.37.0) Updates `pandas-gbq` from 0.24.0 to 0.25.0 - [Release notes](https://github.com/googleapis/python-bigquery-pandas/releases) - [Changelog](https://github.com/googleapis/python-bigquery-pandas/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery-pandas/compare/v0.24.0...v0.25.0) Updates `sqlparse` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.2...0.5.3) --- updated-dependencies: - dependency-name: fonttools dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google-auth dependency-type: indirect update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pandas-gbq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sqlparse dependency-type: indirect update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index bdc72f2fe..39e237d52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -95,7 +95,7 @@ fab-classic==1.19.2 # via -r requirements.in flake8==7.1.1 # via -r requirements.in -fonttools==4.55.2 +fonttools==4.55.3 # via matplotlib google-api-core[grpc]==2.15.0 # via @@ -105,9 +105,9 @@ google-api-core[grpc]==2.15.0 # google-cloud-core # google-cloud-storage # pandas-gbq -google-api-python-client==2.154.0 +google-api-python-client==2.155.0 # via -r requirements.in -google-auth==2.36.0 +google-auth==2.37.0 # via # google-api-core # google-api-python-client @@ -228,7 +228,7 @@ pandas==2.2.3 # db-dtypes # pandas-gbq # seaborn -pandas-gbq==0.24.0 +pandas-gbq==0.25.0 # via -r requirements.in paramiko-ng==2.8.10 # via fab-classic @@ -328,7 +328,7 @@ sortedcontainers==2.4.0 # via trio soupsieve==2.6 # via beautifulsoup4 -sqlparse==0.5.2 +sqlparse==0.5.3 # via # django # django-debug-toolbar