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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
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
Loading