From 572fecb8625aa4d156e83cdbe4c3d82fd63ffd10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:32:35 +0000 Subject: [PATCH] Bump astropy in /medium-gcp-ai-platform/ai-platform-train Bumps [astropy](https://github.com/astropy/astropy) from 4.1 to 5.3.3. - [Release notes](https://github.com/astropy/astropy/releases) - [Changelog](https://github.com/astropy/astropy/blob/main/docs/changelog.rst) - [Commits](https://github.com/astropy/astropy/compare/v4.1...v5.3.3) --- updated-dependencies: - dependency-name: astropy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- medium-gcp-ai-platform/ai-platform-train/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medium-gcp-ai-platform/ai-platform-train/setup.py b/medium-gcp-ai-platform/ai-platform-train/setup.py index 6fefc38..0a22d49 100644 --- a/medium-gcp-ai-platform/ai-platform-train/setup.py +++ b/medium-gcp-ai-platform/ai-platform-train/setup.py @@ -7,7 +7,7 @@ 'lightgbm==3.1.1', 'cloudpickle==1.6.0', 'gcsfs==0.7.1', - 'astropy==4.1'] + 'astropy==5.3.3'] setup(name='har_model', install_requires=DEPENDENCIES,