diff --git a/Dockerfile b/Dockerfile index d64fd30..fc858a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM quay.io/astronomer/astro-runtime:11.5.0-python-3.12 +FROM quay.io/astronomer/astro-runtime:11.6.0-python-3.12 diff --git a/setup.py b/setup.py index 474b3fb..fb2aeeb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires=["apache-airflow==2.9.2"], extras_require={ "develop": [ - "pylint==3.2.3", + "pylint==3.2.5", "black==24.4.2", ], "testing": [