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

Merged
merged 3 commits into from
Dec 13, 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.1'
__version__ = '6.14.2'
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.0",
"version": "6.14.2",
"repository": "https://github.com/openedx/edx-ora2.git",
"dependencies": {
"@edx/frontend-build": "8.0.6",
Expand Down
28 changes: 14 additions & 14 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ attrs==24.2.0
# via openedx-events
bleach==6.2.0
# via -r requirements/base.in
boto3==1.35.54
boto3==1.35.74
# via -r requirements/base.in
botocore==1.35.54
botocore==1.35.74
# via
# boto3
# s3transfer
Expand All @@ -28,11 +28,11 @@ click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.8.0
code-annotations==2.0.0
# via edx-toggles
defusedxml==0.7.1
# via -r requirements/base.in
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -61,7 +61,7 @@ django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# edx-django-utils
# edx-toggles
Expand All @@ -71,11 +71,11 @@ djangorestframework==3.15.2
# edx-submissions
dnspython==2.7.0
# via pymongo
edx-ccx-keys==1.3.0
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-release-util==1.4.0
# via edx-submissions
edx-django-utils==7.0.0
edx-django-utils==7.0.1
# via
# -r requirements/base.in
# edx-toggles
Expand Down Expand Up @@ -125,16 +125,16 @@ lxml[html-clean]==5.3.0
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via lxml
mako==1.3.6
mako==1.3.7
# via xblock
markupsafe==3.0.2
# via
# jinja2
# mako
# xblock
newrelic==10.2.0
newrelic==10.3.1
# via edx-django-utils
openedx-events==9.15.0
# via -r requirements/base.in
Expand Down Expand Up @@ -184,7 +184,7 @@ pyyaml==6.0.2
# xblock
requests==2.32.3
# via python-swiftclient
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
simplejson==3.19.3
# via xblock
Expand All @@ -196,9 +196,9 @@ six==1.16.0
# html5lib
# python-dateutil
# python-swiftclient
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# code-annotations
# edx-django-utils
Expand Down Expand Up @@ -227,5 +227,5 @@ xblock==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.3.0
setuptools==75.6.0
# via fs
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.4
coverage[toml]==7.6.8
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand All @@ -39,7 +39,7 @@ idna==2.8
# via
# -c requirements/constraints.txt
# requests
packaging==24.1
packaging==24.2
# via
# -r requirements/tox.txt
# pyproject-api
Expand All @@ -63,11 +63,11 @@ tox==4.23.2
# via -r requirements/tox.txt
urllib3==2.2.3
# via requests
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/tox.txt
# tox

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.3.0
setuptools==75.6.0
# via -r requirements/ci.in
9 changes: 1 addition & 8 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand All @@ -11,7 +12,6 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<5.0

Expand All @@ -23,13 +23,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected


# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jinja2==3.1.4
# via sphinx
markupsafe==3.0.2
# via jinja2
packaging==24.1
packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
Expand Down Expand Up @@ -93,15 +93,15 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
starlette==0.41.2
starlette==0.41.3
# via sphinx-autobuild
typing-extensions==4.12.2
# via pydata-sphinx-theme
urllib3==2.2.3
# via requests
uvicorn==0.32.0
uvicorn==0.32.1
# via sphinx-autobuild
watchfiles==0.24.0
watchfiles==1.0.0
# via sphinx-autobuild
websockets==13.1
websockets==14.1
# via sphinx-autobuild
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/edx-ora2/edx-ora2/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.6.0
# via -r requirements/pip.in
Loading
Loading