Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
apache-airflow-backport-providers-google==2021.3.3
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=1.26.18 # not directly required, pinned by Snyk to avoid a vulnerability
Comment on lines +2 to +3
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The requirement requests>=2.31.0 conflicts with apache-airflow==1.10.15 (specified in requirements.txt), which enforces requests<2.24.0. This mismatch will likely cause the Cloud Composer environment update to fail. Additionally, for environment stability and reproducibility, it is recommended to use exact version pinning (==) rather than ranges. Ensure that requirements.txt is also updated to maintain parity between testing and production environments.

requests==2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3==1.26.18 # not directly required, pinned by Snyk to avoid a vulnerability