Skip to content

Commit ba707f8

Browse files
Bump apache-airflow from 3.1.3 to 3.1.5rc1 (#199)
* Bump apache-airflow from 3.1.3 to 3.1.5rc1 Bumps [apache-airflow](https://github.com/apache/airflow) from 3.1.3 to 3.1.5rc1. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/docker-stack-docs/changelog.rst) - [Commits](apache/airflow@3.1.3...3.1.5rc1) --- updated-dependencies: - dependency-name: apache-airflow dependency-version: 3.1.5rc1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update packages --------- 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 b856435 commit ba707f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM astrocrpublic.azurecr.io/runtime:3.1-5
1+
FROM astrocrpublic.azurecr.io/runtime:3.1-9

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"Programming Language :: Python :: 3",
1111
"Programming Language :: Python :: 3.12",
1212
],
13-
install_requires=["apache-airflow==3.1.3"],
13+
install_requires=["apache-airflow==3.1.5"],
1414
extras_require={
1515
"develop": [
1616
"pylint==4.0.4",
17-
"black==25.11.0",
17+
"black==25.12.0",
1818
],
1919
"testing": [
20-
"pytest==9.0.1",
20+
"pytest==9.0.2",
2121
],
2222
},
2323
)

0 commit comments

Comments
 (0)