Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
opencraft-requirements-bot committed Dec 30, 2024
1 parent 653861f commit 948264d
Showing 7 changed files with 212 additions and 280 deletions.
53 changes: 24 additions & 29 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
appdirs==1.4.4
# via fs
asgiref==3.7.2
asgiref==3.8.1
# via django
bleach[css]==6.1.0
bleach[css]==6.2.0
# via html-xblock
boto3==1.34.49
boto3==1.35.90
# via fs-s3fs
botocore==1.34.49
botocore==1.35.90
# via
# boto3
# s3transfer
django==3.2.24
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# html-xblock
@@ -28,67 +28,62 @@ fs==2.4.16
# xblock
fs-s3fs==1.1.1
# via openedx-django-pyfs
html-xblock==1.3.6
html-xblock==1.3.7
# via -r requirements/base.in
jmespath==1.0.1
# via
# boto3
# botocore
lazy==1.6
# via xblock
lxml==5.1.0
lxml==5.3.0
# via xblock
mako==1.3.2
mako==1.3.8
# via
# xblock
# xblock-utils
markupsafe==2.1.5
markupsafe==3.0.2
# via
# mako
# xblock
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.7.0
# via xblock
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2024.1
# via
# django
# xblock
pyyaml==6.0.1
pytz==2024.2
# via xblock
s3transfer==0.10.0
pyyaml==6.0.2
# via xblock
s3transfer==0.10.4
# via boto3
simplejson==3.19.2
simplejson==3.19.3
# via
# xblock
# xblock-utils
six==1.16.0
six==1.17.0
# via
# bleach
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.3
# via django
tinycss2==1.2.1
tinycss2==1.4.0
# via bleach
typing-extensions==4.10.0
# via asgiref
urllib3==1.26.18
urllib3==2.3.0
# via botocore
web-fragments==2.1.0
web-fragments==2.2.0
# via
# xblock
# xblock-utils
webencodings==0.5.1
# via
# bleach
# tinycss2
webob==1.8.7
webob==1.8.9
# via xblock
xblock[django]==1.10.0
xblock[django]==5.1.0
# via
# html-xblock
# xblock-utils
20 changes: 8 additions & 12 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,34 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.13.1
filelock==3.16.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.2
# via
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
py==1.11.0
# via tox
six==1.16.0
six==1.17.0
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==3.28.0
# via
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.28.0
# via tox
156 changes: 64 additions & 92 deletions requirements/dev.txt

Large diffs are not rendered by default.

23 changes: 7 additions & 16 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,23 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
build==1.0.3
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
importlib-metadata==7.0.1
packaging==24.2
# via build
packaging==23.2
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
pyproject-hooks==1.2.0
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.45.1
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
12 changes: 7 additions & 5 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
wheel==0.42.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
# via -r requirements/pip.in
128 changes: 57 additions & 71 deletions requirements/quality.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.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
@@ -12,44 +12,44 @@ arrow==1.3.0
# via
# -r requirements/test.txt
# cookiecutter
asgiref==3.7.2
asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.1.0
astroid==3.3.8
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
bleach[css]==6.1.0
bleach[css]==6.2.0
# via
# -r requirements/test.txt
# html-xblock
boto3==1.34.49
boto3==1.35.90
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.49
botocore==1.35.90
# via
# -r requirements/test.txt
# boto3
# s3transfer
certifi==2024.2.2
certifi==2024.12.14
# via
# -r requirements/test.txt
# requests
chardet==5.2.0
# via
# -r requirements/test.txt
# binaryornot
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via
# -r requirements/test.txt
# requests
click==8.1.7
click==8.1.8
# via
# -r requirements/test.txt
# click-log
@@ -58,36 +58,32 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
code-annotations==2.1.0
# via
# -r requirements/test.txt
# edx-lint
cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.4.3
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.8
dill==0.3.9
# via pylint
django==3.2.24
django==4.2.17
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# edx-i18n-tools
# html-xblock
# openedx-django-pyfs
# xblock-sdk
edx-i18n-tools==1.3.0
edx-i18n-tools==1.6.3
# via -r requirements/test.txt
edx-lint==5.3.6
edx-lint==5.4.1
# via -r requirements/quality.in
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
fs==2.4.16
# via
# -r requirements/test.txt
@@ -99,9 +95,9 @@ fs-s3fs==1.1.1
# -r requirements/test.txt
# openedx-django-pyfs
# xblock-sdk
html-xblock==1.3.6
html-xblock==1.3.7
# via -r requirements/test.txt
idna==3.6
idna==3.10
# via
# -r requirements/test.txt
# requests
@@ -113,7 +109,7 @@ isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.3
jinja2==3.1.5
# via
# -r requirements/test.txt
# code-annotations
@@ -127,13 +123,18 @@ lazy==1.6
# via
# -r requirements/test.txt
# xblock
lxml==5.1.0
lxml[html-clean]==5.3.0
# via
# -r requirements/test.txt
# edx-i18n-tools
# lxml-html-clean
# xblock
# xblock-sdk
mako==1.3.2
lxml-html-clean==0.4.1
# via
# -r requirements/test.txt
# lxml
mako==1.3.8
# via
# -r requirements/test.txt
# xblock
@@ -142,7 +143,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.5
markupsafe==3.0.2
# via
# -r requirements/test.txt
# jinja2
@@ -156,49 +157,49 @@ mdurl==0.1.2
# markdown-it-py
mock==5.1.0
# via -r requirements/test.txt
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.7.0
# via
# -r requirements/test.txt
# xblock
packaging==23.2
packaging==24.2
# via
# -r requirements/test.txt
# pytest
path==16.10.0
path==16.16.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.2.0
platformdirs==4.3.6
# via pylint
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
polib==1.2.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pycodestyle==2.11.1
pycodestyle==2.12.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
pygments==2.18.0
# via
# -r requirements/test.txt
# rich
pylint==3.1.0
pylint==3.3.3
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
@@ -208,16 +209,16 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# xblock-sdk
pytest==8.0.2
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
pytest-cov==6.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# arrow
@@ -228,88 +229,73 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2024.1
pytz==2024.2
# via
# -r requirements/test.txt
# django
# xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
# cookiecutter
# edx-i18n-tools
# xblock
requests==2.31.0
requests==2.32.3
# via
# -r requirements/test.txt
# cookiecutter
# xblock-sdk
rich==13.7.0
rich==13.9.4
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.10.0
s3transfer==0.10.4
# via
# -r requirements/test.txt
# boto3
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/test.txt
# xblock
# xblock-sdk
# xblock-utils
six==1.16.0
six==1.17.0
# via
# -r requirements/test.txt
# bleach
# edx-lint
# fs
# fs-s3fs
# python-dateutil
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.2.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tinycss2==1.2.1
tinycss2==1.4.0
# via
# -r requirements/test.txt
# bleach
tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# pylint
# pytest
tomlkit==0.12.3
tomlkit==0.13.2
# via pylint
types-python-dateutil==2.8.19.20240106
types-python-dateutil==2.9.0.20241206
# via
# -r requirements/test.txt
# arrow
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
# astroid
# pylint
# rich
urllib3==1.26.18
urllib3==2.3.0
# via
# -r requirements/test.txt
# botocore
# requests
web-fragments==2.1.0
web-fragments==2.2.0
# via
# -r requirements/test.txt
# xblock
@@ -320,18 +306,18 @@ webencodings==0.5.1
# -r requirements/test.txt
# bleach
# tinycss2
webob==1.8.7
webob==1.8.9
# via
# -r requirements/test.txt
# xblock
# xblock-sdk
xblock[django]==1.10.0
xblock[django]==5.1.0
# via
# -r requirements/test.txt
# html-xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
xblock-sdk==0.12.0
# via -r requirements/test.txt
xblock-utils==4.0.0
# via
100 changes: 45 additions & 55 deletions requirements/test.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.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
@@ -10,7 +10,7 @@ appdirs==1.4.4
# fs
arrow==1.3.0
# via cookiecutter
asgiref==3.7.2
asgiref==3.8.1
# via
# -r requirements/base.txt
# django
@@ -19,30 +19,30 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# html-xblock
boto3==1.34.49
boto3==1.35.90
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.49
botocore==1.35.90
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.2.2
certifi==2024.12.14
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# code-annotations
# cookiecutter
code-annotations==1.6.0
code-annotations==2.1.0
# via -r requirements/test.in
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.4.3
coverage[toml]==7.6.10
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
@@ -51,10 +51,8 @@ coverage[toml]==7.4.3
# html-xblock
# openedx-django-pyfs
# xblock-sdk
edx-i18n-tools==1.3.0
edx-i18n-tools==1.6.3
# via -r requirements/test.in
exceptiongroup==1.2.0
# via pytest
fs==2.4.16
# via
# -r requirements/base.txt
@@ -66,13 +64,13 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
html-xblock==1.3.6
html-xblock==1.3.7
# via -r requirements/base.txt
idna==3.6
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
jinja2==3.1.5
# via
# code-annotations
# cookiecutter
@@ -85,20 +83,23 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==5.1.0
lxml[html-clean]==5.3.0
# via
# -r requirements/base.txt
# edx-i18n-tools
# lxml-html-clean
# xblock
# xblock-sdk
mako==1.3.2
lxml-html-clean==0.4.1
# via lxml
mako==1.3.8
# via
# -r requirements/base.txt
# xblock
# xblock-utils
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
@@ -108,33 +109,33 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
openedx-django-pyfs==3.5.0
openedx-django-pyfs==3.7.0
# via
# -r requirements/base.txt
# xblock
packaging==23.2
packaging==24.2
# via pytest
path==16.10.0
path==16.16.0
# via edx-i18n-tools
pbr==6.0.0
pbr==6.1.0
# via stevedore
pluggy==1.4.0
pluggy==1.5.0
# via pytest
polib==1.2.0
# via edx-i18n-tools
pygments==2.17.2
pygments==2.18.0
# via rich
pypng==0.20220715.0
# via xblock-sdk
pytest==8.0.2
pytest==8.3.4
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# arrow
@@ -144,70 +145,59 @@ python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# django
# xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
# cookiecutter
# edx-i18n-tools
# xblock
requests==2.31.0
requests==2.32.3
# via
# cookiecutter
# xblock-sdk
rich==13.7.0
rich==13.9.4
# via cookiecutter
s3transfer==0.10.0
s3transfer==0.10.4
# via
# -r requirements/base.txt
# boto3
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/base.txt
# xblock
# xblock-sdk
# xblock-utils
six==1.16.0
six==1.17.0
# via
# -r requirements/base.txt
# bleach
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.4.4
sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.4.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tinycss2==1.2.1
tinycss2==1.4.0
# via
# -r requirements/base.txt
# bleach
tomli==2.0.1
# via
# coverage
# pytest
types-python-dateutil==2.8.19.20240106
types-python-dateutil==2.9.0.20241206
# via arrow
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# asgiref
# rich
urllib3==1.26.18
urllib3==2.3.0
# via
# -r requirements/base.txt
# botocore
# requests
web-fragments==2.1.0
web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
@@ -218,18 +208,18 @@ webencodings==0.5.1
# -r requirements/base.txt
# bleach
# tinycss2
webob==1.8.7
webob==1.8.9
# via
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==1.10.0
xblock[django]==5.1.0
# via
# -r requirements/base.txt
# html-xblock
# xblock-sdk
# xblock-utils
xblock-sdk==0.7.0
xblock-sdk==0.12.0
# via -r requirements/test.in
xblock-utils==4.0.0
# via

0 comments on commit 948264d

Please sign in to comment.