Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airflow_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading