Skip to content
Merged
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
1 change: 1 addition & 0 deletions composer/airflow_1_samples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ apache-airflow-backport-providers-google==2021.3.3
apache-airflow-backport-providers-cncf-kubernetes==2021.3.3
kubernetes==11.0.0
scipy==1.4.1; python_version > '3.0'
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
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

Upgrading idna to >=3.7 creates a dependency conflict with requests==2.23.0 (pinned in constraints.txt at line 289), which requires idna<3. This will cause installation failures. To fix the vulnerability, requests must also be upgraded to at least 2.25.0. Furthermore, constraints.txt (where idna is currently pinned at version 2.8 on line 163) must be updated to match this change to maintain consistency, as required by the instruction on line 1 of this file. For consistency with other entries in this file, consider using a strict version pin.

idna==3.7 # not directly required, pinned by Snyk to avoid a vulnerability

Comment thread
deargvp1 marked this conversation as resolved.