Skip to content

Commit 5d442fb

Browse files
Bump astronomer/astro-runtime from 12.6.0-python-3.12 to 12.7.1-python-3.12 (#167)
* Bump astronomer/astro-runtime Bumps astronomer/astro-runtime from 12.6.0-python-3.12 to 12.7.1-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] <[email protected]> * black formatting updates * Update dependencies --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Niklas Schmidtmer <[email protected]>
1 parent a9951f9 commit 5d442fb

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM quay.io/astronomer/astro-runtime:12.6.0-python-3.12
1+
FROM quay.io/astronomer/astro-runtime:12.7.1-python-3.12

include/table_exports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"Configuration of tables to export in cratedb_table_export DAG"
2+
23
TABLES = [
34
{
45
"table": "telegraf.metrics",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
name="crate-airflow-tutorial",
55
packages=find_packages(),
66
python_requires=">=3.12",
7-
install_requires=["apache-airflow==2.10.4"],
7+
install_requires=["apache-airflow==2.10.5"],
88
extras_require={
99
"develop": [
1010
"pylint==3.3.4",
1111
"black==25.1.0",
1212
],
1313
"testing": [
14-
"pytest==8.3.4",
14+
"pytest==8.3.5",
1515
],
1616
},
1717
)

tests/dag_import_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"Global DAG import test to identify syntax or dependency issues"
2+
23
from airflow.models import DagBag
34

45

0 commit comments

Comments
 (0)