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

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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ markupsafe==3.0.2
# via -r requirements/base.in
mpmath==1.3.0
# via sympy
numpy==2.1.3
numpy==2.2.0
# via
# -r requirements/base.in
# scipy
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand Down Expand Up @@ -61,7 +61,7 @@ tox==4.23.2
# via -r requirements/tox.txt
urllib3==2.2.3
# via requests
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/tox.txt
# tox
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.3.5
astroid==3.3.6
# via
# pylint
# pylint-celery
Expand All @@ -19,11 +19,11 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
colorama==0.4.6
# via tox
coverage==7.6.8
coverage==7.6.9
# via -r requirements/test.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -53,7 +53,7 @@ mpmath==1.3.0
# via
# -r requirements/base.txt
# sympy
numpy==2.1.3
numpy==2.2.0
# 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.2
# via
# -r requirements/test.in
# edx-lint
Expand All @@ -94,15 +94,15 @@ pyparsing==3.2.0
# 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
# 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.0
# 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.0
# via tox
Loading