diff --git a/airflow_requirements.txt b/airflow_requirements.txt index 472c434..37c7213 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 3e1ee18..fd5049d 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