Skip to content

Commit

Permalink
Bump astronomer/astro-runtime from 12.3.0-python-3.12 to 12.4.0-pytho…
Browse files Browse the repository at this point in the history
…n-3.12 (#160)

* Bump astronomer/astro-runtime

Bumps astronomer/astro-runtime from 12.3.0-python-3.12 to 12.4.0-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]>

* 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]>
  • Loading branch information
dependabot[bot] and hammerhead authored Dec 2, 2024
1 parent b38d8b5 commit b282db8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:12.3.0-python-3.12
FROM quay.io/astronomer/astro-runtime:12.4.0-python-3.12
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
install_requires=["apache-airflow==2.10.3"],
extras_require={
"develop": [
"pylint==3.3.1",
"pylint==3.3.2",
"black==24.10.0",
],
"testing": [
"pytest==8.3.3",
"pytest==8.3.4",
],
},
)

0 comments on commit b282db8

Please sign in to comment.