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 #956

Merged
merged 1 commit into from
Oct 3, 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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ monotonic==1.6
# via analytics-python
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.13.0
newrelic==10.0.0
# via edx-django-utils
numpy==2.1.1
# via
Expand All @@ -232,7 +232,7 @@ pbr==6.1.0
# via stevedore
ply==3.11
# via djangoql
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via click-repl
psutil==6.0.0
# via edx-django-utils
Expand Down Expand Up @@ -343,7 +343,7 @@ typing-extensions==4.12.2
# openai
# pydantic
# pydantic-core
tzdata==2024.1
tzdata==2024.2
# via
# celery
# kombu
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.3.3
astroid==3.3.4
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -168,7 +168,7 @@ diff-match-patch==20230430
# -r requirements/quality.txt
# -r requirements/test.txt
# django-import-export
dill==0.3.8
dill==0.3.9
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -351,7 +351,7 @@ edx-toggles==5.2.0
# -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==29.0.0
faker==30.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -468,7 +468,7 @@ mysqlclient==2.2.4
# via
# -r requirements/quality.txt
# -r requirements/test.txt
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -528,7 +528,7 @@ ply==3.11
# djangoql
polib==1.2.0
# via edx-i18n-tools
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -568,7 +568,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.0
pylint==3.3.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -610,7 +610,7 @@ pyproject-api==1.8.0
# via
# -r requirements/test.txt
# tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -795,7 +795,7 @@ typing-extensions==4.12.2
# openai
# pydantic
# pydantic-core
tzdata==2024.1
tzdata==2024.2
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -819,7 +819,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/test.txt
# tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.3.3
astroid==3.3.4
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -142,7 +142,7 @@ diff-match-patch==20230430
# via
# -r requirements/test.txt
# django-import-export
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -281,7 +281,7 @@ edx-toggles==5.2.0
# via -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==29.0.0
faker==30.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -363,7 +363,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -410,7 +410,7 @@ ply==3.11
# via
# -r requirements/test.txt
# djangoql
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via
# -r requirements/test.txt
# click-repl
Expand Down Expand Up @@ -447,7 +447,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.0
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -650,7 +650,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# pydata-sphinx-theme
tzdata==2024.1
tzdata==2024.2
# via
# -r requirements/test.txt
# celery
Expand All @@ -670,7 +670,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/test.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -301,7 +301,7 @@ ply==3.11
# via
# -r requirements/base.txt
# djangoql
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via
# -r requirements/base.txt
# click-repl
Expand Down Expand Up @@ -458,7 +458,7 @@ typing-extensions==4.12.2
# openai
# pydantic
# pydantic-core
tzdata==2024.1
tzdata==2024.2
# via
# -r requirements/base.txt
# celery
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -111,7 +111,7 @@ diff-match-patch==20230430
# via
# -r requirements/base.txt
# django-import-export
dill==0.3.8
dill==0.3.9
# via pylint
distro==1.9.0
# via
Expand Down Expand Up @@ -295,7 +295,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -323,7 +323,7 @@ ply==3.11
# via
# -r requirements/base.txt
# djangoql
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via
# -r requirements/base.txt
# click-repl
Expand Down Expand Up @@ -355,7 +355,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.0
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -502,7 +502,7 @@ typing-extensions==4.12.2
# openai
# pydantic
# pydantic-core
tzdata==2024.1
tzdata==2024.2
# via
# -r requirements/base.txt
# celery
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -124,7 +124,7 @@ diff-match-patch==20230430
# via
# -r requirements/base.txt
# django-import-export
dill==0.3.8
dill==0.3.9
# via pylint
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -249,7 +249,7 @@ edx-toggles==5.2.0
# via -r requirements/base.txt
factory-boy==3.3.1
# via -r requirements/test.in
faker==29.0.0
faker==30.0.0
# via factory-boy
filelock==3.16.1
# via
Expand Down Expand Up @@ -319,7 +319,7 @@ monotonic==1.6
# analytics-python
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.13.0
newrelic==10.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -359,7 +359,7 @@ ply==3.11
# via
# -r requirements/base.txt
# djangoql
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via
# -r requirements/base.txt
# click-repl
Expand Down Expand Up @@ -387,7 +387,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.3.0
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -549,7 +549,7 @@ typing-extensions==4.12.2
# openai
# pydantic
# pydantic-core
tzdata==2024.1
tzdata==2024.2
# via
# -r requirements/base.txt
# celery
Expand All @@ -569,7 +569,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.26.5
virtualenv==20.26.6
# via tox
wcwidth==0.2.13
# via
Expand Down
Loading
Loading