diff --git a/requirements/base.txt b/requirements/base.txt index 6f5bf1b..38a0928 100644 --- a/requirements/base.txt +++ b/requirements/base.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: # # pip-compile --output-file=requirements/base.txt requirements/base.in @@ -8,19 +8,19 @@ click==8.1.7 # via nltk joblib==1.4.2 # via nltk -markupsafe==2.1.5 +markupsafe==3.0.2 # via -r requirements/base.in -nltk==3.8.1 +nltk==3.9.1 # via -r requirements/base.in -numpy==1.24.4 +numpy==2.1.2 # via # -r requirements/base.in # scipy -pyparsing==3.1.2 +pyparsing==3.2.0 # via -r requirements/base.in -regex==2024.5.15 +regex==2024.9.11 # via nltk -scipy==1.10.1 +scipy==1.14.1 # via -r requirements/base.in -tqdm==4.66.4 +tqdm==4.66.5 # via nltk diff --git a/requirements/ci.txt b/requirements/ci.txt index 79a2048..4f974a5 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -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: # # pip-compile --output-file=requirements/ci.txt requirements/ci.in # -cachetools==5.3.3 +cachetools==5.5.0 # via # -r requirements/tox.txt # tox @@ -20,13 +20,13 @@ colorama==0.4.6 # via # -r requirements/tox.txt # tox -coverage==7.5.4 +coverage==7.6.4 # via -r requirements/test.txt -distlib==0.3.8 +distlib==0.3.9 # via # -r requirements/tox.txt # virtualenv -filelock==3.15.4 +filelock==3.16.1 # via # -r requirements/tox.txt # tox @@ -35,11 +35,11 @@ joblib==1.4.2 # via # -r requirements/test.txt # nltk -markupsafe==2.1.5 +markupsafe==3.0.2 # via -r requirements/test.txt -nltk==3.8.1 +nltk==3.9.1 # via -r requirements/test.txt -numpy==1.24.4 +numpy==2.1.2 # via # -r requirements/test.txt # scipy @@ -48,7 +48,7 @@ packaging==24.1 # -r requirements/tox.txt # pyproject-api # tox -platformdirs==4.2.2 +platformdirs==4.3.6 # via # -r requirements/tox.txt # tox @@ -57,30 +57,25 @@ pluggy==1.5.0 # via # -r requirements/tox.txt # tox -pyparsing==3.1.2 +pyparsing==3.2.0 # via -r requirements/test.txt -pyproject-api==1.7.1 +pyproject-api==1.8.0 # via # -r requirements/tox.txt # tox -regex==2024.5.15 +regex==2024.9.11 # via # -r requirements/test.txt # nltk -scipy==1.10.1 +scipy==1.14.1 # via -r requirements/test.txt -tomli==2.0.1 - # via - # -r requirements/tox.txt - # pyproject-api - # tox -tox==4.15.1 +tox==4.23.0 # via -r requirements/tox.txt -tqdm==4.66.4 +tqdm==4.66.5 # via # -r requirements/test.txt # nltk -virtualenv==20.26.3 +virtualenv==20.27.0 # via # -r requirements/tox.txt # tox diff --git a/requirements/pip.txt b/requirements/pip.txt index 02773d1..cb9a228 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -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: # # pip-compile --output-file=requirements/pip.txt requirements/pip.in # -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: diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 5999e7a..4d2b424 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -1,33 +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: # # pip-compile --output-file=requirements/pip_tools.txt requirements/pip_tools.in # -build==1.2.1 +build==1.2.2.post1 # 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 # via -r requirements/pip_tools.in -pyproject-hooks==1.1.0 - # via - # build - # pip-tools -tomli==2.0.1 +pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.43.0 +wheel==0.44.0 # via pip-tools -zipp==3.19.2 - # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/quality.txt b/requirements/quality.txt index 97bf40d..fadc633 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -1,16 +1,16 @@ # -# 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: # # pip-compile --output-file=requirements/quality.txt requirements/quality.in # -astroid==3.2.2 +astroid==3.3.5 # via pylint click==8.1.7 # via # -r requirements/base.txt # nltk -dill==0.3.8 +dill==0.3.9 # via pylint isort==5.13.2 # via pylint @@ -18,39 +18,33 @@ joblib==1.4.2 # via # -r requirements/base.txt # nltk -markupsafe==2.1.5 +markupsafe==3.0.2 # via -r requirements/base.txt mccabe==0.7.0 # via pylint -nltk==3.8.1 +nltk==3.9.1 # via -r requirements/base.txt -numpy==1.24.4 +numpy==2.1.2 # via # -r requirements/base.txt # scipy -platformdirs==4.2.2 +platformdirs==4.3.6 # via pylint -pycodestyle==2.12.0 +pycodestyle==2.12.1 # via -r requirements/quality.in -pylint==3.2.3 +pylint==3.3.1 # via -r requirements/quality.in -pyparsing==3.1.2 +pyparsing==3.2.0 # via -r requirements/base.txt -regex==2024.5.15 +regex==2024.9.11 # via # -r requirements/base.txt # nltk -scipy==1.10.1 +scipy==1.14.1 # via -r requirements/base.txt -tomli==2.0.1 +tomlkit==0.13.2 # via pylint -tomlkit==0.12.5 - # via pylint -tqdm==4.66.4 +tqdm==4.66.5 # via # -r requirements/base.txt # nltk -typing-extensions==4.12.2 - # via - # astroid - # pylint diff --git a/requirements/test.txt b/requirements/test.txt index 4efdfed..ca99d3d 100644 --- a/requirements/test.txt +++ b/requirements/test.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: # # pip-compile --output-file=requirements/test.txt requirements/test.in @@ -8,29 +8,29 @@ click==8.1.7 # via # -r requirements/base.txt # nltk -coverage==7.5.4 +coverage==7.6.4 # via -r requirements/test.in joblib==1.4.2 # via # -r requirements/base.txt # nltk -markupsafe==2.1.5 +markupsafe==3.0.2 # via -r requirements/base.txt -nltk==3.8.1 +nltk==3.9.1 # via -r requirements/base.txt -numpy==1.24.4 +numpy==2.1.2 # via # -r requirements/base.txt # scipy -pyparsing==3.1.2 +pyparsing==3.2.0 # via -r requirements/base.txt -regex==2024.5.15 +regex==2024.9.11 # via # -r requirements/base.txt # nltk -scipy==1.10.1 +scipy==1.14.1 # via -r requirements/base.txt -tqdm==4.66.4 +tqdm==4.66.5 # via # -r requirements/base.txt # nltk diff --git a/requirements/tox.txt b/requirements/tox.txt index d543eb9..2728b40 100644 --- a/requirements/tox.txt +++ b/requirements/tox.txt @@ -1,18 +1,18 @@ # -# 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: # # pip-compile --output-file=requirements/tox.txt requirements/tox.in # -cachetools==5.3.3 +cachetools==5.5.0 # via tox chardet==5.2.0 # via tox colorama==0.4.6 # via tox -distlib==0.3.8 +distlib==0.3.9 # via virtualenv -filelock==3.15.4 +filelock==3.16.1 # via # tox # virtualenv @@ -20,19 +20,15 @@ packaging==24.1 # via # pyproject-api # tox -platformdirs==4.2.2 +platformdirs==4.3.6 # via # tox # virtualenv pluggy==1.5.0 # via tox -pyproject-api==1.7.1 +pyproject-api==1.8.0 # via tox -tomli==2.0.1 - # via - # pyproject-api - # tox -tox==4.15.1 +tox==4.23.0 # via -r requirements/tox.in -virtualenv==20.26.3 +virtualenv==20.27.0 # via tox