diff --git a/poetry.lock b/poetry.lock index b4ca928..845357f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -226,14 +226,14 @@ pyflakes = ">=3.4.0,<3.5.0" [[package]] name = "google-ads" -version = "31.2.0" +version = "31.4.0" description = "Client library for the Google Ads API" optional = false python-versions = "<3.15,>=3.9" groups = ["main"] files = [ - {file = "google_ads-31.2.0-py3-none-any.whl", hash = "sha256:80e3c57e54c561f6b24c02988e7fa981b50b00a0a1d85e4596702d3398cf1cff"}, - {file = "google_ads-31.2.0.tar.gz", hash = "sha256:7099181c1a7f627739b5c69cf86472bab462fccb743ec7659e252fb87fa1a7da"}, + {file = "google_ads-31.4.0-py3-none-any.whl", hash = "sha256:210a7f6a7b5d40ef544090216dceeb90c9d2e7fba51c72329a690c9e5bb94474"}, + {file = "google_ads-31.4.0.tar.gz", hash = "sha256:038e502608afc1e88888e2e4ae367bc7a7878b5c3206910753c6a089f0b463cc"}, ] [package.dependencies] @@ -951,4 +951,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10, <3.15" -content-hash = "4055adcf5d62b2dc34f245508cc952607f986030c89e1a770b7843cef612f2f7" +content-hash = "3ec4261830686e99d00c5a5d9101d9fbea1bd333efb7c914f98313e90706f759" diff --git a/pyproject.toml b/pyproject.toml index f8332fa..b45ab98 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 = "31.2.0" } +google-ads={ version = "31.4.0" } click={ version = "^8.0.3" } prompt_toolkit={ version = "^3.0.22" } pygments={ version = "^2.10.0" }