Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #102

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 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.11
# by the following command:
#
# pip-compile --output-file=requirements/base.txt requirements/base.in
Expand All @@ -10,17 +10,17 @@ joblib==1.4.2
# via nltk
markupsafe==2.1.5
# 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.1.4
# 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
33 changes: 14 additions & 19 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,13 +20,13 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage==7.5.4
coverage==7.6.1
# via -r requirements/test.txt
distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# -r requirements/tox.txt
# tox
Expand All @@ -37,9 +37,9 @@ joblib==1.4.2
# nltk
markupsafe==2.1.5
# 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
Expand All @@ -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
Expand All @@ -57,30 +57,25 @@ pluggy==1.5.0
# via
# -r requirements/tox.txt
# tox
pyparsing==3.1.2
pyparsing==3.1.4
# 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.21.2
# 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.26.6
# via
# -r requirements/tox.txt
# tox
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
18 changes: 4 additions & 14 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
32 changes: 13 additions & 19 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,35 +22,29 @@ markupsafe==2.1.5
# 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.1.4
# 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
16 changes: 8 additions & 8 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.11
# by the following command:
#
# pip-compile --output-file=requirements/test.txt requirements/test.in
Expand All @@ -8,29 +8,29 @@ click==8.1.7
# via
# -r requirements/base.txt
# nltk
coverage==7.5.4
coverage==7.6.1
# via -r requirements/test.in
joblib==1.4.2
# via
# -r requirements/base.txt
# nltk
markupsafe==2.1.5
# 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.1.4
# 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
18 changes: 7 additions & 11 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,34 @@
#
# 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
# via virtualenv
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
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.21.2
# via -r requirements/tox.in
virtualenv==20.26.3
virtualenv==20.26.6
# via tox
Loading