From 5cfd95c22424828b113ef3d2202b5b83875a9629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:21:20 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.33.0. - [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.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- airflow_requirements.txt | 2 +- integration_tests/test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow_requirements.txt b/airflow_requirements.txt index 472c4347..37c7213d 100644 --- a/airflow_requirements.txt +++ b/airflow_requirements.txt @@ -3,7 +3,7 @@ pytest==7.4.0 pytest-cov==4.1.0 pytest-mypy==0.10.3 pytest-mock==3.14.0 -Requests==2.32.3 +Requests==2.33.0 pydantic==1.10.16 # Data sources and destinations requirements diff --git a/integration_tests/test_requirements.txt b/integration_tests/test_requirements.txt index 3e1ee18e..fd5049d2 100644 --- a/integration_tests/test_requirements.txt +++ b/integration_tests/test_requirements.txt @@ -1,6 +1,6 @@ pytest-docker-compose==3.2.1 pytest-dotenv==0.5.2 -requests==2.31.0 +requests==2.33.0 tenacity==8.2.2 # TODO(b/293860480): Update version when support for docker-compose v2 is added to tests pyyaml==5.3.1