From f142891be963e4c62e9a970675ecd303864c66f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 22:09:38 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [apache-airflow](https://github.com/apache/airflow), [requests](https://github.com/psf/requests) and [werkzeug](https://github.com/pallets/werkzeug). Updates `apache-airflow` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst) - [Commits](https://github.com/apache/airflow/compare/2.9.1...2.9.2) Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) Updates `werkzeug` from 2.2.3 to 3.0.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.3...3.0.3) --- updated-dependencies: - dependency-name: apache-airflow dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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