From b282db8f3be74be48a1a37d7c469da46f08988d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:21:25 +0100 Subject: [PATCH] Bump astronomer/astro-runtime from 12.3.0-python-3.12 to 12.4.0-python-3.12 (#160) * Bump astronomer/astro-runtime Bumps astronomer/astro-runtime from 12.3.0-python-3.12 to 12.4.0-python-3.12. --- updated-dependencies: - dependency-name: astronomer/astro-runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update dependencies --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niklas Schmidtmer --- Dockerfile | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f8337a2..631d65f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM quay.io/astronomer/astro-runtime:12.3.0-python-3.12 +FROM quay.io/astronomer/astro-runtime:12.4.0-python-3.12 diff --git a/setup.py b/setup.py index 06e8f83..5504073 100644 --- a/setup.py +++ b/setup.py @@ -7,11 +7,11 @@ install_requires=["apache-airflow==2.10.3"], extras_require={ "develop": [ - "pylint==3.3.1", + "pylint==3.3.2", "black==24.10.0", ], "testing": [ - "pytest==8.3.3", + "pytest==8.3.4", ], }, )