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 Dec 12, 2024
1 parent bfef2e8 commit 9f6c0e5
Show file tree
Hide file tree
Showing 8 changed files with 171 additions and 253 deletions.
24 changes: 10 additions & 14 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
#
# 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:
#
# make upgrade
#
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
numpy==1.24.4
numpy==2.2.0
# via pandas
packaging==23.2
packaging==24.2
# via pytest
pandas==2.0.3
pandas==2.2.3
# via -r requirements/base.in
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.0.2
pytest==8.3.4
# via
# -r requirements/base.in
# pytest-json-report
Expand All @@ -25,13 +23,11 @@ pytest-json-report==1.5.0
# via -r requirements/base.in
pytest-metadata==3.1.1
# via pytest-json-report
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.1
pytz==2024.2
# via pandas
six==1.16.0
six==1.17.0
# via python-dateutil
tomli==2.0.1
# via pytest
tzdata==2024.1
tzdata==2024.2
# via pandas
24 changes: 10 additions & 14 deletions requirements/ci.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:
#
# make upgrade
#
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.13.1
filelock==3.16.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.2
# via
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
pyproject-api==1.8.0
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.28.0
# via tox
Loading

0 comments on commit 9f6c0e5

Please sign in to comment.