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

Merged
merged 3 commits into from
Jul 29, 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 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 Down
8 changes: 2 additions & 6 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 @@ -30,10 +30,6 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
Expand Down
61 changes: 12 additions & 49 deletions requirements/dev.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 @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -21,15 +21,11 @@ attrs==23.2.0
# via
# -r requirements/test.txt
# hypothesis
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/test.txt
# django
boto3==1.34.144
boto3==1.34.149
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.144
botocore==1.34.149
# via
# -r requirements/test.txt
# boto3
Expand All @@ -38,7 +34,7 @@ build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -98,15 +94,10 @@ dnspython==2.6.1
# via
# -r requirements/test.txt
# pymongo
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/test.txt
edx-opaque-keys==2.10.0
# via -r requirements/test.txt
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# hypothesis
# pytest
filelock==3.15.4
# via
# -r requirements/ci.txt
Expand All @@ -122,15 +113,8 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.108.0
hypothesis==6.108.4
# via -r requirements/test.txt
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# typeguard
inflect==7.3.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -190,7 +174,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
path==16.14.0
path==17.0.0
# via -r requirements/test.txt
pbr==6.0.0
# via
Expand Down Expand Up @@ -218,7 +202,7 @@ pygments==2.18.0
# via
# -r requirements/test.txt
# diff-cover
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -252,7 +236,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -292,7 +276,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
Expand All @@ -305,18 +289,6 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.13.0
# via
# -r requirements/test.txt
Expand All @@ -332,13 +304,9 @@ typeguard==4.3.0
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
# astroid
# edx-opaque-keys
# inflect
# pylint
# typeguard
urllib3==1.26.19
urllib3==2.2.2
# via
# -r requirements/test.txt
# botocore
Expand All @@ -355,11 +323,6 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.19.2
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
15 changes: 5 additions & 10 deletions requirements/django.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 @@ -10,13 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.in
# django
boto3==1.34.144
boto3==1.34.149
# via fs-s3fs
botocore==1.34.144
botocore==1.34.149
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -80,7 +76,7 @@ six==1.16.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
Expand All @@ -89,9 +85,8 @@ stevedore==5.2.0
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
# edx-opaque-keys
urllib3==1.26.19
urllib3==2.2.2
# via botocore
web-fragments==2.2.0
# via -r requirements/base.txt
Expand Down
47 changes: 17 additions & 30 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# 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
#
accessible-pygments==0.0.4
accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
appdirs==1.4.4
# via
Expand All @@ -20,17 +20,13 @@ babel==2.15.0
# via
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/django.txt
# django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.34.144
boto3==1.34.149
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.34.144
botocore==1.34.149
# via
# -r requirements/django.txt
# boto3
Expand All @@ -48,7 +44,7 @@ dnspython==2.6.1
# via
# -r requirements/django.txt
# pymongo
docutils==0.19
docutils==0.21.2
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -67,10 +63,6 @@ idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# sphinx
jinja2==3.1.4
# via sphinx
jmespath==1.0.1
Expand Down Expand Up @@ -101,7 +93,7 @@ pbr==6.0.0
# via
# -r requirements/django.txt
# stevedore
pydata-sphinx-theme==0.14.4
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.18.0
# via
Expand All @@ -117,9 +109,7 @@ python-dateutil==2.9.0.post0
# -r requirements/django.txt
# botocore
pytz==2024.1
# via
# -r requirements/django.txt
# babel
# via -r requirements/django.txt
pyyaml==6.0.1
# via -r requirements/django.txt
requests==2.32.3
Expand All @@ -140,26 +130,26 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
sphinx==7.4.7
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.0.1
sphinx-book-theme==1.1.3
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.0.6
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==1.0.8
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/django.txt
# django
Expand All @@ -170,10 +160,9 @@ stevedore==5.2.0
typing-extensions==4.12.2
# via
# -r requirements/django.txt
# asgiref
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==1.26.19
urllib3==2.2.2
# via
# -r requirements/django.txt
# botocore
Expand All @@ -182,8 +171,6 @@ web-fragments==2.2.0
# via -r requirements/django.txt
webob==1.8.7
# via -r requirements/django.txt
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
12 changes: 1 addition & 11 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 @@ -8,10 +8,6 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.1
# via build
pip-tools==7.4.1
Expand All @@ -20,14 +16,8 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.19.2
# via importlib-metadata

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