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

Closed
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
34 changes: 14 additions & 20 deletions requirements/base.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
Expand All @@ -8,19 +8,15 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.131
boto3==1.35.19
# via fs-s3fs
botocore==1.34.131
botocore==1.35.19
# via
# boto3
# s3transfer
cssselect==1.2.0
# via parsel
django==4.2.13
django==4.2.16
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand All @@ -37,7 +33,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==5.2.2
lxml==5.3.0
# via
# parsel
# xblock
Expand All @@ -47,7 +43,7 @@ markupsafe==2.1.5
# via
# mako
# xblock
openedx-django-pyfs==3.6.0
openedx-django-pyfs==3.7.0
# via xblock
parsel==1.6.0
# via
Expand All @@ -57,33 +53,31 @@ python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2024.1
pytz==2024.2
# via xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via xblock
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
simplejson==3.19.3
# via xblock
six==1.16.0
# via
# fs
# fs-s3fs
# parsel
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via django
typing-extensions==4.12.2
# via asgiref
urllib3==1.26.19
urllib3==2.2.3
# via botocore
w3lib==2.2.1
# via parsel
web-fragments==2.2.0
# via xblock
webob==1.8.7
webob==1.8.8
# via xblock
xblock[django]==4.0.1
xblock[django]==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 6 additions & 10 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
#
cachetools==5.3.3
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.0
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.3
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.18.1
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.26.4
# via tox
12 changes: 3 additions & 9 deletions 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.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -13,9 +13,7 @@ click==8.1.7
# -r requirements/pip-tools.in
# pip-tools
importlib-metadata==7.0.1
# via
# -r requirements/pip-tools.in
# build
# via -r requirements/pip-tools.in
packaging==23.2
# via
# -r requirements/pip-tools.in
Expand All @@ -27,11 +25,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.in
# build
tomli==2.0.1
# via
# -r requirements/pip-tools.in
# build
# pip-tools
# pyproject-hooks
# via -r requirements/pip-tools.in
wheel==0.42.0
# via
# -r requirements/pip-tools.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# 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.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.2
# via -r requirements/pip.in
setuptools==70.1.0
setuptools==75.0.0
# via -r requirements/pip.in
77 changes: 29 additions & 48 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
Expand All @@ -14,27 +14,22 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.2
astroid==3.2.4
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.131
boto3==1.35.19
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.131
botocore==1.35.19
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.8.30
# via requests
chardet==5.2.0
# via binaryornot
Expand All @@ -52,7 +47,7 @@ code-annotations==1.8.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.5.4
coverage[toml]==7.6.1
# via
# coverage
# pytest-cov
Expand All @@ -67,10 +62,8 @@ dill==0.3.8
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
edx-lint==5.3.6
edx-lint==5.4.0
# via -r requirements/test.in
exceptiongroup==1.2.1
# via pytest
fs==2.4.16
# via
# -r requirements/base.txt
Expand All @@ -82,7 +75,7 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
idna==3.7
idna==3.10
# via requests
iniconfig==2.0.0
# via pytest
Expand All @@ -101,7 +94,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==5.2.2
lxml==5.3.0
# via
# -r requirements/base.txt
# parsel
Expand All @@ -125,7 +118,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.1.0
# via -r requirements/test.in
openedx-django-pyfs==3.6.0
openedx-django-pyfs==3.7.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -135,17 +128,17 @@ parsel==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
pbr==6.0.0
pbr==6.1.0
# via stevedore
platformdirs==4.2.2
platformdirs==4.3.3
# via pylint
pluggy==1.5.0
# via pytest
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/test.in
pygments==2.18.0
# via rich
pylint==3.2.3
pylint==3.2.7
# via
# edx-lint
# pylint-celery
Expand All @@ -161,13 +154,13 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.2.2
pytest==8.3.3
# via
# pytest-cov
# pytest-django
pytest-cov==5.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.9.0.post0
# via
Expand All @@ -179,11 +172,11 @@ python-slugify==8.0.4
# via
# code-annotations
# cookiecutter
pytz==2024.1
pytz==2024.2
# via
# -r requirements/base.txt
# xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -193,13 +186,13 @@ requests==2.32.3
# via
# cookiecutter
# xblock-sdk
rich==13.7.1
rich==13.8.1
# via cookiecutter
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/base.txt
# boto3
simplejson==3.19.2
simplejson==3.19.3
# via
# -r requirements/base.txt
# xblock
Expand All @@ -212,31 +205,19 @@ six==1.16.0
# fs-s3fs
# parsel
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# coverage
# pylint
# pytest
tomlkit==0.12.5
tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20240316
types-python-dateutil==2.9.0.20240906
# via arrow
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
# astroid
# pylint
# rich
urllib3==1.26.19
urllib3==2.2.3
# via
# -r requirements/base.txt
# botocore
Expand All @@ -250,17 +231,17 @@ web-fragments==2.2.0
# -r requirements/base.txt
# xblock
# xblock-sdk
webob==1.8.7
webob==1.8.8
# via
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==4.0.1
xblock[django]==5.1.0
# via
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock-sdk==0.11.0
xblock-sdk==0.12.0
# via -r requirements/test.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading