diff --git a/poetry.lock b/poetry.lock index ed2d851..661c605 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.0.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.0.0-py3-none-any.whl", hash = "sha256:fd42bfb0c648fa65c4cfa3fdbb4c754678a6dcee677ab0888cbf02aa0f3810db"}, + {file = "google_ads-31.0.0.tar.gz", hash = "sha256:6654e01e8b9b0aa28cbe4cae1c186a8c5e10550021b766b0b307d106d758f236"}, ] [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 = "1263c0ad6ba001ea9c0f11e5ed7736278a93d681b36b41f362b5f0645ead192c" diff --git a/pyproject.toml b/pyproject.toml index f454353..63176c4 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.0.0" } click={ version = "^8.0.3" } prompt_toolkit={ version = "^3.0.22" } pygments={ version = "^2.10.0" }