Skip to content

Commit

Permalink
Bump astronomer/astro-runtime from 10.2.0-python-3.11 to 10.4.0-pytho…
Browse files Browse the repository at this point in the history
…n-3.11 (#130)

* Bump astronomer/astro-runtime

Bumps astronomer/astro-runtime from 10.2.0-python-3.11 to 10.4.0-python-3.11.

---
updated-dependencies:
- dependency-name: astronomer/astro-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update airflow

---------

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 Mar 1, 2024
1 parent fd387fb commit f355bc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:10.2.0-python-3.11
FROM quay.io/astronomer/astro-runtime:10.4.0-python-3.11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name="crate-airflow-tutorial",
packages=find_packages(),
python_requires=">=3.11",
install_requires=["apache-airflow==2.8.1"],
install_requires=["apache-airflow==2.8.2"],
extras_require={
"develop": [
"pylint==3.1.0",
Expand Down

0 comments on commit f355bc6

Please sign in to comment.