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 #90

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
12 changes: 6 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.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.8.2
# via -r requirements/base.in
numpy==1.24.4
numpy==2.0.1
# via
# -r requirements/base.in
# scipy
pyparsing==3.1.2
# via -r requirements/base.in
regex==2024.5.15
regex==2024.7.24
# via nltk
scipy==1.10.1
scipy==1.14.0
# via -r requirements/base.in
tqdm==4.66.4
tqdm==4.66.5
# via nltk
23 changes: 9 additions & 14 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.4.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -20,7 +20,7 @@ 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
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.8.2
# via -r requirements/test.txt
numpy==1.24.4
numpy==2.0.1
# via
# -r requirements/test.txt
# scipy
Expand All @@ -63,20 +63,15 @@ pyproject-api==1.7.1
# via
# -r requirements/tox.txt
# tox
regex==2024.5.15
regex==2024.7.24
# via
# -r requirements/test.txt
# nltk
scipy==1.10.1
scipy==1.14.0
# via -r requirements/test.txt
tomli==2.0.1
# via
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.15.1
tox==4.17.1
# via -r requirements/tox.txt
tqdm==4.66.4
tqdm==4.66.5
# via
# -r requirements/test.txt
# nltk
Expand Down
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
14 changes: 2 additions & 12 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.11
# by the following command:
#
# pip-compile --output-file=requirements/pip_tools.txt requirements/pip_tools.in
Expand All @@ -8,10 +8,6 @@ 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.1
# via build
pip-tools==7.4.1
Expand All @@ -20,14 +16,8 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# 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
26 changes: 10 additions & 16 deletions requirements/quality.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/quality.txt requirements/quality.in
#
astroid==3.2.2
astroid==3.2.4
# via pylint
click==8.1.7
# via
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.8.2
# via -r requirements/base.txt
numpy==1.24.4
numpy==2.0.1
# via
# -r requirements/base.txt
# scipy
platformdirs==4.2.2
# via pylint
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/quality.in
pylint==3.2.3
pylint==3.2.6
# via -r requirements/quality.in
pyparsing==3.1.2
# via -r requirements/base.txt
regex==2024.5.15
regex==2024.7.24
# via
# -r requirements/base.txt
# nltk
scipy==1.10.1
scipy==1.14.0
# via -r requirements/base.txt
tomli==2.0.1
tomlkit==0.13.0
# 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
14 changes: 7 additions & 7 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.8.2
# via -r requirements/base.txt
numpy==1.24.4
numpy==2.0.1
# via
# -r requirements/base.txt
# scipy
pyparsing==3.1.2
# via -r requirements/base.txt
regex==2024.5.15
regex==2024.7.24
# via
# -r requirements/base.txt
# nltk
scipy==1.10.1
scipy==1.14.0
# via -r requirements/base.txt
tqdm==4.66.4
tqdm==4.66.5
# via
# -r requirements/base.txt
# nltk
10 changes: 3 additions & 7 deletions requirements/tox.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/tox.txt requirements/tox.in
#
cachetools==5.3.3
cachetools==5.4.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -28,11 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.17.1
# via -r requirements/tox.in
virtualenv==20.26.3
# via tox
Loading