Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Feb 15, 2024
1 parent 4677bc5 commit 9f0f724
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
korean-lunar-calendar==0.3.1
# via exchange_calendars (pyproject.toml)
numpy==1.26.3
numpy==1.26.4
# via
# exchange_calendars (pyproject.toml)
# pandas
Expand All @@ -16,13 +16,13 @@ pyluach==2.2.0
# via exchange_calendars (pyproject.toml)
python-dateutil==2.8.2
# via pandas
pytz==2023.4
pytz==2024.1
# via pandas
six==1.16.0
# via python-dateutil
toolz==0.12.1
# via exchange_calendars (pyproject.toml)
tzdata==2023.4
tzdata==2024.1
# via
# exchange_calendars (pyproject.toml)
# pandas
8 changes: 4 additions & 4 deletions etc/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ execnet==2.0.2
# via pytest-xdist
flake8==7.0.0
# via exchange_calendars (pyproject.toml)
hypothesis==6.97.3
hypothesis==6.98.6
# via exchange_calendars (pyproject.toml)
importlib-metadata==7.0.1
# via build
Expand All @@ -33,7 +33,7 @@ korean-lunar-calendar==0.3.1
# via exchange_calendars (pyproject.toml)
mccabe==0.7.0
# via flake8
numpy==1.26.3
numpy==1.26.4
# via
# exchange_calendars (pyproject.toml)
# pandas
Expand Down Expand Up @@ -68,7 +68,7 @@ pytest-xdist==3.5.0
# via exchange_calendars (pyproject.toml)
python-dateutil==2.8.2
# via pandas
pytz==2023.4
pytz==2024.1
# via pandas
six==1.16.0
# via python-dateutil
Expand All @@ -82,7 +82,7 @@ tomli==2.0.1
# pytest
toolz==0.12.1
# via exchange_calendars (pyproject.toml)
tzdata==2023.4
tzdata==2024.1
# via
# exchange_calendars (pyproject.toml)
# pandas
Expand Down
8 changes: 4 additions & 4 deletions etc/requirements_minpandas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ execnet==2.0.2
# via pytest-xdist
flake8==7.0.0
# via exchange_calendars (pyproject.toml)
hypothesis==6.97.3
hypothesis==6.98.6
# via exchange_calendars (pyproject.toml)
importlib-metadata==7.0.1
# via build
Expand All @@ -38,7 +38,7 @@ korean-lunar-calendar==0.3.1
# via exchange_calendars (pyproject.toml)
mccabe==0.7.0
# via flake8
numpy==1.26.3
numpy==1.26.4
# via
# exchange_calendars (pyproject.toml)
# pandas
Expand Down Expand Up @@ -73,7 +73,7 @@ pytest-xdist==3.5.0
# via exchange_calendars (pyproject.toml)
python-dateutil==2.8.2
# via pandas
pytz==2023.4
pytz==2024.1
# via pandas
six==1.16.0
# via python-dateutil
Expand All @@ -87,7 +87,7 @@ tomli==2.0.1
# pytest
toolz==0.12.1
# via exchange_calendars (pyproject.toml)
tzdata==2023.4
tzdata==2024.1
# via exchange_calendars (pyproject.toml)
wheel==0.42.0
# via pip-tools
Expand Down

0 comments on commit 9f0f724

Please sign in to comment.