Skip to content

Commit

Permalink
chore: add openedx-filters in base requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Apr 11, 2024
1 parent f2fdee2 commit afe0dd7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ edx-toggles
djangorestframework
Xblock
edx-opaque-keys
openedx-filters

django
django-simple-history
Expand Down
7 changes: 5 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
bleach==6.1.0
# via -r requirements/base.in
boto3==1.34.82
boto3==1.34.83
# via -r requirements/base.in
botocore==1.34.82
botocore==1.34.83
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -48,6 +48,7 @@ django==4.2.11
# edx-submissions
# edx-toggles
# jsonfield
# openedx-filters
django-crum==0.7.9
# via
# edx-django-utils
Expand Down Expand Up @@ -121,6 +122,8 @@ markupsafe==2.1.5
# xblock
newrelic==9.8.0
# via edx-django-utils
openedx-filters==1.8.0
# via -r requirements/base.in
path==13.1.0
# via
# -c requirements/constraints.txt
Expand Down
7 changes: 5 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.1.0
# via -r requirements/test.txt
boto3==1.34.82
boto3==1.34.83
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.34.82
botocore==1.34.83
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -149,6 +149,7 @@ django==4.2.11
# edx-submissions
# edx-toggles
# jsonfield
# openedx-filters
# xblock-sdk
django-crum==0.7.9
# via
Expand Down Expand Up @@ -294,6 +295,8 @@ newrelic==9.8.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-filters==1.8.0
# via -r requirements/test.txt
packaging==24.0
# via
# -r requirements/test.txt
Expand Down
7 changes: 5 additions & 2 deletions requirements/test-acceptance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.1.0
# via -r requirements/test.txt
boto3==1.34.82
boto3==1.34.83
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.34.82
botocore==1.34.83
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -139,6 +139,7 @@ django==4.2.11
# edx-submissions
# edx-toggles
# jsonfield
# openedx-filters
# xblock-sdk
django-crum==0.7.9
# via
Expand Down Expand Up @@ -278,6 +279,8 @@ newrelic==9.8.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-filters==1.8.0
# via -r requirements/test.txt
packaging==24.0
# via
# -r requirements/test.txt
Expand Down
7 changes: 5 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.82
boto3==1.34.83
# via
# -r requirements/base.txt
# fs-s3fs
# moto
botocore==1.34.82
botocore==1.34.83
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -112,6 +112,7 @@ distlib==0.3.8
# edx-submissions
# edx-toggles
# jsonfield
# openedx-filters
# xblock-sdk
django-crum==0.7.9
# via
Expand Down Expand Up @@ -236,6 +237,8 @@ newrelic==9.8.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-filters==1.8.0
# via -r requirements/base.txt
packaging==24.0
# via
# pyproject-api
Expand Down

0 comments on commit afe0dd7

Please sign in to comment.