Skip to content

Commit

Permalink
Merge pull request #2207 from openedx/jenkins/upgrade-python-requirem…
Browse files Browse the repository at this point in the history
…ents-d8eeddf

Python Requirements Update
  • Loading branch information
Feanil Patel authored Apr 26, 2024
2 parents b42e68d + 4352f45 commit 8d2a572
Show file tree
Hide file tree
Showing 12 changed files with 83 additions and 67 deletions.
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.7.0'
__version__ = '6.8.0'
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.7.0",
"version": "6.8.0",
"repository": "https://github.com/openedx/edx-ora2.git",
"dependencies": {
"@edx/frontend-build": "8.0.6",
Expand Down
28 changes: 16 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements/base.in
# make upgrade
#
appdirs==1.4.4
# via fs
Expand All @@ -17,9 +17,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
bleach==6.1.0
# via -r requirements/base.in
boto3==1.34.87
boto3==1.34.91
# via -r requirements/base.in
botocore==1.34.87
botocore==1.34.91
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -77,9 +77,9 @@ edx-django-utils==5.12.0
# -r requirements/base.in
# edx-toggles
# openedx-events
edx-i18n-tools==1.5.0
edx-i18n-tools==1.6.0
# via -r requirements/base.in
edx-opaque-keys[django]==2.5.1
edx-opaque-keys[django]==2.8.0
# via
# -r requirements/base.in
# openedx-events
Expand Down Expand Up @@ -115,20 +115,22 @@ loremipsum==1.0.5
# via
# -c requirements/constraints.txt
# -r requirements/base.in
lxml==4.9.4
lxml[html-clean]==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.1.1
# via lxml
mako==1.3.3
# via xblock
markupsafe==2.1.5
# via
# jinja2
# mako
# xblock
newrelic==9.8.0
newrelic==9.9.0
# via edx-django-utils
openedx-events==9.9.2
# via -r requirements/base.in
Expand Down Expand Up @@ -197,8 +199,10 @@ stevedore==5.2.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.10.0
# via edx-opaque-keys
typing-extensions==4.11.0
# via
# asgiref
# edx-opaque-keys
urllib3==1.26.18
# via
# botocore
Expand All @@ -215,7 +219,7 @@ webencodings==0.5.1
# html5lib
webob==1.8.7
# via xblock
xblock==3.1.0
xblock==4.0.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ packaging==24.0
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.2.1
# via
# -r requirements/tox.txt
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -68,7 +68,7 @@ tox==4.14.2
# via -r requirements/tox.txt
urllib3==2.2.1
# via requests
virtualenv==20.25.3
virtualenv==20.26.0
# via
# -r requirements/tox.txt
# tox
1 change: 0 additions & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand Down
2 changes: 0 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ setuptools<60.0
# incremental upgrade plan.
django-simple-history<=3.1.1

lxml<5.0.0 # xblock-sdk

# backports.zoneinfo is only needed for Python < 3.9
backports.zoneinfo; python_version<'3.9'
11 changes: 10 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,6 +8,8 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.1.0
# via build
packaging==24.0
# via build
pip-tools==7.4.1
Expand All @@ -16,8 +18,15 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
30 changes: 16 additions & 14 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.1.0
# via -r requirements/test.txt
boto3==1.34.87
boto3==1.34.91
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.34.87
botocore==1.34.91
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -120,7 +120,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -183,19 +183,19 @@ edx-django-utils==5.12.0
# -r requirements/test.txt
# edx-toggles
# openedx-events
edx-i18n-tools==1.5.0
edx-i18n-tools==1.6.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/quality.in
edx-opaque-keys[django]==2.5.1
edx-opaque-keys[django]==2.8.0
# via
# -r requirements/test.txt
# openedx-events
edx-submissions==3.7.0
# via -r requirements/test.txt
edx-toggles==5.2.0
# via -r requirements/test.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -267,13 +267,15 @@ loremipsum==1.0.5
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
lxml==4.9.4
lxml[html-clean]==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# edx-i18n-tools
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.1.1
# via -r requirements/test.txt
mako==1.3.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -303,7 +305,7 @@ moto==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
newrelic==9.8.0
newrelic==9.9.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -329,13 +331,13 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.0
platformdirs==4.2.1
# via
# -r requirements/test.txt
# pylint
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -529,7 +531,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.3
virtualenv==20.26.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -560,11 +562,11 @@ werkzeug==3.0.2
# via
# -r requirements/test.txt
# moto
xblock==3.1.0
xblock==4.0.1
# via
# -r requirements/test.txt
# xblock-sdk
xblock-sdk==0.10.0
xblock-sdk==0.11.0
# via -r requirements/test.txt
xmltodict==0.13.0
# via
Expand Down
30 changes: 16 additions & 14 deletions requirements/test-acceptance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.1.0
# via -r requirements/test.txt
boto3==1.34.87
boto3==1.34.91
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.34.87
botocore==1.34.91
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -111,7 +111,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -173,17 +173,17 @@ edx-django-utils==5.12.0
# -r requirements/test.txt
# edx-toggles
# openedx-events
edx-i18n-tools==1.5.0
edx-i18n-tools==1.6.0
# via -r requirements/test.txt
edx-opaque-keys[django]==2.5.1
edx-opaque-keys[django]==2.8.0
# via
# -r requirements/test.txt
# openedx-events
edx-submissions==3.7.0
# via -r requirements/test.txt
edx-toggles==5.2.0
# via -r requirements/test.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -253,13 +253,15 @@ loremipsum==1.0.5
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
lxml==4.9.4
lxml[html-clean]==5.2.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# edx-i18n-tools
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.1.1
# via -r requirements/test.txt
mako==1.3.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -287,7 +289,7 @@ moto==4.2.14
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
newrelic==9.8.0
newrelic==9.9.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -313,12 +315,12 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.0
platformdirs==4.2.1
# via
# -r requirements/test.txt
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -493,7 +495,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==20.25.3
virtualenv==20.26.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -524,11 +526,11 @@ werkzeug==3.0.2
# via
# -r requirements/test.txt
# moto
xblock==3.1.0
xblock==4.0.1
# via
# -r requirements/test.txt
# xblock-sdk
xblock-sdk==0.10.0
xblock-sdk==0.11.0
# via -r requirements/test.txt
xmltodict==0.13.0
# via
Expand Down
Loading

0 comments on commit 8d2a572

Please sign in to comment.