Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade openedx-events to 9.11.0, plus other upgrades #496

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 38 additions & 16 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -12,21 +12,29 @@ asgiref==3.8.1
# via
# django
# django-cors-headers
async-timeout==4.0.3
# via redis
attrs==23.2.0
# via
# jsonschema
# openedx-events
# referencing
backoff==1.10.0
# via analytics-python
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# django
# kombu
billiard==4.2.0
# via celery
celery==5.4.0
# via
# -r requirements/base.in
# django-celery-results
# edx-celeryutils
certifi==2024.2.2
certifi==2024.6.2
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -58,7 +66,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==42.0.7
cryptography==42.0.8
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -98,7 +106,7 @@ django==4.2.13
# social-auth-app-django
django-celery-results==2.5.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 @@ -179,7 +187,7 @@ edx-enterprise-subsidy-client==0.4.3
# via -r requirements/base.in
edx-event-bus-kafka==5.7.0
# via -r requirements/base.in
edx-opaque-keys[django]==2.9.0
edx-opaque-keys[django]==2.10.0
# via
# edx-ccx-keys
# edx-drf-extensions
Expand All @@ -198,6 +206,10 @@ fastavro==1.9.4
# openedx-events
idna==3.7
# via requests
importlib-resources==6.4.0
# via
# jsonschema
# jsonschema-specifications
inflection==0.5.1
# via
# drf-spectacular
Expand All @@ -224,27 +236,29 @@ monotonic==1.6
# via analytics-python
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.10.0
newrelic==9.11.0
# via edx-django-utils
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
openapi-codec==1.3.2
# via django-rest-swagger
openedx-events==9.10.0
openedx-events==9.11.0
# via
# -r requirements/base.in
# edx-event-bus-kafka
packaging==24.0
packaging==24.1
# via drf-yasg
pbr==6.0.0
# via stevedore
pkgutil-resolve-name==1.3.10
# via jsonschema
ply==3.11
# via djangoql
prompt-toolkit==3.0.45
prompt-toolkit==3.0.47
# via click-repl
psutil==5.9.8
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand All @@ -259,7 +273,7 @@ pyjwt[crypto]==2.8.0
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.4.0
pymongo==4.7.3
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -282,7 +296,7 @@ pyyaml==6.0.1
# drf-spectacular
# drf-yasg
# edx-django-release-util
redis==5.0.4
redis==5.0.6
# via -r requirements/base.in
referencing==0.35.1
# via
Expand Down Expand Up @@ -334,16 +348,22 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.0
# via edx-opaque-keys
typing-extensions==4.12.2
# via
# asgiref
# drf-spectacular
# edx-opaque-keys
# kombu
tzdata==2024.1
# via celery
# via
# backports-zoneinfo
# celery
uritemplate==4.1.1
# via
# coreapi
# drf-spectacular
# drf-yasg
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand All @@ -352,6 +372,8 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
zipp==3.19.2
# via importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading
Loading