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 Oct 21, 2024
1 parent 378c8c4 commit 9107a73
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 86 deletions.
16 changes: 8 additions & 8 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 @@ -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
37 changes: 16 additions & 21 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.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
Expand All @@ -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
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.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
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
34 changes: 14 additions & 20 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -1,56 +1,50 @@
#
# 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
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
18 changes: 9 additions & 9 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.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
20 changes: 8 additions & 12 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
distlib==0.3.9
# 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.23.0
# via -r requirements/tox.in
virtualenv==20.26.3
virtualenv==20.27.0
# via tox

0 comments on commit 9107a73

Please sign in to comment.