diff --git a/requirements-ci.txt b/requirements-ci.txt index ecff7c7a..33ddda81 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,5 +1,5 @@ alembic==1.13.1 -apache-airflow==2.9.1 +apache-airflow==2.9.2 apache-airflow-providers-cncf-kubernetes==8.2.0 apache-airflow-providers-common-sql==1.13.0 apache-airflow-providers-ftp==3.9.0 @@ -13,4 +13,4 @@ pendulum==3.0.0 pytest==8.2.0 sentry-sdk==2.1.1 SQLAlchemy==1.4.52 -werkzeug==2.2.3 +werkzeug==3.0.3 diff --git a/requirements.txt b/requirements.txt index ef2ae75f..1e516e1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ alembic==1.13.1 -apache-airflow==2.9.1 +apache-airflow==2.9.2 apache-airflow-providers-cncf-kubernetes==8.2.0 docker==7.0.0 google-auth-oauthlib==1.2.0 @@ -12,5 +12,5 @@ jsonschema==4.22.0 pandas==2.0.3 pendulum==3.0.0 python-dateutil==2.9.0.post0 -requests==2.31.0 +requests==2.32.2 SQLAlchemy==1.4.52