Skip to content

Commit

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

* Bump astronomer/astro-runtime

Bumps astronomer/astro-runtime from 10.0.0-python-3.11 to 10.2.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>

* Align airflow version

---------

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 Feb 1, 2024
1 parent dc91e35 commit b77ab81
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.0.0-python-3.11
FROM quay.io/astronomer/astro-runtime:10.2.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.0"],
install_requires=["apache-airflow==2.8.1"],
extras_require={
"develop": [
"pylint==3.0.3",
Expand Down

0 comments on commit b77ab81

Please sign in to comment.