Skip to content

Commit

Permalink
chore: Update requirements to support bleach[css]
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel committed Oct 28, 2024
1 parent 7fef60c commit 95eb176
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 21 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ simplejson
zipp
django-log-request-id
bleach
bleach[css]
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ billiard==4.2.1
# via celery
bleach==6.1.0
# via -r requirements/base.in
boto3==1.35.48
boto3==1.35.49
# via django-ses
botocore==1.35.48
botocore==1.35.49
# via
# boto3
# s3transfer
Expand Down
9 changes: 9 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down Expand Up @@ -34,3 +39,7 @@ elasticsearch<7.14.0
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ billiard==4.2.1
# celery
bleach==6.1.0
# via -r requirements/validation.txt
boto3==1.35.48
boto3==1.35.49
# via
# -r requirements/validation.txt
# django-ses
botocore==1.35.48
botocore==1.35.49
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -240,7 +240,7 @@ edx-drf-extensions==10.5.0
# edx-rbac
edx-i18n-tools==1.6.3
# via -r requirements/validation.txt
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/validation.txt
edx-opaque-keys==2.11.0
# via
Expand Down Expand Up @@ -554,7 +554,7 @@ tomlkit==0.13.2
# via
# -r requirements/validation.txt
# pylint
typeguard==4.3.0
typeguard==4.4.0
# via inflect
typing-extensions==4.12.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ billiard==4.2.1
# celery
bleach==6.1.0
# via -r requirements/test.txt
boto3==1.35.48
boto3==1.35.49
# via
# -r requirements/test.txt
# django-ses
botocore==1.35.48
botocore==1.35.49
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -239,7 +239,7 @@ edx-drf-extensions==10.5.0
# via
# -r requirements/test.txt
# edx-rbac
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/test.txt
edx-opaque-keys==2.11.0
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ wheel==0.44.0

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
# via
# -c requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.2.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ billiard==4.2.1
# celery
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.35.48
boto3==1.35.49
# via
# -r requirements/base.txt
# django-ses
botocore==1.35.48
botocore==1.35.49
# via
# -r requirements/base.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ billiard==4.2.1
# celery
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.35.48
boto3==1.35.49
# via
# -r requirements/base.txt
# django-ses
botocore==1.35.48
botocore==1.35.49
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -207,7 +207,7 @@ edx-drf-extensions==10.5.0
# via
# -r requirements/base.txt
# edx-rbac
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/quality.in
edx-opaque-keys==2.11.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ billiard==4.2.1
# celery
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.35.48
boto3==1.35.49
# via
# -r requirements/base.txt
# django-ses
botocore==1.35.48
botocore==1.35.49
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -216,7 +216,7 @@ edx-drf-extensions==10.5.0
# via
# -r requirements/base.txt
# edx-rbac
edx-lint==5.4.0
edx-lint==5.4.1
# via -r requirements/test.in
edx-opaque-keys==2.11.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ bleach==6.1.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
boto3==1.35.48
boto3==1.35.49
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# django-ses
botocore==1.35.48
botocore==1.35.49
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -289,7 +289,7 @@ edx-drf-extensions==10.5.0
# edx-rbac
edx-i18n-tools==1.6.3
# via -r requirements/validation.in
edx-lint==5.4.0
edx-lint==5.4.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 95eb176

Please sign in to comment.