Skip to content

Commit

Permalink
Bump apache-airflow from 2.9.1 to 2.9.2 (#144)
Browse files Browse the repository at this point in the history
* Bump apache-airflow from 2.9.1 to 2.9.2

Bumps [apache-airflow](https://github.com/apache/airflow) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/apache/airflow/releases)
- [Changelog](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst)
- [Commits](apache/airflow@2.9.1...2.9.2)

---
updated-dependencies:
- dependency-name: apache-airflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Align astro-runtime

* Update dependencies

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Schmidtmer <niklas@crate.io>
  • Loading branch information
dependabot[bot] and hammerhead authored Jun 18, 2024
1 parent d78747c commit 2d4c4c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM quay.io/astronomer/astro-runtime:11.4.0-python-3.12
FROM quay.io/astronomer/astro-runtime:11.5.0-python-3.12
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
name="crate-airflow-tutorial",
packages=find_packages(),
python_requires=">=3.11",
install_requires=["apache-airflow==2.9.1"],
install_requires=["apache-airflow==2.9.2"],
extras_require={
"develop": [
"pylint==3.2.2",
"pylint==3.2.3",
"black==24.4.2",
],
"testing": [
"pytest==8.2.1",
"pytest==8.2.2",
],
},
)

0 comments on commit 2d4c4c2

Please sign in to comment.