Skip to content

Commit

Permalink
chore: Add tox<4.0.0 to constraints.txt
Browse files Browse the repository at this point in the history
Rerun make upgrade with Python 3.8.
  • Loading branch information
ZiqiXiao authored and feanil committed Oct 25, 2023
1 parent b5f8f93 commit 624815b
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 8 deletions.
4 changes: 3 additions & 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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -58,5 +58,7 @@ social-auth-core==4.4.2
# social-auth-app-django
sqlparse==0.4.4
# via django
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.7
# via requests
4 changes: 3 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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -20,6 +20,8 @@ py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
Expand Down
34 changes: 32 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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -78,8 +78,12 @@ django==3.2.22
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# social-auth-app-django
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.txt
exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.4
# via
# -r requirements/ci.txt
Expand All @@ -92,6 +96,10 @@ idna==3.4
# via
# -r requirements/test.txt
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -248,6 +256,18 @@ 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-hooks
# pytest
# tox
tomlkit==0.12.1
# via
# -r requirements/test.txt
Expand All @@ -265,6 +285,12 @@ traceback2==1.4.0
# via
# -r requirements/test.txt
# unittest2
typing-extensions==4.8.0
# via
# -r requirements/test.txt
# asgiref
# astroid
# pylint
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.0.7
Expand All @@ -280,6 +306,10 @@ wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
11 changes: 10 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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -8,14 +8,23 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.17.0
# 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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
18 changes: 16 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.12
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -57,8 +57,10 @@ distlib==0.3.7
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# social-auth-app-django
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
# via pytest
filelock==3.12.4
# via
# tox
Expand Down Expand Up @@ -178,6 +180,12 @@ stevedore==5.1.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via
# coverage
# pylint
# pytest
# tox
tomlkit==0.12.1
# via pylint
tox==3.28.0
Expand All @@ -187,6 +195,12 @@ tox==3.28.0
# -r requirements/test.in
traceback2==1.4.0
# via unittest2
typing-extensions==4.8.0
# via
# -r requirements/base.txt
# asgiref
# astroid
# pylint
unittest2==1.1.0
# via -r requirements/test.in
urllib3==2.0.7
Expand Down

0 comments on commit 624815b

Please sign in to comment.