Skip to content

Commit

Permalink
Bump apache-airflow from 2.10.1 to 2.10.2
Browse files Browse the repository at this point in the history
Bumps [apache-airflow](https://github.com/apache/airflow) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/apache/airflow/releases)
- [Changelog](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst)
- [Commits](apache/airflow@2.10.1...2.10.2)

---
updated-dependencies:
- dependency-name: apache-airflow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 848e318 commit 5f7026d
Showing 1 changed file with 1 addition and 1 deletion.
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.10.1"],
install_requires=["apache-airflow==2.10.2"],
extras_require={
"develop": [
"pylint==3.2.7",
Expand Down

0 comments on commit 5f7026d

Please sign in to comment.