File tree Expand file tree Collapse file tree 3 files changed +17
-24
lines changed Expand file tree Collapse file tree 3 files changed +17
-24
lines changed Original file line number Diff line number Diff line change 1
1
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
2
version: v1.25.0
3
3
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4
- ignore:
5
- SNYK-PYTHON-SETUPTOOLS-9964606:
6
- - '*':
7
- reason: >-
8
- Issue created and triaged. GitHub issue:
9
- https://github.com/GSA/data.gov/issues/5228
10
- expires: 2025-06-03T16:20:58.017Z
11
4
patch: {}
12
5
# specify the directories or files to be excludeed from import:
13
6
exclude:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Babel==2.15.0
22
22
bleach==6.1.0
23
23
blinker==1.8.2
24
24
dominate==2.9.1
25
- feedgen==1.0.0
25
+ git+https://github.com/GSA/python- feedgen.git@main
26
26
Flask==3.0.3
27
27
Flask-Babel==4.0.0
28
28
Flask-Login==0.6.3
@@ -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~=71.0.3
87
+ setuptools~=78.1.1
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 @@ -4,8 +4,8 @@ attrs==25.3.0
4
4
Babel == 2.15.0
5
5
bleach == 6.1.0
6
6
blinker == 1.8.2
7
- boto3 == 1.38.8
8
- botocore == 1.38.8
7
+ boto3 == 1.38.24
8
+ botocore == 1.38.25
9
9
cachelib == 0.13.0
10
10
certifi == 2025.4.26
11
11
cffi == 1.17.1
@@ -20,24 +20,24 @@ ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@99f35585c21
20
20
ckanext-usmetadata == 0.3.3
21
21
-e git+https://github.com/ckan/ckanext-xloader.git@11eb3e64867ac9aa3cab95236e3eed520f601012#egg=ckanext_xloader
22
22
ckantoolkit == 0.0.7
23
- click == 8.1.8
24
- cryptography == 44 .0.3
23
+ click == 8.2.1
24
+ cryptography == 45 .0.3
25
25
defusedxml == 0.7.1
26
26
dominate == 2.9.1
27
- elementpath == 5.0.0
27
+ elementpath == 5.0.1
28
28
et_xmlfile == 2.0.0
29
- feedgen == 1.0.0
29
+ feedgen @ git+https://github.com/GSA/python-feedgen.git@b1fe34a7e14ebdaf6f415cdee5855c3c77305f16
30
30
Flask == 3.0.3
31
31
flask-babel == 4.0.0
32
32
Flask-Login == 0.6.3
33
33
Flask-Session == 0.8.0
34
34
Flask-WTF == 1.2.1
35
- gevent == 25.4.2
36
- greenlet == 3.2.1
35
+ gevent == 25.5.1
36
+ greenlet == 3.2.2
37
37
gunicorn == 23.0.0
38
38
html5lib == 1.1
39
39
idna == 3.10
40
- ijson == 3.3 .0
40
+ ijson == 3.4 .0
41
41
importlib-resources == 5.13.0
42
42
itsdangerous == 2.2.0
43
43
Jinja2 == 3.1.6
@@ -54,31 +54,31 @@ messytables==0.15.2
54
54
msgspec == 0.18.6
55
55
mypy == 1.15.0
56
56
mypy_extensions == 1.1.0
57
- newrelic == 10.11 .0
57
+ newrelic == 10.12 .0
58
58
openpyxl == 3.1.5
59
59
packaging == 24.1
60
60
passlib == 1.7.4
61
61
pika == 1.3.2
62
- pip == 25.0 .1
62
+ pip == 25.1 .1
63
63
polib == 1.2.0
64
64
psycopg2 == 2.9.9
65
65
pycparser == 2.22
66
66
PyJWT == 2.8.0
67
- pyOpenSSL == 25.0 .0
67
+ pyOpenSSL == 25.1 .0
68
68
pyparsing == 3.1.2
69
69
pysaml2 == 7.3.1
70
70
pysolr == 3.9.0
71
71
python-dateutil == 2.9.0.post0
72
72
python-magic == 0.4.27
73
73
pytz == 2025.2
74
74
PyYAML == 6.0.1
75
- redis == 6.0 .0
75
+ redis == 6.2 .0
76
76
requests == 2.32.3
77
77
rfc3987 == 1.3.8
78
78
rq == 1.16.2
79
- s3transfer == 0.12 .0
79
+ s3transfer == 0.13 .0
80
80
sansjson == 0.3.0
81
- setuptools == 71.0.4
81
+ setuptools == 78.1.1
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