File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
version: v1.25.0
3
3
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4
4
ignore:
5
- SNYK-PYTHON-CKAN-8689473 :
5
+ SNYK-PYTHON-SETUPTOOLS-9964606 :
6
6
- '*':
7
7
reason: >-
8
8
Issue created and triaged. GitHub issue:
9
- https://github.com/GSA/data.gov/issues/5071
10
- expires: 2025-03-31T16 :20:58.017Z
9
+ https://github.com/GSA/data.gov/issues/5228
10
+ expires: 2025-06-03T16 :20:58.017Z
11
11
patch: {}
12
12
# specify the directories or files to be excludeed from import:
13
13
exclude:
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ pyparsing # need to avoid solr missing module error on cloud.gov
84
84
urllib3>=1.26.19
85
85
86
86
certifi>=2024.7.4
87
- setuptools>=80.3.1
87
+ setuptools~=71.0.3
88
88
89
89
# Pin MarkupSafe to avoid button issue data.gov/issues/4954 for logged in user
90
90
# https://github.com/GSA/data.gov/issues/4954
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ rfc3987==1.3.8
78
78
rq == 1.16.2
79
79
s3transfer == 0.12.0
80
80
sansjson == 0.3.0
81
- setuptools == 80.3.1
81
+ setuptools == 71.0.4
82
82
simplejson == 3.19.2
83
83
six == 1.17.0
84
84
SQLAlchemy == 1.4.52
You can’t perform that action at this time.
0 commit comments