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

Merged
merged 2 commits into from
Dec 19, 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
2 changes: 1 addition & 1 deletion openassessment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Initialization Information for Open Assessment Module
"""

__version__ = '6.14.2'
__version__ = '6.14.3'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edx-ora2",
"version": "6.14.2",
"version": "6.14.3",
"repository": "https://github.com/openedx/edx-ora2.git",
"dependencies": {
"@edx/frontend-build": "8.0.6",
Expand Down
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
attrs==24.2.0
attrs==24.3.0
# via openedx-events
bleach==6.2.0
# via -r requirements/base.in
boto3==1.35.74
boto3==1.35.83
# via -r requirements/base.in
botocore==1.35.74
botocore==1.35.83
# via
# boto3
# s3transfer
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via pynacl
Expand All @@ -28,7 +28,7 @@ click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==2.0.0
code-annotations==2.1.0
# via edx-toggles
defusedxml==0.7.1
# via -r requirements/base.in
Expand Down Expand Up @@ -75,7 +75,7 @@ edx-ccx-keys==2.0.2
# via openedx-events
edx-django-release-util==1.4.0
# via edx-submissions
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/base.in
# edx-toggles
Expand All @@ -87,7 +87,7 @@ edx-opaque-keys[django]==2.11.0
# -r requirements/base.in
# edx-ccx-keys
# openedx-events
edx-submissions==3.8.3
edx-submissions==3.8.4
# via -r requirements/base.in
edx-toggles==5.2.0
# via -r requirements/base.in
Expand Down Expand Up @@ -127,18 +127,18 @@ lxml[html-clean]==5.3.0
# xblock
lxml-html-clean==0.4.1
# via lxml
mako==1.3.7
mako==1.3.8
# via xblock
markupsafe==3.0.2
# via
# jinja2
# mako
# xblock
newrelic==10.3.1
newrelic==10.4.0
# via edx-django-utils
openedx-events==9.15.0
# via -r requirements/base.in
openedx-filters==1.11.0
openedx-filters==1.12.0
# via -r requirements/base.in
path==13.1.0
# via
Expand Down Expand Up @@ -188,15 +188,15 @@ s3transfer==0.10.4
# via boto3
simplejson==3.19.3
# via xblock
six==1.16.0
six==1.17.0
# via
# edx-ccx-keys
# edx-django-release-util
# fs
# html5lib
# python-dateutil
# python-swiftclient
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stevedore==5.4.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via
Expand All @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down
16 changes: 9 additions & 7 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
anyio==4.6.2.post1
anyio==4.7.0
# via
# starlette
# watchfiles
Expand All @@ -18,7 +18,7 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
Expand All @@ -45,7 +45,7 @@ markupsafe==3.0.2
# via jinja2
packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.0
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
# via
Expand Down Expand Up @@ -93,15 +93,17 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
starlette==0.41.3
starlette==0.42.0
# via sphinx-autobuild
typing-extensions==4.12.2
# via pydata-sphinx-theme
# via
# anyio
# pydata-sphinx-theme
urllib3==2.2.3
# via requests
uvicorn==0.32.1
uvicorn==0.34.0
# via sphinx-autobuild
watchfiles==1.0.0
watchfiles==1.0.3
# via sphinx-autobuild
websockets==14.1
# via sphinx-autobuild
30 changes: 15 additions & 15 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
attrs==24.2.0
attrs==24.3.0
# via
# -r requirements/test.txt
# openedx-events
Expand All @@ -38,12 +38,12 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.2.0
# via -r requirements/test.txt
boto3==1.35.74
boto3==1.35.83
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.35.74
botocore==1.35.83
# via
# -r requirements/test.txt
# boto3
Expand All @@ -55,7 +55,7 @@ cachetools==5.5.0
# tox
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 @@ -99,7 +99,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 All @@ -112,7 +112,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -184,7 +184,7 @@ edx-django-release-util==1.4.0
# via
# -r requirements/test.txt
# edx-submissions
edx-django-utils==7.0.1
edx-django-utils==7.1.0
# via
# -r requirements/test.txt
# edx-toggles
Expand All @@ -198,7 +198,7 @@ edx-opaque-keys[django]==2.11.0
# -r requirements/test.txt
# edx-ccx-keys
# openedx-events
edx-submissions==3.8.3
edx-submissions==3.8.4
# via -r requirements/test.txt
edx-toggles==5.2.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -281,7 +281,7 @@ lxml-html-clean==0.4.1
# via
# -r requirements/test.txt
# lxml
mako==1.3.7
mako==1.3.8
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -310,13 +310,13 @@ moto==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
newrelic==10.3.1
newrelic==10.4.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.15.0
# 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 @@ -467,7 +467,7 @@ simplejson==3.19.3
# -r requirements/test.txt
# xblock
# xblock-sdk
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# edx-ccx-keys
Expand All @@ -479,7 +479,7 @@ six==1.16.0
# html5lib
# python-dateutil
# python-swiftclient
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
Expand All @@ -499,7 +499,7 @@ tomlkit==0.13.2
# via pylint
tox==4.23.2
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20241003
types-python-dateutil==2.9.0.20241206
# via
# -r requirements/test.txt
# arrow
Expand Down
Loading
Loading