Skip to content

Setuptools feedgen #834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-PYTHON-SETUPTOOLS-9964606:
- '*':
reason: >-
Issue created and triaged. GitHub issue:
https://github.com/GSA/data.gov/issues/5228
expires: 2025-06-03T16:20:58.017Z
patch: {}
# specify the directories or files to be excludeed from import:
exclude:
Expand Down
4 changes: 2 additions & 2 deletions requirements.in.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Babel==2.15.0
bleach==6.1.0
blinker==1.8.2
dominate==2.9.1
feedgen==1.0.0
git+https://github.com/GSA/python-feedgen.git@main
Flask==3.0.3
Flask-Babel==4.0.0
Flask-Login==0.6.3
Expand Down Expand Up @@ -84,7 +84,7 @@ pyparsing # need to avoid solr missing module error on cloud.gov
urllib3>=1.26.19

certifi>=2024.7.4
setuptools~=71.0.3
setuptools~=78.1.1

# Pin MarkupSafe to avoid button issue data.gov/issues/4954 for logged in user
# https://github.com/GSA/data.gov/issues/4954
Expand Down
30 changes: 15 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ attrs==25.3.0
Babel==2.15.0
bleach==6.1.0
blinker==1.8.2
boto3==1.38.8
botocore==1.38.8
boto3==1.38.24
botocore==1.38.25
cachelib==0.13.0
certifi==2025.4.26
cffi==1.17.1
Expand All @@ -20,24 +20,24 @@ ckanext-saml2auth @ git+https://github.com/GSA/ckanext-saml2auth.git@99f35585c21
ckanext-usmetadata==0.3.3
-e git+https://github.com/ckan/ckanext-xloader.git@11eb3e64867ac9aa3cab95236e3eed520f601012#egg=ckanext_xloader
ckantoolkit==0.0.7
click==8.1.8
cryptography==44.0.3
click==8.2.1
cryptography==45.0.3
defusedxml==0.7.1
dominate==2.9.1
elementpath==5.0.0
elementpath==5.0.1
et_xmlfile==2.0.0
feedgen==1.0.0
feedgen @ git+https://github.com/GSA/python-feedgen.git@b1fe34a7e14ebdaf6f415cdee5855c3c77305f16
Flask==3.0.3
flask-babel==4.0.0
Flask-Login==0.6.3
Flask-Session==0.8.0
Flask-WTF==1.2.1
gevent==25.4.2
greenlet==3.2.1
gevent==25.5.1
greenlet==3.2.2
gunicorn==23.0.0
html5lib==1.1
idna==3.10
ijson==3.3.0
ijson==3.4.0
importlib-resources==5.13.0
itsdangerous==2.2.0
Jinja2==3.1.6
Expand All @@ -54,31 +54,31 @@ messytables==0.15.2
msgspec==0.18.6
mypy==1.15.0
mypy_extensions==1.1.0
newrelic==10.11.0
newrelic==10.12.0
openpyxl==3.1.5
packaging==24.1
passlib==1.7.4
pika==1.3.2
pip==25.0.1
pip==25.1.1
polib==1.2.0
psycopg2==2.9.9
pycparser==2.22
PyJWT==2.8.0
pyOpenSSL==25.0.0
pyOpenSSL==25.1.0
pyparsing==3.1.2
pysaml2==7.3.1
pysolr==3.9.0
python-dateutil==2.9.0.post0
python-magic==0.4.27
pytz==2025.2
PyYAML==6.0.1
redis==6.0.0
redis==6.2.0
requests==2.32.3
rfc3987==1.3.8
rq==1.16.2
s3transfer==0.12.0
s3transfer==0.13.0
sansjson==0.3.0
setuptools==71.0.4
setuptools==78.1.1
simplejson==3.19.2
six==1.17.0
SQLAlchemy==1.4.52
Expand Down