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

Python Requirements Update #826

Merged
merged 1 commit into from
May 6, 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
41 changes: 23 additions & 18 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
cryptography==42.0.5
cryptography==42.0.6
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -125,7 +125,7 @@ django-extensions==3.2.3
# via -r requirements/base.in
django-log-request-id==2.1.0
# via -r requirements/base.in
django-model-utils==4.5.0
django-model-utils==4.5.1
# via
# -r requirements/base.in
# edx-celeryutils
Expand All @@ -150,6 +150,8 @@ djangorestframework==3.15.1
# edx-drf-extensions
djangorestframework-xml==2.0.0
# via -r requirements/base.in
dnspython==2.6.1
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
drf-spectacular==0.27.2
Expand All @@ -160,7 +162,7 @@ edx-celeryutils==1.3.0
# via -r requirements/base.in
edx-django-release-util==1.4.0
# via -r requirements/base.in
edx-django-utils==5.12.0
edx-django-utils==5.13.0
# via
# -r requirements/base.in
# django-config-models
Expand All @@ -171,15 +173,15 @@ edx-drf-extensions==10.3.0
# via
# -r requirements/base.in
# edx-rbac
edx-opaque-keys==2.5.1
edx-opaque-keys==2.9.0
# via edx-drf-extensions
edx-rbac==1.8.0
edx-rbac==1.9.0
# via -r requirements/base.in
edx-rest-api-client==5.7.0
# via -r requirements/base.in
edx-toggles==5.2.0
# via -r requirements/base.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via anyio
h11==0.14.0
# via httpcore
Expand All @@ -198,15 +200,15 @@ importlib-resources==6.4.0
# jsonschema-specifications
inflection==0.5.1
# via drf-spectacular
jinja2==3.1.3
jinja2==3.1.4
# via code-annotations
joblib==1.4.0
joblib==1.4.2
# via scikit-learn
jsonfield==3.1.0
# via edx-celeryutils
jsonfield2==4.0.0.post0
# via -r requirements/base.in
jsonschema==4.21.1
jsonschema==4.22.0
# via drf-spectacular
jsonschema-specifications==2023.12.1
# via jsonschema
Expand All @@ -218,7 +220,7 @@ monotonic==1.6
# via analytics-python
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.8.0
newrelic==9.9.0
# via edx-django-utils
numpy==1.24.4
# via
Expand All @@ -244,9 +246,9 @@ psutil==5.9.8
# via edx-django-utils
pycparser==2.22
# via cffi
pydantic==2.7.0
pydantic==2.7.1
# via openai
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
pyjwt[crypto]==2.8.0
# via
Expand All @@ -257,7 +259,7 @@ pyjwt[crypto]==2.8.0
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==3.13.0
pymongo==4.4.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -280,7 +282,7 @@ redis==3.5.3
# via
# -c requirements/constraints.txt
# -r requirements/base.in
referencing==0.34.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -323,11 +325,11 @@ sniffio==1.3.1
# anyio
# httpx
# openai
social-auth-app-django==5.4.0
social-auth-app-django==5.4.1
# via
# -r requirements/base.in
# edx-auth-backends
social-auth-core==4.5.3
social-auth-core==4.5.4
# via
# edx-auth-backends
# social-auth-app-django
Expand All @@ -340,9 +342,9 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
threadpoolctl==3.4.0
threadpoolctl==3.5.0
# via scikit-learn
tqdm==4.66.2
tqdm==4.66.4
# via openai
typing-extensions==4.11.0
# via
Expand Down Expand Up @@ -376,3 +378,6 @@ zipp==3.18.1
# via
# -r requirements/base.in
# importlib-resources

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