diff --git a/poetry.lock b/poetry.lock index ed2d851..109cc23 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 = "31.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-31.1.0-py3-none-any.whl", hash = "sha256:36e15c756a0c99280a2a79a431374323507726d50983015ecf5b03624607649b"}, + {file = "google_ads-31.1.0.tar.gz", hash = "sha256:35c55c16a363ecc4e1723900a4f373a867fcea2400cada689527e8d238a48fd3"}, ] [package.dependencies] @@ -261,8 +261,8 @@ proto-plus = [ {version = ">=1.25.0,<2.0.0", markers = "python_version >= \"3.13\""}, ] protobuf = [ - {version = ">=4.25.0,<7.0.0"}, - {version = ">=5.26.1,<7.0.0", markers = "python_version >= \"3.13\""}, + {version = ">=4.25.0,<8.0.0", markers = "python_version >= \"3.10\""}, + {version = ">=5.26.1,<8.0.0", markers = "python_version >= \"3.13\""}, ] PyYAML = ">=5.1,<7.0" @@ -951,4 +951,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "a31699ce354dbe910726ffbc81b8c1dd702839b96e15d20a03c7e9aff8aeb1c7" +content-hash = "2ccb466b84a7bda237e4a939f5a87960eea6597daf81cd2d5ccfbf01810ec4a6" diff --git a/pyproject.toml b/pyproject.toml index f454353..ada9a43 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 = "31.1.0" } click={ version = "^8.0.3" } prompt_toolkit={ version = "^3.0.22" } pygments={ version = "^2.10.0" }