Skip to content

Commit 52934e2

Browse files
chore(deps): bump apache-airflow from 2.9.2 to 2.9.3 in /requirements/extras (#4787)
* chore(deps): bump apache-airflow in /requirements/extras Bumps [apache-airflow](https://github.com/apache/airflow) from 2.9.2 to 2.9.3. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst) - [Commits](apache/airflow@2.9.2...2.9.3) --- updated-dependencies: - dependency-name: apache-airflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * bump apache version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erick Benitez-Ramos <[email protected]> Co-authored-by: Erick Benitez-Ramos <[email protected]>
1 parent b92e033 commit 52934e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/extras/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ awslogs==0.14.0
1313
black==24.3.0
1414
stopit==1.1.2
1515
# Update tox.ini to have correct version of airflow constraints file
16-
apache-airflow==2.9.2
16+
apache-airflow==2.9.3
1717
apache-airflow-providers-amazon==7.2.1
1818
attrs>=23.1.0,<24
1919
fabric==2.6.0

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ passenv =
8282
# Can be used to specify which tests to run, e.g.: tox -- -s
8383
commands =
8484
python -c "import os; os.system('install-custom-pkgs --install-boto-wheels')"
85-
pip install 'apache-airflow==2.9.2' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.2/constraints-3.8.txt"
85+
pip install 'apache-airflow==2.9.3' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.8.txt"
8686
pip install 'torch==2.0.1+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
8787
pip install 'torchvision==0.15.2+cpu' -f 'https://download.pytorch.org/whl/torch_stable.html'
8888
pip install 'dill>=0.3.8'

0 commit comments

Comments
 (0)