Skip to content

Commit 7136e31

Browse files
authored
Merge pull request #829 from GSA/snyk-exception
snyk exception setutools
2 parents adebbf9 + 726a529 commit 7136e31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.snyk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
version: v1.25.0
33
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
44
ignore:
5-
SNYK-PYTHON-CKAN-8689473:
5+
SNYK-PYTHON-SETUPTOOLS-9964606:
66
- '*':
77
reason: >-
88
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
1111
patch: {}
1212
# specify the directories or files to be excludeed from import:
1313
exclude:

requirements.in.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pyparsing # need to avoid solr missing module error on cloud.gov
8484
urllib3>=1.26.19
8585

8686
certifi>=2024.7.4
87-
setuptools>=80.3.1
87+
setuptools~=71.0.3
8888

8989
# Pin MarkupSafe to avoid button issue data.gov/issues/4954 for logged in user
9090
# https://github.com/GSA/data.gov/issues/4954

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ rfc3987==1.3.8
7878
rq==1.16.2
7979
s3transfer==0.12.0
8080
sansjson==0.3.0
81-
setuptools==80.3.1
81+
setuptools==71.0.4
8282
simplejson==3.19.2
8383
six==1.17.0
8484
SQLAlchemy==1.4.52

0 commit comments

Comments
 (0)