Skip to content
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

Update dependencies #6

Merged
merged 6 commits into from
Sep 10, 2021
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion requirements/install.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-c udata.pip

feedparser==5.2.1
feedparser==6.0.8
python-frontmatter==1.0.0
sentry-sdk[flask] >= 1.1.0
4 changes: 3 additions & 1 deletion requirements/install.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==7.0
# via
# -c requirements/udata.pip
# flask
feedparser==5.2.1
feedparser==6.0.8
# via -r requirements/install.in
flask==1.1.4
# via
Expand All @@ -40,6 +40,8 @@ pyyaml==5.4.1
# via python-frontmatter
sentry-sdk[flask]==1.3.1
# via -r requirements/install.in
sgmllib3k==1.0.0
# via feedparser
urllib3==1.25.11
# via
# -c requirements/udata.pip
Expand Down
2 changes: 1 addition & 1 deletion requirements/udata.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
udata@git+https://github.com/opendatateam/udata.git
https://21428-19141754-gh.circle-artifacts.com/0/dist/udata-3.1.1.dev21428-py2.py3-none-any.whl
maudetes marked this conversation as resolved.
Show resolved Hide resolved
12 changes: 3 additions & 9 deletions requirements/udata.pip
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ markupsafe==2.0.1
# udata
mistune==0.8.4
# via udata
mongoengine==0.18.2
mongoengine==0.20.0
# via
# celerybeat-mongo
# flask-mongoengine
Expand Down Expand Up @@ -244,11 +244,7 @@ pytz==2019.3
# celery
# flask-restplus
# udata
rdflib==5.0.0
# via
# rdflib-jsonld
# udata
rdflib-jsonld==0.5.0
rdflib==6.0.0
# via udata
redis==3.3.11
# via
Expand Down Expand Up @@ -277,9 +273,7 @@ six==1.16.0
# flask-restplus
# isodate
# jsonschema
# mongoengine
# python-dateutil
# rdflib
# udata
# wtforms-json
speaklater==1.3
Expand All @@ -298,7 +292,7 @@ typing-extensions==3.10.0.0
# via
# importlib-metadata
# udata
git+https://github.com/opendatateam/udata.git
https://21428-19141754-gh.circle-artifacts.com/0/dist/udata-3.1.1.dev21428-py2.py3-none-any.whl
# via -r requirements/udata.in
ujson==1.35
# via udata
Expand Down
2 changes: 1 addition & 1 deletion udata_front/theme/gouvfr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# Add some html5 allowed attributes
EXTRA_ATTRIBUTES = ('srcset', 'sizes')
feedparser._HTMLSanitizer.acceptable_attributes.update(set(EXTRA_ATTRIBUTES))
feedparser.sanitizer._HTMLSanitizer.acceptable_attributes.update(set(EXTRA_ATTRIBUTES))

# Wordpress ATOM timeout
WP_TIMEOUT = 5
Expand Down