Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 5, 2024
1 parent 25ea135 commit 8d51a61
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 60 deletions.
10 changes: 5 additions & 5 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 @@ -12,15 +12,15 @@ markupsafe==2.1.5
# via -r requirements/base.in
nltk==3.8.1
# 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
21 changes: 8 additions & 13 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 @@ -39,7 +39,7 @@ markupsafe==2.1.5
# via -r requirements/test.txt
nltk==3.8.1
# 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.16.0
# 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
24 changes: 9 additions & 15 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 @@ -24,33 +24,27 @@ mccabe==0.7.0
# via pylint
nltk==3.8.1
# 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
12 changes: 6 additions & 6 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,7 +8,7 @@ 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
Expand All @@ -18,19 +18,19 @@ markupsafe==2.1.5
# via -r requirements/base.txt
nltk==3.8.1
# 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.16.0
# via -r requirements/tox.in
virtualenv==20.26.3
# via tox

0 comments on commit 8d51a61

Please sign in to comment.