Skip to content

Commit ef1c2c5

Browse files
committed
fix: composer/airflow_1_samples/requirements-test.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975 - https://snyk.io/vuln/SNYK-PYTHON-MARSHMALLOW-14550833
1 parent b419024 commit ef1c2c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
pytest==8.2.0
22
cloud-composer-dag-test-utils==0.0.1
3+
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
4+
marshmallow>=3.26.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)