Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Oct 15, 2023
1 parent 7442f2a commit 74b3181
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 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.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

0 comments on commit 74b3181

Please sign in to comment.