From 7d8f67bc420b30ffc4d057dc2c987534df4ee30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 03:51:31 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 4 updates Updates the requirements on [google-cloud-bigquery](https://github.com/googleapis/python-bigquery), [google-cloud-bigquery-storage](https://github.com/googleapis/google-cloud-python), [google-auth](https://github.com/googleapis/google-cloud-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `google-cloud-bigquery` to 3.43.0 - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery/commits) Updates `google-cloud-bigquery-storage` to 2.40.0 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-storage-v2.33.1...google-cloud-bigquery-storage-v2.40.0) Updates `google-auth` to 2.56.3 - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.2...google-auth-v2.56.3) Updates `ruff` to 0.16.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.1...0.16.2) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-version: 3.43.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: google-cloud-bigquery-storage dependency-version: 2.40.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: google-auth dependency-version: 2.56.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- requirements.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c07f349..42a1ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ description = "HERMES network monitoring and anomaly detection pipeline" # `pip install` with a version gate rather than anything real. requires-python = ">=3.11" dependencies = [ - "google-cloud-bigquery>=3.42.3", + "google-cloud-bigquery>=3.43.0", # Arrow-based download path for tomography. WITHOUT this, the client logs # "Storage Read API unavailable ... using REST download" and builds result # frames from JSON rows instead of Arrow buffers. That is both far slower @@ -26,10 +26,10 @@ dependencies = [ # inside a 28 GB cgroup, failing the whole 2025-08 backfill chunk. # pyarrow is the wire format for that path — pin it here rather than relying # on it arriving transitively via pandas/db-dtypes. - "google-cloud-bigquery-storage>=2.28.0", + "google-cloud-bigquery-storage>=2.40.0", "pyarrow>=25.0.0", "db-dtypes>=1.7.1", # required by bigquery .to_dataframe() for DATE/TIME columns (download_edges) - "google-auth>=2.56.2", + "google-auth>=2.56.3", "pandas>=3.0.5", "requests>=2.34.2", "geopy>=2.5.0", @@ -42,7 +42,7 @@ dependencies = [ [project.optional-dependencies] plot = ["matplotlib>=3.11.1", "geopandas>=1.1.4", "folium>=0.20.0"] -dev = ["ruff>=0.16.1", "mypy>=2.3.0", "pytest>=9.1.1", "pre-commit>=4.6.1", "pandas-stubs", "types-requests", "pyarrow>=25.0.0"] +dev = ["ruff>=0.16.2", "mypy>=2.3.0", "pytest>=9.1.1", "pre-commit>=4.6.1", "pandas-stubs", "types-requests", "pyarrow>=25.0.0"] [project.scripts] hermes-pipeline = "hermes.pipeline.union:main" diff --git a/requirements.txt b/requirements.txt index 4b00caa..15c0a83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -google-cloud-bigquery>=3.42.3 +google-cloud-bigquery>=3.43.0 pandas>=3.0.5 requests>=2.34.2 geopy>=2.5.0