diff --git a/requirements/base.txt b/requirements/base.txt index 8105dab..6a4088f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,31 +1,21 @@ # -# 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 # asgiref==3.8.1 # via django -babel==2.14.0 +babel==2.16.0 # via # -r requirements/base.in # enmerkar -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # django -django==4.2.11 +django==4.2.15 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in # enmerkar enmerkar==0.7.1 # via -r requirements/base.in -markey==0.8 - # via -r requirements/base.in -pytz==2024.1 - # via babel -sqlparse==0.5.0 +sqlparse==0.5.1 # via django -typing-extensions==4.11.0 - # via asgiref diff --git a/requirements/dev.txt b/requirements/dev.txt index a9b1781..c7a5e92 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,65 +1,53 @@ # -# 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 # -alabaster==0.7.13 +alabaster==1.0.0 # via sphinx asgiref==3.8.1 # via django -babel==2.14.0 +babel==2.16.0 # via # -r requirements/base.in # enmerkar # sphinx -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # django -certifi==2024.2.2 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests -coverage[toml]==7.5.0 +coverage[toml]==7.6.1 # via # -r requirements/test.in # pytest-cov # python-coveralls -django==4.2.11 +django==4.2.15 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in # enmerkar -docutils==0.20.1 +docutils==0.21.2 # via sphinx enmerkar==0.7.1 # via -r requirements/base.in -exceptiongroup==1.2.1 - # via pytest execnet==2.1.1 # via pytest-cache -flake8==7.0.0 +flake8==7.1.1 # via -r requirements/test.in 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 iniconfig==2.0.0 # via pytest -jinja2==3.1.3 +jinja2==3.1.4 # via sphinx -markey==0.8 - # via -r requirements/base.in markupsafe==2.1.5 # via jinja2 mccabe==0.7.0 # via flake8 -packaging==24.0 +packaging==24.1 # via # pytest # sphinx @@ -67,15 +55,15 @@ pep8==1.7.1 # via pytest-pep8 pluggy==1.5.0 # via pytest -pycodestyle==2.11.1 +pycodestyle==2.12.1 # via flake8 pyflakes==3.2.0 # via # flake8 # pytest-flakes -pygments==2.17.2 +pygments==2.18.0 # via sphinx -pytest==8.1.1 +pytest==8.3.2 # via # -r requirements/test.in # pytest-cache @@ -92,11 +80,9 @@ pytest-pep8==1.0.6 # via -r requirements/test.in python-coveralls==2.9.3 # via -r requirements/test.in -pytz==2024.1 - # via babel -pyyaml==6.0.1 +pyyaml==6.0.2 # via python-coveralls -requests==2.31.0 +requests==2.32.3 # via # python-coveralls # sphinx @@ -104,29 +90,21 @@ six==1.16.0 # via python-coveralls snowballstemmer==2.2.0 # via sphinx -sphinx==7.1.2 +sphinx==8.0.2 # via -r requirements/test.in -sphinxcontrib-applehelp==1.0.4 +sphinxcontrib-applehelp==2.0.0 # via sphinx -sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-devhelp==2.0.0 # via sphinx -sphinxcontrib-htmlhelp==2.0.1 +sphinxcontrib-htmlhelp==2.1.0 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-qthelp==2.0.0 # via sphinx -sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-serializinghtml==2.0.0 # via sphinx -sqlparse==0.5.0 +sqlparse==0.5.1 # via django -tomli==2.0.1 - # via - # coverage - # pytest -typing-extensions==4.11.0 - # via asgiref -urllib3==2.2.1 +urllib3==2.2.2 # via requests -zipp==3.18.1 - # via importlib-metadata diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 748bf44..fedf88d 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -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 @@ -8,27 +8,16 @@ 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.0 +packaging==24.1 # via build pip-tools==7.4.1 # via -r requirements/pip-tools.in -pyproject-hooks==1.0.0 - # via - # build - # pip-tools -tomli==2.0.1 +pyproject-hooks==1.1.0 # via # build # pip-tools - # pyproject-hooks -wheel==0.43.0 +wheel==0.44.0 # via pip-tools -zipp==3.18.1 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/pip.txt b/requirements/pip.txt index e3ffcc7..5f8b9c0 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -1,14 +1,14 @@ # -# 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 # -wheel==0.43.0 +wheel==0.44.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==24.0 +pip==24.2 # via -r requirements/pip.in -setuptools==69.5.1 +setuptools==72.2.0 # via -r requirements/pip.in diff --git a/requirements/test.txt b/requirements/test.txt index a9b1781..c7a5e92 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,65 +1,53 @@ # -# 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 # -alabaster==0.7.13 +alabaster==1.0.0 # via sphinx asgiref==3.8.1 # via django -babel==2.14.0 +babel==2.16.0 # via # -r requirements/base.in # enmerkar # sphinx -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # django -certifi==2024.2.2 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests -coverage[toml]==7.5.0 +coverage[toml]==7.6.1 # via # -r requirements/test.in # pytest-cov # python-coveralls -django==4.2.11 +django==4.2.15 # via # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in # enmerkar -docutils==0.20.1 +docutils==0.21.2 # via sphinx enmerkar==0.7.1 # via -r requirements/base.in -exceptiongroup==1.2.1 - # via pytest execnet==2.1.1 # via pytest-cache -flake8==7.0.0 +flake8==7.1.1 # via -r requirements/test.in 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 iniconfig==2.0.0 # via pytest -jinja2==3.1.3 +jinja2==3.1.4 # via sphinx -markey==0.8 - # via -r requirements/base.in markupsafe==2.1.5 # via jinja2 mccabe==0.7.0 # via flake8 -packaging==24.0 +packaging==24.1 # via # pytest # sphinx @@ -67,15 +55,15 @@ pep8==1.7.1 # via pytest-pep8 pluggy==1.5.0 # via pytest -pycodestyle==2.11.1 +pycodestyle==2.12.1 # via flake8 pyflakes==3.2.0 # via # flake8 # pytest-flakes -pygments==2.17.2 +pygments==2.18.0 # via sphinx -pytest==8.1.1 +pytest==8.3.2 # via # -r requirements/test.in # pytest-cache @@ -92,11 +80,9 @@ pytest-pep8==1.0.6 # via -r requirements/test.in python-coveralls==2.9.3 # via -r requirements/test.in -pytz==2024.1 - # via babel -pyyaml==6.0.1 +pyyaml==6.0.2 # via python-coveralls -requests==2.31.0 +requests==2.32.3 # via # python-coveralls # sphinx @@ -104,29 +90,21 @@ six==1.16.0 # via python-coveralls snowballstemmer==2.2.0 # via sphinx -sphinx==7.1.2 +sphinx==8.0.2 # via -r requirements/test.in -sphinxcontrib-applehelp==1.0.4 +sphinxcontrib-applehelp==2.0.0 # via sphinx -sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-devhelp==2.0.0 # via sphinx -sphinxcontrib-htmlhelp==2.0.1 +sphinxcontrib-htmlhelp==2.1.0 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-qthelp==2.0.0 # via sphinx -sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-serializinghtml==2.0.0 # via sphinx -sqlparse==0.5.0 +sqlparse==0.5.1 # via django -tomli==2.0.1 - # via - # coverage - # pytest -typing-extensions==4.11.0 - # via asgiref -urllib3==2.2.1 +urllib3==2.2.2 # via requests -zipp==3.18.1 - # via importlib-metadata diff --git a/requirements/tox.txt b/requirements/tox.txt index ca3517d..4a22896 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -1,27 +1,23 @@ # -# 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 # -alabaster==0.7.13 +alabaster==1.0.0 # via sphinx asgiref==3.8.1 # via django -babel==2.14.0 +babel==2.16.0 # via # -r requirements/base.in # enmerkar # sphinx -backports-zoneinfo==0.2.1 ; python_version < "3.9" - # via - # -c requirements/constraints.txt - # django -certifi==2024.2.2 +certifi==2024.7.4 # via requests charset-normalizer==3.3.2 # via requests -coverage[toml]==7.5.0 +coverage[toml]==7.6.1 # via # -r requirements/test.in # pytest-cov @@ -30,35 +26,27 @@ coverage[toml]==7.5.0 # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/base.in # enmerkar -docutils==0.20.1 +docutils==0.21.2 # via sphinx enmerkar==0.7.1 # via -r requirements/base.in -exceptiongroup==1.2.1 - # via pytest execnet==2.1.1 # via pytest-cache -flake8==7.0.0 +flake8==7.1.1 # via -r requirements/test.in 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 iniconfig==2.0.0 # via pytest -jinja2==3.1.3 +jinja2==3.1.4 # via sphinx -markey==0.8 - # via -r requirements/base.in markupsafe==2.1.5 # via jinja2 mccabe==0.7.0 # via flake8 -packaging==24.0 +packaging==24.1 # via # pytest # sphinx @@ -66,15 +54,15 @@ pep8==1.7.1 # via pytest-pep8 pluggy==1.5.0 # via pytest -pycodestyle==2.11.1 +pycodestyle==2.12.1 # via flake8 pyflakes==3.2.0 # via # flake8 # pytest-flakes -pygments==2.17.2 +pygments==2.18.0 # via sphinx -pytest==8.1.1 +pytest==8.3.2 # via # -r requirements/test.in # pytest-cache @@ -91,11 +79,9 @@ pytest-pep8==1.0.6 # via -r requirements/test.in python-coveralls==2.9.3 # via -r requirements/test.in -pytz==2024.1 - # via babel -pyyaml==6.0.1 +pyyaml==6.0.2 # via python-coveralls -requests==2.31.0 +requests==2.32.3 # via # python-coveralls # sphinx @@ -103,29 +89,21 @@ six==1.16.0 # via python-coveralls snowballstemmer==2.2.0 # via sphinx -sphinx==7.1.2 +sphinx==8.0.2 # via -r requirements/test.in -sphinxcontrib-applehelp==1.0.4 +sphinxcontrib-applehelp==2.0.0 # via sphinx -sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-devhelp==2.0.0 # via sphinx -sphinxcontrib-htmlhelp==2.0.1 +sphinxcontrib-htmlhelp==2.1.0 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-qthelp==2.0.0 # via sphinx -sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-serializinghtml==2.0.0 # via sphinx -sqlparse==0.5.0 +sqlparse==0.5.1 # via django -tomli==2.0.1 - # via - # coverage - # pytest -typing-extensions==4.11.0 - # via asgiref -urllib3==2.2.1 +urllib3==2.2.2 # via requests -zipp==3.18.1 - # via importlib-metadata