Skip to content

Commit

Permalink
Merge pull request #31367 from openedx/feanil/bleach_css
Browse files Browse the repository at this point in the history
feanil/bleach css
  • Loading branch information
Feanil Patel authored Nov 29, 2022
2 parents b83f5fc + 8ccf2a3 commit eaf4ba6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/edx/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
5 changes: 4 additions & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1151,6 +1153,7 @@ webencodings==0.5.1
# via
# bleach
# html5lib
# tinycss2
webob==1.8.7
# via
# -r requirements/edx/base.in
Expand Down
7 changes: 6 additions & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 6 additions & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eaf4ba6

Please sign in to comment.