Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed May 25, 2023
1 parent 7e9e5d6 commit 670d524
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
4 changes: 2 additions & 2 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
korean-lunar-calendar==0.3.1
# via exchange-calendars (pyproject.toml)
numpy==1.24.2
numpy==1.24.3
# via
# exchange-calendars (pyproject.toml)
# pandas
pandas==2.0.0
pandas==2.0.1
# via exchange-calendars (pyproject.toml)
pyluach==2.2.0
# via exchange-calendars (pyproject.toml)
Expand Down
18 changes: 8 additions & 10 deletions etc/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
# pip-compile --extra=dev --output-file=etc/requirements_dev.txt pyproject.toml
#
attrs==22.2.0
# via
# hypothesis
# pytest
attrs==23.1.0
# via hypothesis
build==0.10.0
# via pip-tools
click==8.1.3
Expand All @@ -25,23 +23,23 @@ execnet==1.9.0
# via pytest-xdist
flake8==6.0.0
# via exchange-calendars (pyproject.toml)
hypothesis==6.71.0
hypothesis==6.75.3
# via exchange-calendars (pyproject.toml)
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.2
numpy==1.24.3
# via
# exchange-calendars (pyproject.toml)
# pandas
packaging==23.0
packaging==23.1
# via
# build
# pytest
pandas==2.0.0
pandas==2.0.1
# via exchange-calendars (pyproject.toml)
pip-tools==6.13.0
# via exchange-calendars (pyproject.toml)
Expand All @@ -57,14 +55,14 @@ pyluach==2.2.0
# via exchange-calendars (pyproject.toml)
pyproject-hooks==1.0.0
# via build
pytest==7.2.2
pytest==7.3.1
# via
# exchange-calendars (pyproject.toml)
# pytest-benchmark
# pytest-xdist
pytest-benchmark==4.0.0
# via exchange-calendars (pyproject.toml)
pytest-xdist==3.2.1
pytest-xdist==3.3.1
# via exchange-calendars (pyproject.toml)
python-dateutil==2.8.2
# via
Expand Down
16 changes: 7 additions & 9 deletions etc/requirements_minpandas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
#
# pip-compile --upgrade --upgrade-package pandas==1.1 --extra=dev --output-file=etc/requirements_minpandas.txt pyproject.toml
#
attrs==22.2.0
# via
# hypothesis
# pytest
attrs==23.1.0
# via hypothesis
build==0.10.0
# via pip-tools
click==8.1.3
Expand All @@ -29,19 +27,19 @@ execnet==1.9.0
# via pytest-xdist
flake8==6.0.0
# via exchange-calendars (pyproject.toml)
hypothesis==6.71.0
hypothesis==6.75.3
# via exchange-calendars (pyproject.toml)
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.2
numpy==1.24.3
# via
# exchange-calendars (pyproject.toml)
# pandas
packaging==23.0
packaging==23.1
# via
# build
# pytest
Expand All @@ -61,14 +59,14 @@ pyluach==2.2.0
# via exchange-calendars (pyproject.toml)
pyproject-hooks==1.0.0
# via build
pytest==7.2.2
pytest==7.3.1
# via
# exchange-calendars (pyproject.toml)
# pytest-benchmark
# pytest-xdist
pytest-benchmark==4.0.0
# via exchange-calendars (pyproject.toml)
pytest-xdist==3.2.1
pytest-xdist==3.3.1
# via exchange-calendars (pyproject.toml)
python-dateutil==2.8.2
# via
Expand Down

0 comments on commit 670d524

Please sign in to comment.