Skip to content

Commit

Permalink
Compiled dependencies since test context was missing new airflow slac…
Browse files Browse the repository at this point in the history
…k provider dependency
  • Loading branch information
cpcundill committed Dec 10, 2024
1 parent c843784 commit de0c518
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ apache-airflow==2.9.2
# apache-airflow-providers-ftp
# apache-airflow-providers-http
# apache-airflow-providers-imap
# apache-airflow-providers-slack
# apache-airflow-providers-smtp
# apache-airflow-providers-sqlite
apache-airflow-providers-amazon==8.28.0
Expand All @@ -56,6 +57,7 @@ apache-airflow-providers-common-sql==1.16.0
# -r requirements/requirements.txt
# apache-airflow
# apache-airflow-providers-amazon
# apache-airflow-providers-slack
# apache-airflow-providers-sqlite
apache-airflow-providers-fab==1.3.0
# via
Expand All @@ -74,6 +76,8 @@ apache-airflow-providers-imap==3.7.0
# via
# -r requirements/requirements.txt
# apache-airflow
apache-airflow-providers-slack==8.9.1
# via -r requirements/requirements.txt
apache-airflow-providers-smtp==1.8.0
# via
# -r requirements/requirements.txt
Expand Down Expand Up @@ -684,6 +688,10 @@ six==1.16.0
# python-dateutil
# rfc3339-validator
# wirerope
slack-sdk==3.33.5
# via
# -r requirements/requirements.txt
# apache-airflow-providers-slack
sniffio==1.3.1
# via
# -r requirements/requirements.txt
Expand Down Expand Up @@ -776,6 +784,8 @@ urllib3==2.2.2
# botocore
# requests
# responses
utils==1.0.2
# via -r requirements/requirements.txt
watchtower==3.3.1
# via
# -r requirements/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements/requirements.in
# pip-compile --output-file=requirements/requirements.txt requirements/requirements.in
#
aiohappyeyeballs==2.4.0
# via aiohttp
Expand Down

0 comments on commit de0c518

Please sign in to comment.