Merge pull request #31367 from openedx/feanil/bleach_css

feanil/bleach css
This commit is contained in:
Feanil Patel
2022-11-29 11:25:07 -05:00
committed by GitHub
5 changed files with 19 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ acid-xblock
analytics-python # Used for Segment analytics
attrs # Reduces boilerplate code involving class attributes
Babel # Internationalization utilities, used for date formatting in a few places
bleach # Allowed-list-based HTML sanitizing library that escapes or strips markup and attributes; used for capa and LTI
bleach[css] # Allowed-list-based HTML sanitizing library that escapes or strips markup and attributes; used for capa and LTI
boto==2.39.0 # Deprecated version of the AWS SDK; we should stop using this
boto3==1.4.8 # Amazon Web Services SDK for Python
botocore==1.8.17 # via boto3, s3transfer
@@ -179,4 +179,4 @@ xss-utils # https://github.com/edx/edx-platform/pull/2
enmerkar-underscore # Implements a underscore extractor for django-babel.
xblock-drag-and-drop-v2 # Drag and Drop XBlock
xblock-google-drive # XBlock for google docs and calendar
openedx-django-wiki
openedx-django-wiki

View File

@@ -56,7 +56,7 @@ beautifulsoup4==4.11.1
# via pynliner
billiard==3.6.4.0
# via celery
bleach==5.0.1
bleach[css]==5.0.1
# via
# -r requirements/edx/base.in
# edx-enterprise
@@ -1103,6 +1103,8 @@ testfixtures==7.0.2
# via edx-enterprise
text-unidecode==1.3
# via python-slugify
tinycss2==1.1.1
# via bleach
tqdm==4.64.1
# via nltk
typing-extensions==4.4.0
@@ -1151,6 +1153,7 @@ webencodings==0.5.1
# via
# bleach
# html5lib
# tinycss2
webob==1.8.7
# via
# -r requirements/edx/base.in

View File

@@ -91,7 +91,7 @@ billiard==3.6.4.0
# via
# -r requirements/edx/testing.txt
# celery
bleach==5.0.1
bleach[css]==5.0.1
# via
# -r requirements/edx/testing.txt
# edx-enterprise
@@ -1541,6 +1541,10 @@ text-unidecode==1.3
# via
# -r requirements/edx/testing.txt
# python-slugify
tinycss2==1.1.1
# via
# -r requirements/edx/testing.txt
# bleach
toml==0.10.2
# via vulture
tomli==2.0.1
@@ -1641,6 +1645,7 @@ webencodings==0.5.1
# -r requirements/edx/testing.txt
# bleach
# html5lib
# tinycss2
webob==1.8.7
# via
# -r requirements/edx/testing.txt

View File

@@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.38.3
wheel==0.38.4
# via -r requirements/edx/pip.in
# The following packages are considered to be unsafe in a requirements file:

View File

@@ -86,7 +86,7 @@ billiard==3.6.4.0
# via
# -r requirements/edx/base.txt
# celery
bleach==5.0.1
bleach[css]==5.0.1
# via
# -r requirements/edx/base.txt
# edx-enterprise
@@ -1437,6 +1437,10 @@ text-unidecode==1.3
# via
# -r requirements/edx/base.txt
# python-slugify
tinycss2==1.1.1
# via
# -r requirements/edx/base.txt
# bleach
tomli==2.0.1
# via
# coverage
@@ -1521,6 +1525,7 @@ webencodings==0.5.1
# -r requirements/edx/base.txt
# bleach
# html5lib
# tinycss2
webob==1.8.7
# via
# -r requirements/edx/base.txt