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 Jan 6, 2025
1 parent f60d36e commit 44dff7a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ markupsafe==3.0.2
# via -r requirements/base.in
mpmath==1.3.0
# via sympy
numpy==2.1.3
numpy==2.2.1
# via
# -r requirements/base.in
# scipy
pyparsing==3.2.0
pyparsing==3.2.1
# via -r requirements/base.in
scipy==1.14.1
scipy==1.15.0
# via -r requirements/base.in
sympy==1.13.3
# via -r requirements/base.in
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ cachetools==5.5.0
# via
# -r requirements/tox.txt
# tox
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via
# -r requirements/tox.txt
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.8
coverage[toml]==7.6.10
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down Expand Up @@ -59,9 +59,9 @@ requests==2.32.3
# via coveralls
tox==4.23.2
# via -r requirements/tox.txt
urllib3==2.2.3
urllib3==2.3.0
# via requests
virtualenv==20.27.1
virtualenv==20.28.1
# via
# -r requirements/tox.txt
# tox
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
packaging==24.2
# via build
Expand Down
24 changes: 12 additions & 12 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
#
# make upgrade
#
astroid==3.3.5
astroid==3.3.8
# via
# pylint
# pylint-celery
cachetools==5.5.0
# via tox
chardet==5.2.0
# via tox
click==8.1.7
click==8.1.8
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.1.0
# via edx-lint
colorama==0.4.6
# via tox
coverage==7.6.8
coverage==7.6.10
# via -r requirements/test.in
dill==0.3.9
# via pylint
Expand All @@ -39,7 +39,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.5
# via code-annotations
lxml==5.3.0
# via -r requirements/base.txt
Expand All @@ -53,7 +53,7 @@ mpmath==1.3.0
# via
# -r requirements/base.txt
# sympy
numpy==2.1.3
numpy==2.2.1
# via
# -r requirements/base.txt
# scipy
Expand All @@ -75,7 +75,7 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/test.in
pylint==3.3.1
pylint==3.3.3
# via
# -r requirements/test.in
# edx-lint
Expand All @@ -90,19 +90,19 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pyparsing==3.2.0
pyparsing==3.2.1
# via -r requirements/base.txt
pyproject-api==1.8.0
# via tox
pytest==8.3.3
pytest==8.3.4
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.2
# via code-annotations
scipy==1.14.1
scipy==1.15.0
# via -r requirements/base.txt
six==1.16.0
six==1.17.0
# via edx-lint
stevedore==5.4.0
# via code-annotations
Expand All @@ -114,5 +114,5 @@ tomlkit==0.13.2
# via pylint
tox==4.23.2
# via -r requirements/test.in
virtualenv==20.27.1
virtualenv==20.28.1
# via tox
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/tox.in
virtualenv==20.27.1
virtualenv==20.28.1
# via tox

0 comments on commit 44dff7a

Please sign in to comment.