Skip to content

Commit

Permalink
feat: upgrade openedx-events to 9.11, plus other upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Jun 21, 2024
1 parent 64cb105 commit 372b8cd
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 64 deletions.
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ django==4.2.13
# social-auth-app-django
django-clearcache==1.2.1
# via -r requirements/base.in
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/base.in
django-crum==0.7.9
# via
Expand Down Expand Up @@ -187,14 +187,14 @@ mysqlclient==2.2.4
# via
# -r requirements/base.in
# openedx-ledger
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
oauthlib==3.2.2
# via
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.10.0
openedx-events==9.11.0
# via
# -r requirements/base.in
# edx-event-bus-kafka
Expand All @@ -207,7 +207,7 @@ pbr==6.0.0
# via stevedore
ply==3.11
# via djangoql
psutil==5.9.8
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -241,7 +241,7 @@ pyyaml==6.0.1
# drf-spectacular
# drf-yasg
# edx-django-release-util
redis==5.0.5
redis==5.0.6
# via openedx-ledger
referencing==0.35.1
# via
Expand Down Expand Up @@ -298,7 +298,7 @@ uritemplate==4.1.1
# via
# drf-spectacular
# drf-yasg
urllib3==2.2.1
urllib3==2.2.2
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.3
# via
# tox
# virtualenv
Expand Down
10 changes: 10 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
# 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

# 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
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ django==4.2.13
# social-auth-app-django
django-clearcache==1.2.1
# via -r requirements/validation.txt
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/validation.txt
django-crum==0.7.9
# via
Expand Down Expand Up @@ -250,7 +250,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==25.8.0
faker==25.9.1
# via
# -r requirements/validation.txt
# factory-boy
Expand All @@ -259,7 +259,7 @@ fastavro==1.9.4
# -r requirements/validation.txt
# confluent-kafka
# openedx-events
filelock==3.14.0
filelock==3.15.3
# via
# -r requirements/validation.txt
# tox
Expand Down Expand Up @@ -358,7 +358,7 @@ mysqlclient==2.2.4
# via
# -r requirements/validation.txt
# openedx-ledger
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/validation.txt
# edx-django-utils
Expand All @@ -372,7 +372,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.10.0
openedx-events==9.11.0
# via
# -r requirements/validation.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -418,11 +418,11 @@ ply==3.11
# djangoql
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/validation.txt
# edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/validation.txt
pycparser==2.22
# via
Expand Down Expand Up @@ -524,7 +524,7 @@ readme-renderer==43.0
# via
# -r requirements/validation.txt
# twine
redis==5.0.5
redis==5.0.6
# via
# -r requirements/validation.txt
# openedx-ledger
Expand Down Expand Up @@ -554,7 +554,7 @@ requests-toolbelt==1.0.0
# via
# -r requirements/validation.txt
# twine
responses==0.25.2
responses==0.25.3
# via -r requirements/validation.txt
rfc3986==2.0.0
# via
Expand Down Expand Up @@ -639,7 +639,7 @@ uritemplate==4.1.1
# -r requirements/validation.txt
# drf-spectacular
# drf-yasg
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/validation.txt
# requests
Expand Down
20 changes: 10 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ django==4.2.13
# social-auth-app-django
django-clearcache==1.2.1
# via -r requirements/test.txt
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/test.txt
django-crum==0.7.9
# via
Expand Down Expand Up @@ -251,7 +251,7 @@ edx-toggles==5.2.0
# edx-event-bus-kafka
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.8.0
faker==25.9.1
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -260,7 +260,7 @@ fastavro==1.9.4
# -r requirements/test.txt
# confluent-kafka
# openedx-events
filelock==3.14.0
filelock==3.15.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -341,7 +341,7 @@ mysqlclient==2.2.4
# via
# -r requirements/test.txt
# openedx-ledger
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -353,7 +353,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.10.0
openedx-events==9.11.0
# via
# -r requirements/test.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -391,7 +391,7 @@ ply==3.11
# via
# -r requirements/test.txt
# djangoql
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -491,7 +491,7 @@ pyyaml==6.0.1
# responses
readme-renderer==43.0
# via twine
redis==5.0.5
redis==5.0.6
# via
# -r requirements/test.txt
# openedx-ledger
Expand Down Expand Up @@ -520,7 +520,7 @@ requests-oauthlib==2.0.0
# social-auth-core
requests-toolbelt==1.0.0
# via twine
responses==0.25.2
responses==0.25.3
# via -r requirements/test.txt
restructuredtext-lint==1.4.0
# via doc8
Expand Down Expand Up @@ -574,7 +574,7 @@ sphinx==7.3.7
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.2
sphinx-book-theme==1.1.3
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
Expand Down Expand Up @@ -621,7 +621,7 @@ uritemplate==4.1.1
# -r requirements/test.txt
# drf-spectacular
# drf-yasg
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/test.txt
# requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.1.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ django==4.2.13
# social-auth-app-django
django-clearcache==1.2.1
# via -r requirements/base.txt
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/base.txt
django-crum==0.7.9
# via
Expand Down Expand Up @@ -229,7 +229,7 @@ mysqlclient==2.2.4
# -r requirements/base.txt
# -r requirements/production.in
# openedx-ledger
newrelic==9.10.0
newrelic==9.11.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -239,7 +239,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.10.0
openedx-events==9.11.0
# via
# -r requirements/base.txt
# edx-event-bus-kafka
Expand All @@ -259,7 +259,7 @@ ply==3.11
# via
# -r requirements/base.txt
# djangoql
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -310,7 +310,7 @@ pyyaml==6.0.1
# drf-spectacular
# drf-yasg
# edx-django-release-util
redis==5.0.5
redis==5.0.6
# via
# -r requirements/base.txt
# openedx-ledger
Expand Down Expand Up @@ -389,7 +389,7 @@ uritemplate==4.1.1
# -r requirements/base.txt
# drf-spectacular
# drf-yasg
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/base.txt
# requests
Expand Down
Loading

0 comments on commit 372b8cd

Please sign in to comment.