Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Sep 9, 2024
1 parent 7d84f74 commit 788828f
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 11 deletions.
10 changes: 8 additions & 2 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.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,6 +8,10 @@ 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
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.35.14
Expand Down Expand Up @@ -71,7 +75,9 @@ sqlparse==0.5.1
# via django
tinycss2==1.2.1
# via bleach
urllib3==2.2.2
typing-extensions==4.12.2
# via asgiref
urllib3==1.26.20
# via botocore
web-fragments==2.2.0
# via xblock
Expand Down
6 changes: 5 additions & 1 deletion requirements/ci.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.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -28,6 +28,10 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.18.1
# via -r requirements/ci.in
virtualenv==20.26.4
Expand Down
40 changes: 38 additions & 2 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.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -21,6 +21,11 @@ astroid==3.2.4
# -r requirements/quality.txt
# pylint
# pylint-celery
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
# django
binaryornot==0.4.4
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -116,6 +121,10 @@ edx-i18n-tools==1.6.3
# via -r requirements/quality.txt
edx-lint==5.4.0
# via -r requirements/quality.txt
exceptiongroup==1.2.2
# via
# -r requirements/quality.txt
# pytest
filelock==3.16.0
# via
# -r requirements/ci.txt
Expand All @@ -136,6 +145,10 @@ idna==3.8
# via
# -r requirements/quality.txt
# requests
importlib-metadata==8.4.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -345,6 +358,18 @@ tinycss2==1.2.1
# via
# -r requirements/quality.txt
# bleach
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.13.2
# via
# -r requirements/quality.txt
Expand All @@ -355,7 +380,14 @@ types-python-dateutil==2.9.0.20240906
# via
# -r requirements/quality.txt
# arrow
urllib3==2.2.2
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# asgiref
# astroid
# pylint
# rich
urllib3==1.26.20
# via
# -r requirements/quality.txt
# botocore
Expand Down Expand Up @@ -389,6 +421,10 @@ xblock[django]==5.1.0
# xblock-sdk
xblock-sdk==0.12.0
# via -r requirements/quality.txt
zipp==3.20.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
10 changes: 9 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.11
# 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.2
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.4.0
# via build
packaging==24.1
# via build
pip-tools==7.4.1
Expand All @@ -16,8 +18,14 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.44.0
# via pip-tools
zipp==3.20.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.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
26 changes: 24 additions & 2 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.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -20,6 +20,11 @@ astroid==3.2.4
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# django
binaryornot==0.4.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -89,6 +94,10 @@ edx-i18n-tools==1.6.3
# via -r requirements/test.txt
edx-lint==5.4.0
# via -r requirements/quality.in
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
fs==2.4.16
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -276,13 +285,26 @@ tinycss2==1.2.1
# via
# -r requirements/test.txt
# bleach
tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# pylint
# pytest
tomlkit==0.13.2
# via pylint
types-python-dateutil==2.9.0.20240906
# via
# -r requirements/test.txt
# arrow
urllib3==2.2.2
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
# astroid
# pylint
# rich
urllib3==1.26.20
# via
# -r requirements/test.txt
# botocore
Expand Down
20 changes: 18 additions & 2 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.11
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -14,6 +14,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
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
bleach[css]==6.1.0
Expand Down Expand Up @@ -57,6 +62,8 @@ django-statici18n==2.5.0
# via -r requirements/base.txt
edx-i18n-tools==1.6.3
# via -r requirements/test.in
exceptiongroup==1.2.2
# via pytest
fs==2.4.16
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -183,9 +190,18 @@ tinycss2==1.2.1
# via
# -r requirements/base.txt
# bleach
tomli==2.0.1
# via
# coverage
# pytest
types-python-dateutil==2.9.0.20240906
# via arrow
urllib3==2.2.2
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
# rich
urllib3==1.26.20
# via
# -r requirements/base.txt
# botocore
Expand Down

0 comments on commit 788828f

Please sign in to comment.