From 6085597a958c37a91be587584ee653c8a477ef73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 11:42:26 +0200 Subject: [PATCH] Bump google-auth from 2.23.0 to 2.23.2 (#443) Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.23.0 to 2.23.2. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/compare/v2.23.0...v2.23.2) --- updated-dependencies: - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Markus Bilz --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19eebc2c..8d7c0359 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ dependencies =[ "click==8.1.7", "catboost==1.1", "fastparquet==2023.8.0", + "google-auth==2.23.2", # needed by w&b in runpod "gcsfs==2023.9.2", - "google-auth==2.23.0", # needed by w&b in runpod "modin==0.17.0", "numpy==1.23.4", "optuna==3.1.0",