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

chore: Upgrade Python requirements #852

Closed
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
38 changes: 19 additions & 19 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ amqp==5.2.0
# via kombu
analytics-python==1.4.post1
# via -r requirements/base.in
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
anyio==4.4.0
# via
# httpx
# openai
asgiref==3.8.1
# via
# django
# django-cors-headers
# django-simple-history
attrs==23.2.0
# via
# jsonschema
Expand All @@ -35,7 +34,7 @@ celery==5.4.0
# -r requirements/base.in
# django-celery-results
# edx-celeryutils
certifi==2024.2.2
certifi==2024.6.2
# via
# httpcore
# httpx
Expand All @@ -62,7 +61,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
cryptography==42.0.6
cryptography==42.0.8
# via
# pyjwt
# social-auth-core
Expand All @@ -86,6 +85,7 @@ django==4.2.13
# django-extensions
# django-log-request-id
# django-model-utils
# django-simple-history
# django-waffle
# djangorestframework
# drf-jwt
Expand Down Expand Up @@ -123,7 +123,7 @@ django-model-utils==4.5.1
# -r requirements/base.in
# edx-celeryutils
# edx-rbac
django-simple-history==3.5.0
django-simple-history==3.7.0
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -155,7 +155,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.13.0
edx-django-utils==5.14.2
# via
# -r requirements/base.in
# django-config-models
Expand All @@ -166,7 +166,7 @@ edx-drf-extensions==10.3.0
# via
# -r requirements/base.in
# edx-rbac
edx-opaque-keys==2.9.0
edx-opaque-keys==2.10.0
# via edx-drf-extensions
edx-rbac==1.9.0
# via -r requirements/base.in
Expand Down Expand Up @@ -207,9 +207,9 @@ monotonic==1.6
# via analytics-python
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.9.0
newrelic==9.11.0
# via edx-django-utils
numpy==1.26.4
numpy==2.0.0
# via
# scikit-learn
# scipy
Expand All @@ -225,15 +225,15 @@ pbr==6.0.0
# via stevedore
ply==3.11
# via djangoql
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via click-repl
psutil==5.9.8
# via edx-django-utils
pycparser==2.22
# via cffi
pydantic==2.7.1
pydantic==2.7.4
# via openai
pydantic-core==2.18.2
pydantic-core==2.18.4
# via pydantic
pyjwt[crypto]==2.8.0
# via
Expand All @@ -244,7 +244,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 Down Expand Up @@ -286,11 +286,11 @@ rpds-py==0.18.1
# via
# jsonschema
# referencing
rules==3.3
rules==3.4
# via -r requirements/base.in
scikit-learn==1.4.2
scikit-learn==1.5.0
# via -r requirements/base.in
scipy==1.13.0
scipy==1.13.1
# via scikit-learn
semantic-version==2.10.0
# via edx-drf-extensions
Expand Down Expand Up @@ -331,7 +331,7 @@ threadpoolctl==3.5.0
# via scikit-learn
tqdm==4.66.4
# via openai
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# edx-opaque-keys
# openai
Expand All @@ -352,7 +352,7 @@ wcwidth==0.2.13
# via prompt-toolkit
xlsxwriter==3.2.0
# via -r requirements/base.in
zipp==3.18.1
zipp==3.19.2
# via -r requirements/base.in

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