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

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
22 changes: 8 additions & 14 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.34.149
# via fs-s3fs
botocore==1.34.131
botocore==1.34.149
# via
# boto3
# s3transfer
cssselect==1.2.0
# via parsel
django==4.2.13
django==4.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# openedx-django-pyfs
Expand Down Expand Up @@ -61,7 +57,7 @@ pytz==2024.1
# via xblock
pyyaml==6.0.1
# via xblock
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
simplejson==3.19.2
# via xblock
Expand All @@ -71,19 +67,17 @@ six==1.16.0
# 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.2
# via botocore
w3lib==2.2.1
# via parsel
web-fragments==2.2.0
# via xblock
webob==1.8.7
# via xblock
xblock[django]==4.0.1
xblock[django]==5.0.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 3 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# 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.4.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -28,11 +28,7 @@ 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.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
# 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
6 changes: 3 additions & 3 deletions 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.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,7 +8,7 @@ wheel==0.43.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==71.1.0
# via -r requirements/pip.in
47 changes: 14 additions & 33 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.34.149
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.131
botocore==1.34.149
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# 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.0
# 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.3.7
# via -r requirements/test.in
exceptiongroup==1.2.1
# via pytest
fs==2.4.16
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -145,7 +138,7 @@ pycodestyle==2.12.0
# via -r requirements/test.in
pygments==2.18.0
# via rich
pylint==3.2.3
pylint==3.2.6
# via
# edx-lint
# pylint-celery
Expand All @@ -161,7 +154,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==8.2.2
pytest==8.3.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -195,7 +188,7 @@ requests==2.32.3
# xblock-sdk
rich==13.7.1
# via cookiecutter
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/base.txt
# boto3
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
# 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.0
# via pylint
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
# astroid
# pylint
# rich
urllib3==1.26.19
urllib3==2.2.2
# via
# -r requirements/base.txt
# botocore
Expand All @@ -255,7 +236,7 @@ webob==1.8.7
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==4.0.1
xblock[django]==5.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down
Loading