Skip to content

Commit af2b105

Browse files
authored
Merge pull request #834 from GSA/setuptools-feedgen
Setuptools feedgen
2 parents 04ebda9 + 5490893 commit af2b105

File tree

3 files changed

+17
-24
lines changed

3 files changed

+17
-24
lines changed

.snyk

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
22
version: v1.25.0
33
# 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
114
patch: {}
125
# specify the directories or files to be excludeed from import:
136
exclude:

requirements.in.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Babel==2.15.0
2222
bleach==6.1.0
2323
blinker==1.8.2
2424
dominate==2.9.1
25-
feedgen==1.0.0
25+
git+https://github.com/GSA/python-feedgen.git@main
2626
Flask==3.0.3
2727
Flask-Babel==4.0.0
2828
Flask-Login==0.6.3
@@ -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~=71.0.3
87+
setuptools~=78.1.1
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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ attrs==25.3.0
44
Babel==2.15.0
55
bleach==6.1.0
66
blinker==1.8.2
7-
boto3==1.38.8
8-
botocore==1.38.8
7+
boto3==1.38.24
8+
botocore==1.38.25
99
cachelib==0.13.0
1010
certifi==2025.4.26
1111
cffi==1.17.1
@@ -20,24 +20,24 @@ ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@99f35585c21
2020
ckanext-usmetadata==0.3.3
2121
-e git+https://github.com/ckan/ckanext-xloader.git@11eb3e64867ac9aa3cab95236e3eed520f601012#egg=ckanext_xloader
2222
ckantoolkit==0.0.7
23-
click==8.1.8
24-
cryptography==44.0.3
23+
click==8.2.1
24+
cryptography==45.0.3
2525
defusedxml==0.7.1
2626
dominate==2.9.1
27-
elementpath==5.0.0
27+
elementpath==5.0.1
2828
et_xmlfile==2.0.0
29-
feedgen==1.0.0
29+
feedgen @ git+https://github.com/GSA/python-feedgen.git@b1fe34a7e14ebdaf6f415cdee5855c3c77305f16
3030
Flask==3.0.3
3131
flask-babel==4.0.0
3232
Flask-Login==0.6.3
3333
Flask-Session==0.8.0
3434
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
3737
gunicorn==23.0.0
3838
html5lib==1.1
3939
idna==3.10
40-
ijson==3.3.0
40+
ijson==3.4.0
4141
importlib-resources==5.13.0
4242
itsdangerous==2.2.0
4343
Jinja2==3.1.6
@@ -54,31 +54,31 @@ messytables==0.15.2
5454
msgspec==0.18.6
5555
mypy==1.15.0
5656
mypy_extensions==1.1.0
57-
newrelic==10.11.0
57+
newrelic==10.12.0
5858
openpyxl==3.1.5
5959
packaging==24.1
6060
passlib==1.7.4
6161
pika==1.3.2
62-
pip==25.0.1
62+
pip==25.1.1
6363
polib==1.2.0
6464
psycopg2==2.9.9
6565
pycparser==2.22
6666
PyJWT==2.8.0
67-
pyOpenSSL==25.0.0
67+
pyOpenSSL==25.1.0
6868
pyparsing==3.1.2
6969
pysaml2==7.3.1
7070
pysolr==3.9.0
7171
python-dateutil==2.9.0.post0
7272
python-magic==0.4.27
7373
pytz==2025.2
7474
PyYAML==6.0.1
75-
redis==6.0.0
75+
redis==6.2.0
7676
requests==2.32.3
7777
rfc3987==1.3.8
7878
rq==1.16.2
79-
s3transfer==0.12.0
79+
s3transfer==0.13.0
8080
sansjson==0.3.0
81-
setuptools==71.0.4
81+
setuptools==78.1.1
8282
simplejson==3.19.2
8383
six==1.17.0
8484
SQLAlchemy==1.4.52

0 commit comments

Comments
 (0)