From 14b7c971fb82490409342096fc018eed0b56106a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:45:03 +0000 Subject: [PATCH] Bump google-ads from 29.2.0 to 30.1.0 Bumps [google-ads](https://github.com/googleads/google-ads-python) from 29.2.0 to 30.1.0. - [Release notes](https://github.com/googleads/google-ads-python/releases) - [Changelog](https://github.com/googleads/google-ads-python/blob/main/ChangeLog) - [Commits](https://github.com/googleads/google-ads-python/compare/29.2.0...30.1.0) --- updated-dependencies: - dependency-name: google-ads dependency-version: 30.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index bade33f..8009d70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -226,14 +226,14 @@ pyflakes = ">=3.4.0,<3.5.0" [[package]] name = "google-ads" -version = "29.2.0" +version = "30.1.0" description = "Client library for the Google Ads API" optional = false python-versions = "<3.15,>=3.9" groups = ["main"] files = [ - {file = "google_ads-29.2.0-py3-none-any.whl", hash = "sha256:264d98b5a08158702d91248be633e104436da522b2a513fc90f983e39553380d"}, - {file = "google_ads-29.2.0.tar.gz", hash = "sha256:d2331f2a79447792f80ce2a17f46eebc4003d3e4228b2e580e20af313dce8ed0"}, + {file = "google_ads-30.1.0-py3-none-any.whl", hash = "sha256:ed58ecf23511009664a5628f6d615365459585d55d889a4ba5e98ee652fbef1b"}, + {file = "google_ads-30.1.0.tar.gz", hash = "sha256:beecd95690cbb5fff728d5455f67588f0af12aec1fb3c54ad373a5a57716e9f4"}, ] [package.dependencies] @@ -261,8 +261,8 @@ proto-plus = [ {version = ">=1.22.3,<2.0.0"}, ] protobuf = [ - {version = ">=5.26.1,<7.0.0", markers = "python_version >= \"3.13\""}, - {version = ">=4.25.0,<7.0.0"}, + {version = ">=5.26.1,<8.0.0", markers = "python_version >= \"3.13\""}, + {version = ">=4.25.0,<8.0.0", markers = "python_version >= \"3.10\""}, ] PyYAML = ">=5.1,<7.0" @@ -951,4 +951,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "50a5f175a1c9dc77fb4d32f69f88737ddf3f3df5d27b8cb67a99e40b5dbc377b" +content-hash = "114043611057a0d4c727a6f0d37baf81035dde6df760b4e1536907effdb58894" diff --git a/pyproject.toml b/pyproject.toml index 67bd147..f2c6411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ gaql-tools = 'gaql.tools.commands:tools' python = ">=3.10, <3.15" # Google Ads requirements toml = "^0.10.1" -google-ads={ version = "29.2.0" } +google-ads={ version = "30.1.0" } click={ version = "^8.0.3" } prompt_toolkit={ version = "^3.0.22" } pygments={ version = "^2.10.0" }