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

Update dependencies #340

Merged
merged 1 commit into from
Oct 15, 2023
Merged
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
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.25.2
numpy==1.26.1
# via
# exchange-calendars (pyproject.toml)
# pandas
pandas==2.1.0
pandas==2.1.1
# via exchange-calendars (pyproject.toml)
pyluach==2.2.0
# via exchange-calendars (pyproject.toml)
Expand Down
14 changes: 7 additions & 7 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==6.1.0
# via exchange-calendars (pyproject.toml)
hypothesis==6.84.2
hypothesis==6.87.4
# via exchange-calendars (pyproject.toml)
importlib-metadata==6.8.0
# via build
Expand All @@ -33,31 +33,31 @@ korean-lunar-calendar==0.3.1
# via exchange-calendars (pyproject.toml)
mccabe==0.7.0
# via flake8
numpy==1.25.2
numpy==1.26.1
# via
# exchange-calendars (pyproject.toml)
# pandas
packaging==23.1
packaging==23.2
# via
# build
# pytest
pandas==2.1.0
pandas==2.1.1
# via exchange-calendars (pyproject.toml)
pip-tools==7.3.0
# via exchange-calendars (pyproject.toml)
pluggy==1.3.0
# via pytest
py-cpuinfo==9.0.0
# via pytest-benchmark
pycodestyle==2.11.0
pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
# via flake8
pyluach==2.2.0
# via exchange-calendars (pyproject.toml)
pyproject-hooks==1.0.0
# via build
pytest==7.4.1
pytest==7.4.2
# via
# exchange-calendars (pyproject.toml)
# pytest-benchmark
Expand Down Expand Up @@ -90,7 +90,7 @@ tzdata==2023.3
# pandas
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions etc/requirements_minpandas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ execnet==2.0.2
# via pytest-xdist
flake8==6.1.0
# via exchange-calendars (pyproject.toml)
hypothesis==6.84.2
hypothesis==6.87.4
# via exchange-calendars (pyproject.toml)
importlib-metadata==6.8.0
# via build
Expand All @@ -37,11 +37,11 @@ korean-lunar-calendar==0.3.1
# via exchange-calendars (pyproject.toml)
mccabe==0.7.0
# via flake8
numpy==1.25.2
numpy==1.26.1
# via
# exchange-calendars (pyproject.toml)
# pandas
packaging==23.1
packaging==23.2
# via
# build
# pytest
Expand All @@ -53,15 +53,15 @@ pluggy==1.3.0
# via pytest
py-cpuinfo==9.0.0
# via pytest-benchmark
pycodestyle==2.11.0
pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
# via flake8
pyluach==2.2.0
# via exchange-calendars (pyproject.toml)
pyproject-hooks==1.0.0
# via build
pytest==7.4.1
pytest==7.4.2
# via
# exchange-calendars (pyproject.toml)
# pytest-benchmark
Expand Down Expand Up @@ -92,7 +92,7 @@ tzdata==2023.3
# via exchange-calendars (pyproject.toml)
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

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