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", ], }, )