Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Includes updating pandas to 2.0.
  • Loading branch information
maread99 committed Apr 9, 2023
1 parent 5a611c9 commit 1768d2b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 41 deletions.
14 changes: 8 additions & 6 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=etc/requirements.txt pyproject.toml
#
korean-lunar-calendar==0.3.1
# via exchange-calendars (pyproject.toml)
numpy==1.24.1
numpy==1.24.2
# via
# exchange-calendars (pyproject.toml)
# pandas
pandas==1.5.2
pandas==2.0.0
# via exchange-calendars (pyproject.toml)
pyluach==2.0.2
pyluach==2.2.0
# via exchange-calendars (pyproject.toml)
python-dateutil==2.8.2
# via
# exchange-calendars (pyproject.toml)
# pandas
pytz==2022.7
pytz==2023.3
# via
# exchange-calendars (pyproject.toml)
# pandas
six==1.16.0
# via python-dateutil
toolz==0.12.0
# via exchange-calendars (pyproject.toml)
tzdata==2023.3
# via pandas
37 changes: 19 additions & 18 deletions etc/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --extra=dev --output-file=etc/requirements_dev.txt pyproject.toml
#
attrs==22.2.0
# via
# hypothesis
# pytest
build==0.9.0
build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
Expand All @@ -17,35 +17,33 @@ colorama==0.4.6
# build
# click
# pytest
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via
# hypothesis
# pytest
execnet==1.9.0
# via pytest-xdist
flake8==6.0.0
# via exchange-calendars (pyproject.toml)
hypothesis==6.61.0
hypothesis==6.71.0
# via exchange-calendars (pyproject.toml)
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
korean-lunar-calendar==0.3.1
# via exchange-calendars (pyproject.toml)
mccabe==0.7.0
# via flake8
numpy==1.24.1
numpy==1.24.2
# via
# exchange-calendars (pyproject.toml)
# pandas
packaging==22.0
packaging==23.0
# via
# build
# pytest
pandas==1.5.2
pandas==2.0.0
# via exchange-calendars (pyproject.toml)
pep517==0.13.0
# via build
pip-tools==6.12.1
pip-tools==6.13.0
# via exchange-calendars (pyproject.toml)
pluggy==1.0.0
# via pytest
Expand All @@ -55,22 +53,24 @@ pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
# via flake8
pyluach==2.0.2
pyluach==2.2.0
# via exchange-calendars (pyproject.toml)
pytest==7.2.0
pyproject-hooks==1.0.0
# via build
pytest==7.2.2
# via
# exchange-calendars (pyproject.toml)
# pytest-benchmark
# pytest-xdist
pytest-benchmark==4.0.0
# via exchange-calendars (pyproject.toml)
pytest-xdist==3.1.0
pytest-xdist==3.2.1
# via exchange-calendars (pyproject.toml)
python-dateutil==2.8.2
# via
# exchange-calendars (pyproject.toml)
# pandas
pytz==2022.7
pytz==2023.3
# via
# exchange-calendars (pyproject.toml)
# pandas
Expand All @@ -81,11 +81,12 @@ sortedcontainers==2.4.0
tomli==2.0.1
# via
# build
# pep517
# pytest
toolz==0.12.0
# via exchange-calendars (pyproject.toml)
wheel==0.38.4
tzdata==2023.3
# via pandas
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
33 changes: 16 additions & 17 deletions etc/requirements_minpandas.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --extra=dev --output-file=etc/requirements_minpandas.txt pyproject.toml
#
Expand All @@ -12,7 +12,7 @@ attrs==22.2.0
# via
# hypothesis
# pytest
build==0.9.0
build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
Expand All @@ -21,35 +21,33 @@ colorama==0.4.6
# build
# click
# pytest
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via
# hypothesis
# pytest
execnet==1.9.0
# via pytest-xdist
flake8==6.0.0
# via exchange-calendars (pyproject.toml)
hypothesis==6.61.0
hypothesis==6.71.0
# via exchange-calendars (pyproject.toml)
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
korean-lunar-calendar==0.3.1
# via exchange-calendars (pyproject.toml)
mccabe==0.7.0
# via flake8
numpy==1.24.1
numpy==1.24.2
# via
# exchange-calendars (pyproject.toml)
# pandas
packaging==22.0
packaging==23.0
# via
# build
# pytest
pandas==1.1.0
# via exchange-calendars (pyproject.toml)
pep517==0.13.0
# via build
pip-tools==6.12.1
pip-tools==6.13.0
# via exchange-calendars (pyproject.toml)
pluggy==1.0.0
# via pytest
Expand All @@ -59,22 +57,24 @@ pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
# via flake8
pyluach==2.0.2
pyluach==2.2.0
# via exchange-calendars (pyproject.toml)
pytest==7.2.0
pyproject-hooks==1.0.0
# via build
pytest==7.2.2
# via
# exchange-calendars (pyproject.toml)
# pytest-benchmark
# pytest-xdist
pytest-benchmark==4.0.0
# via exchange-calendars (pyproject.toml)
pytest-xdist==3.1.0
pytest-xdist==3.2.1
# via exchange-calendars (pyproject.toml)
python-dateutil==2.8.2
# via
# exchange-calendars (pyproject.toml)
# pandas
pytz==2022.7
pytz==2023.3
# via
# exchange-calendars (pyproject.toml)
# pandas
Expand All @@ -85,11 +85,10 @@ sortedcontainers==2.4.0
tomli==2.0.1
# via
# build
# pep517
# pytest
toolz==0.12.0
# via exchange-calendars (pyproject.toml)
wheel==0.38.4
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 1768d2b

Please sign in to comment.