Skip to content

Commit

Permalink
chore: update openedx-events
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Apr 18, 2024
1 parent 69b0051 commit 0851e36
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 28 deletions.
12 changes: 7 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
bleach==6.1.0
# via -r requirements/base.in
boto3==1.34.83
boto3==1.34.87
# via -r requirements/base.in
botocore==1.34.83
botocore==1.34.87
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -50,8 +50,8 @@ django==4.2.11
# edx-submissions
# edx-toggles
# jsonfield
# openedx-filters
# openedx-events
# openedx-filters
django-crum==0.7.9
# via
# edx-django-utils
Expand Down Expand Up @@ -130,7 +130,9 @@ markupsafe==2.1.5
# xblock
newrelic==9.8.0
# via edx-django-utils
openedx-filters==1.8.0
openedx-events==9.9.2
# via -r requirements/base.in
openedx-filters==1.8.1
# via -r requirements/base.in
path==13.1.0
# via
Expand Down Expand Up @@ -186,7 +188,7 @@ six==1.16.0
# html5lib
# python-dateutil
# python-swiftclient
sqlparse==0.4.4
sqlparse==0.5.0
# via django
stevedore==5.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tox==4.14.2
# via -r requirements/tox.txt
urllib3==2.2.1
# via requests
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/tox.txt
# tox
17 changes: 10 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.1.0
# via -r requirements/test.txt
boto3==1.34.83
boto3==1.34.87
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.34.83
botocore==1.34.87
# via
# -r requirements/test.txt
# boto3
Expand All @@ -61,7 +61,7 @@ cachetools==5.3.3
# via
# -r requirements/test.txt
# tox
celery==5.3.6
celery==5.4.0
# via -r requirements/test.txt
certifi==2024.2.2
# via
Expand Down Expand Up @@ -153,6 +153,7 @@ django==4.2.11
# edx-submissions
# edx-toggles
# jsonfield
# openedx-events
# openedx-filters
# xblock-sdk
django-crum==0.7.9
Expand Down Expand Up @@ -200,7 +201,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.8.0
faker==24.11.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -306,7 +307,9 @@ newrelic==9.8.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-filters==1.8.0
openedx-events==9.9.2
# via -r requirements/test.txt
openedx-filters==1.8.1
# via -r requirements/test.txt
packaging==24.0
# via
Expand Down Expand Up @@ -467,7 +470,7 @@ six==1.16.0
# html5lib
# python-dateutil
# python-swiftclient
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -526,7 +529,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/test.txt
# tox
Expand Down
17 changes: 10 additions & 7 deletions requirements/test-acceptance.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.83
boto3==1.34.87
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.34.83
botocore==1.34.87
# via
# -r requirements/test.txt
# boto3
Expand All @@ -57,7 +57,7 @@ cachetools==5.3.3
# via
# -r requirements/test.txt
# tox
celery==5.3.6
celery==5.4.0
# via -r requirements/test.txt
certifi==2024.2.2
# via
Expand Down Expand Up @@ -143,6 +143,7 @@ django==4.2.11
# edx-submissions
# edx-toggles
# jsonfield
# openedx-events
# openedx-filters
# xblock-sdk
django-crum==0.7.9
Expand Down Expand Up @@ -188,7 +189,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.8.0
faker==24.11.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -290,7 +291,9 @@ newrelic==9.8.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-filters==1.8.0
openedx-events==9.9.2
# via -r requirements/test.txt
openedx-filters==1.8.1
# via -r requirements/test.txt
packaging==24.0
# via
Expand Down Expand Up @@ -436,7 +439,7 @@ six==1.16.0
# html5lib
# python-dateutil
# python-swiftclient
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -490,7 +493,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/test.txt
# tox
Expand Down
17 changes: 10 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@ binaryornot==0.4.4
# via cookiecutter
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.83
boto3==1.34.87
# via
# -r requirements/base.txt
# fs-s3fs
# moto
botocore==1.34.83
botocore==1.34.87
# via
# -r requirements/base.txt
# boto3
# moto
# s3transfer
cachetools==5.3.3
# via tox
celery==5.3.6
celery==5.4.0
# via -r requirements/test.in
certifi==2024.2.2
# via
Expand Down Expand Up @@ -116,6 +116,7 @@ distlib==0.3.8
# edx-submissions
# edx-toggles
# jsonfield
# openedx-events
# openedx-filters
# xblock-sdk
django-crum==0.7.9
Expand Down Expand Up @@ -158,7 +159,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==24.8.0
faker==24.11.0
# via factory-boy
fastavro==1.9.4
# via
Expand Down Expand Up @@ -248,7 +249,9 @@ newrelic==9.8.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-filters==1.8.0
openedx-events==9.9.2
# via -r requirements/base.txt
openedx-filters==1.8.1
# via -r requirements/base.txt
packaging==24.0
# via
Expand Down Expand Up @@ -376,7 +379,7 @@ six==1.16.0
# html5lib
# python-dateutil
# python-swiftclient
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -425,7 +428,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
voluptuous==0.14.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.14.2
# via -r requirements/tox.in
virtualenv==20.25.1
virtualenv==20.25.3
# via tox

0 comments on commit 0851e36

Please sign in to comment.