From ead3aa925c0673138c74034897294ae76937698e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:42:23 +0000 Subject: [PATCH] Update all minor versions --- example-project/.pre-commit-config.yaml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/example-project/.pre-commit-config.yaml b/example-project/.pre-commit-config.yaml index 17380ebc0..753d74198 100644 --- a/example-project/.pre-commit-config.yaml +++ b/example-project/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: trailing-whitespace - id: mixed-line-ending - repo: https://github.com/sbrunner/pre-commit-copyright - rev: 1.0.0 + rev: 1.1.0 hooks: - id: copyright - repo: https://github.com/sbrunner/jsonschema-validator diff --git a/poetry.lock b/poetry.lock index cdf129b65..3dfb019f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -548,13 +548,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-api-python-client" -version = "2.143.0" +version = "2.147.0" description = "Google API Client Library for Python" optional = true python-versions = ">=3.7" files = [ - {file = "google_api_python_client-2.143.0-py2.py3-none-any.whl", hash = "sha256:d5654134522b9b574b82234e96f7e0aeeabcbf33643fbabcd449ef0068e3a476"}, - {file = "google_api_python_client-2.143.0.tar.gz", hash = "sha256:6a75441f9078e6e2fcdf4946a153fda1e2cc81b5e9c8d6e8c0750c85c7f8a566"}, + {file = "google_api_python_client-2.147.0-py2.py3-none-any.whl", hash = "sha256:c6ecfa193c695baa41e84562d8f8f244fcd164419eca3fc9fd7565646668f9b2"}, + {file = "google_api_python_client-2.147.0.tar.gz", hash = "sha256:e864c2cf61d34c00f05278b8bdb72b93b6fa34f0de9ead51d20435f3b65f91be"}, ] [package.dependencies] @@ -2139,4 +2139,4 @@ version = ["multi-repo-automation"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "7f71530408b068026a7549c5c99899f9514d2745a5f878a23021c31079058f7e" +content-hash = "842640605043000a98eb8819494692daba6d8ce0c99dc8f8410dbe3e9fbd32dc" diff --git a/pyproject.toml b/pyproject.toml index 72ad2ae73..5fb8a1532 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ markdown-table = "2020.12.3" python-magic = "0.4.27" requests = "2.32.3" Markdown = "3.7" -google-api-python-client = { version = "2.143.0", optional = true } +google-api-python-client = { version = "2.147.0", optional = true } google-auth-httplib2 = { version = "0.2.0", optional = true } google-auth-oauthlib = { version = "1.2.1", optional = true } "ruamel.yaml" = "0.18.6"