Skip to content

Commit

Permalink
chore: Add tox<4.0.0 to containts.txt
Browse files Browse the repository at this point in the history
Run make upgrade and files are updated.
  • Loading branch information
ZiqiXiao committed Oct 24, 2023
1 parent ff73273 commit 3132770
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 96 deletions.
11 changes: 5 additions & 6 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.12
# by the following command:
#
# make upgrade
Expand All @@ -10,7 +10,7 @@ certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
cryptography==41.0.4
# via
Expand All @@ -36,6 +36,7 @@ pycparser==2.21
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.in
# pyjwt
# social-auth-core
python3-openid==3.2.0
# via social-auth-core
Expand All @@ -49,15 +50,13 @@ requests-oauthlib==1.3.1
# via social-auth-core
six==1.16.0
# via -r requirements/base.in
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via -r requirements/base.in
social-auth-core==4.4.2
# via
# -r requirements/base.in
# social-auth-app-django
sqlparse==0.4.4
# via django
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.6
urllib3==2.0.7
# via requests
7 changes: 3 additions & 4 deletions 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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -20,14 +20,13 @@ 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
# -c requirements/constraints.txt
# -r requirements/ci.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
59 changes: 12 additions & 47 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.12
# by the following command:
#
# make upgrade
Expand All @@ -12,7 +12,7 @@ asgiref==3.7.2
# via
# -r requirements/test.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -29,7 +29,7 @@ cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/test.txt
# requests
Expand All @@ -52,6 +52,7 @@ code-annotations==1.5.0
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
# via
Expand Down Expand Up @@ -79,10 +80,6 @@ django==3.2.22
# social-auth-app-django
edx-lint==5.3.4
# 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 @@ -95,10 +92,6 @@ 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 All @@ -111,10 +104,6 @@ jinja2==3.1.2
# via
# -r requirements/test.txt
# code-annotations
lazy-object-proxy==1.9.0
# via
# -r requirements/test.txt
# astroid
linecache2==1.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -163,7 +152,7 @@ py==1.11.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.txt
pycparser==2.21
# via
Expand All @@ -174,8 +163,9 @@ pycryptodomex==3.19.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/test.txt
# pyjwt
# social-auth-core
pylint==2.17.7
pylint==3.0.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -186,7 +176,7 @@ pylint-celery==0.3
# via
# -r requirements/test.txt
# edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -240,7 +230,7 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via -r requirements/test.txt
social-auth-core==4.4.2
# via
Expand All @@ -258,25 +248,14 @@ 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
# pylint
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/ci.txt
# -r requirements/test.txt
# tox-battery
Expand All @@ -286,19 +265,13 @@ 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.6
urllib3==2.0.7
# via
# -r requirements/test.txt
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -307,14 +280,6 @@ wheel==0.41.2
# via
# -r requirements/pip-tools.txt
# pip-tools
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
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: 1 addition & 10 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.12
# by the following command:
#
# make upgrade
Expand All @@ -8,23 +8,14 @@ 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
4 changes: 2 additions & 2 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.12
# by the following command:
#
# make upgrade
Expand All @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
38 changes: 11 additions & 27 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.12
# by the following command:
#
# make upgrade
Expand All @@ -10,7 +10,7 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
astroid==2.15.8
astroid==3.0.1
# via
# pylint
# pylint-celery
Expand All @@ -22,7 +22,7 @@ cffi==1.16.0
# via
# -r requirements/base.txt
# cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -59,8 +59,6 @@ distlib==0.3.7
# social-auth-app-django
edx-lint==5.3.4
# via -r requirements/test.in
exceptiongroup==1.1.3
# via pytest
filelock==3.12.4
# via
# tox
Expand All @@ -77,8 +75,6 @@ isort==5.12.0
# via pylint
jinja2==3.1.2
# via code-annotations
lazy-object-proxy==1.9.0
# via astroid
linecache2==1.0.0
# via traceback2
markupsafe==2.1.3
Expand Down Expand Up @@ -106,7 +102,7 @@ pluggy==1.3.0
# tox
py==1.11.0
# via tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/test.in
pycparser==2.21
# via
Expand All @@ -117,16 +113,17 @@ pycryptodomex==3.19.0
pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# pyjwt
# social-auth-core
pylint==2.17.7
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -167,7 +164,7 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via -r requirements/base.txt
social-auth-core==4.4.2
# via
Expand All @@ -181,33 +178,20 @@ 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
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -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.6
urllib3==2.0.7
# via
# -r requirements/base.txt
# requests
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
wrapt==1.15.0
# via astroid

0 comments on commit 3132770

Please sign in to comment.