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

Merged
merged 1 commit into from
Dec 16, 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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ billiard==4.2.1
# via celery
celery==5.4.0
# via -r requirements/base.in
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via pynacl
Expand All @@ -34,7 +34,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-toggles
django==4.2.17
# via
Expand Down Expand Up @@ -84,13 +84,13 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
oauthlib==3.2.2
# via requests-oauthlib
openedx-atlas==0.6.2
# via -r requirements/base.in
openedx-filters==1.11.0
openedx-filters==1.12.0
# via -r requirements/base.in
pbr==6.1.0
# via stevedore
Expand Down Expand Up @@ -132,7 +132,7 @@ six==1.17.0
# via
# fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cachetools==5.5.0
# tox
celery==5.4.0
# via -r requirements/quality.txt
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -86,7 +86,7 @@ click-repl==0.3.0
# via
# -r requirements/quality.txt
# celery
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -101,7 +101,7 @@ coverage[toml]==7.6.9
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.2.0
diff-cover==9.2.1
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down Expand Up @@ -216,7 +216,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/quality.txt
# black
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand All @@ -226,7 +226,7 @@ oauthlib==3.2.2
# requests-oauthlib
openedx-atlas==0.6.2
# via -r requirements/quality.txt
openedx-filters==1.11.0
openedx-filters==1.12.0
# via -r requirements/quality.txt
packaging==24.2
# via
Expand Down Expand Up @@ -380,7 +380,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/quality.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build==1.2.2.post1
# via -r requirements/doc.in
celery==5.4.0
# via -r requirements/test.txt
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -70,7 +70,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-toggles
Expand Down Expand Up @@ -194,7 +194,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -206,7 +206,7 @@ oauthlib==3.2.2
# requests-oauthlib
openedx-atlas==0.6.2
# via -r requirements/test.txt
openedx-filters==1.11.0
openedx-filters==1.12.0
# via -r requirements/test.txt
packaging==24.2
# via
Expand Down Expand Up @@ -347,7 +347,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ black==24.10.0
# via -r requirements/quality.in
celery==5.4.0
# via -r requirements/test.txt
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -66,7 +66,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -167,7 +167,7 @@ model-bakery==1.20.0
# django-mock-queries
mypy-extensions==1.0.0
# via black
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -177,7 +177,7 @@ oauthlib==3.2.2
# requests-oauthlib
openedx-atlas==0.6.2
# via -r requirements/test.txt
openedx-filters==1.11.0
openedx-filters==1.12.0
# via -r requirements/test.txt
packaging==24.2
# via
Expand Down Expand Up @@ -291,7 +291,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ billiard==4.2.1
# celery
celery==5.4.0
# via -r requirements/base.txt
certifi==2024.8.30
certifi==2024.12.14
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -55,7 +55,7 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
code-annotations==2.0.0
code-annotations==2.1.0
# via
# -r requirements/base.txt
# -r requirements/test.in
Expand Down Expand Up @@ -137,7 +137,7 @@ markupsafe==3.0.2
# xblock
model-bakery==1.20.0
# via django-mock-queries
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -147,7 +147,7 @@ oauthlib==3.2.2
# requests-oauthlib
openedx-atlas==0.6.2
# via -r requirements/base.txt
openedx-filters==1.11.0
openedx-filters==1.12.0
# via -r requirements/base.txt
packaging==24.2
# via pytest
Expand Down Expand Up @@ -228,7 +228,7 @@ six==1.17.0
# -r requirements/base.txt
# fs
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
Expand Down
Loading