Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Updates dependencies including to:
* pandas 2.0
* exchange_calendars 4.2.6
* yahooquery 2.3.1
  • Loading branch information
maread99 committed Apr 9, 2023
1 parent 60319de commit 56d4ae0
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 58 deletions.
20 changes: 11 additions & 9 deletions etc/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
colorama==0.4.6
# via tqdm
exchange-calendars==4.2.5
exchange-calendars==4.2.6
# via market-prices (pyproject.toml)
idna==3.4
# via requests
Expand All @@ -23,20 +23,20 @@ numpy==1.24.2
# exchange-calendars
# market-prices (pyproject.toml)
# pandas
pandas==1.5.3
pandas==2.0.0
# via
# exchange-calendars
# market-prices (pyproject.toml)
# yahooquery
pydantic==1.10.5
pydantic==1.10.7
# via market-prices (pyproject.toml)
pyluach==2.1.0
pyluach==2.2.0
# via exchange-calendars
python-dateutil==2.8.2
# via
# exchange-calendars
# pandas
pytz==2022.7.1
pytz==2023.3
# via
# exchange-calendars
# market-prices (pyproject.toml)
Expand All @@ -49,11 +49,13 @@ six==1.16.0
# via python-dateutil
toolz==0.12.0
# via exchange-calendars
tqdm==4.64.1
tqdm==4.65.0
# via yahooquery
typing-extensions==4.5.0
# via pydantic
urllib3==1.26.14
tzdata==2023.3
# via pandas
urllib3==1.26.15
# via requests
yahooquery==2.3.0
yahooquery==2.3.1
# via market-prices (pyproject.toml)
64 changes: 33 additions & 31 deletions etc/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile --extra=dev --output-file=etc/requirements_dev.txt pyproject.toml
#
astroid==2.14.2
astroid==2.15.2
# via pylint
attrs==22.2.0
# via
# hypothesis
# pytest
black==23.1.0
black==23.3.0
# via market-prices
blosc2==2.0.0
# via tables
Expand All @@ -20,7 +20,7 @@ certifi==2022.12.7
# via requests
cfgv==3.3.1
# via pre-commit
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via
Expand All @@ -33,31 +33,31 @@ colorama==0.4.6
# pylint
# pytest
# tqdm
cython==0.29.33
cython==0.29.34
# via tables
dill==0.3.6
# via pylint
distlib==0.3.6
# via virtualenv
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via
# hypothesis
# pytest
exchange-calendars==4.2.5
exchange-calendars==4.2.6
# via
# market-prices
# market-prices (pyproject.toml)
filelock==3.9.0
filelock==3.11.0
# via virtualenv
flake8==6.0.0
# via
# flake8-docstrings
# market-prices
flake8-docstrings==1.7.0
# via market-prices
hypothesis==6.68.2
hypothesis==6.71.0
# via market-prices
identify==2.5.18
identify==2.5.22
# via pre-commit
idna==3.4
# via requests
Expand All @@ -71,15 +71,15 @@ lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.2
# via yahooquery
market-prices[tests]==0.10
market-prices[tests]==0.10.1
# via market-prices (pyproject.toml)
mccabe==0.7.0
# via
# flake8
# pylint
msgpack==1.0.4
msgpack==1.0.5
# via blosc2
mypy==1.0.1
mypy==1.2.0
# via market-prices (pyproject.toml)
mypy-extensions==1.0.0
# via
Expand All @@ -104,46 +104,46 @@ packaging==23.0
# build
# pytest
# tables
pandas==1.5.3
pandas==2.0.0
# via
# exchange-calendars
# market-prices
# market-prices (pyproject.toml)
# yahooquery
pandas-stubs==1.5.3.230214
pandas-stubs==1.5.3.230321
# via market-prices (pyproject.toml)
pathspec==0.11.0
pathspec==0.11.1
# via black
pip-tools==6.12.2
pip-tools==6.13.0
# via market-prices (pyproject.toml)
platformdirs==3.0.0
platformdirs==3.2.0
# via
# black
# pylint
# virtualenv
pluggy==1.0.0
# via pytest
pre-commit==3.0.4
pre-commit==3.2.2
# via market-prices (pyproject.toml)
py-cpuinfo==9.0.0
# via tables
pycodestyle==2.10.0
# via flake8
pydantic==1.10.5
pydantic==1.10.7
# via
# market-prices
# market-prices (pyproject.toml)
pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.0.1
# via flake8
pylint==2.16.2
pylint==2.17.2
# via market-prices (pyproject.toml)
pyluach==2.1.0
pyluach==2.2.0
# via exchange-calendars
pyproject-hooks==1.0.0
# via build
pytest==7.2.1
pytest==7.2.2
# via
# market-prices
# pytest-mock
Expand All @@ -153,7 +153,7 @@ python-dateutil==2.8.2
# via
# exchange-calendars
# pandas
pytz==2022.7.1
pytz==2023.3
# via
# exchange-calendars
# market-prices
Expand Down Expand Up @@ -181,13 +181,13 @@ tomli==2.0.1
# pylint
# pyproject-hooks
# pytest
tomlkit==0.11.6
tomlkit==0.11.7
# via pylint
toolz==0.12.0
# via exchange-calendars
tqdm==4.64.1
tqdm==4.65.0
# via yahooquery
types-pytz==2022.7.1.0
types-pytz==2023.3.0.0
# via
# market-prices
# pandas-stubs
Expand All @@ -198,15 +198,17 @@ typing-extensions==4.5.0
# mypy
# pydantic
# pylint
urllib3==1.26.14
tzdata==2023.3
# via pandas
urllib3==1.26.15
# via requests
virtualenv==20.19.0
virtualenv==20.21.0
# via pre-commit
wheel==0.38.4
wheel==0.40.0
# via pip-tools
wrapt==1.14.1
wrapt==1.15.0
# via astroid
yahooquery==2.3.0
yahooquery==2.3.1
# via
# market-prices
# market-prices (pyproject.toml)
Expand Down
38 changes: 20 additions & 18 deletions etc/requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ attrs==22.2.0
# via
# hypothesis
# pytest
black==23.1.0
black==23.3.0
# via market-prices (pyproject.toml)
blosc2==2.0.0
# via tables
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via black
Expand All @@ -23,21 +23,21 @@ colorama==0.4.6
# click
# pytest
# tqdm
cython==0.29.33
cython==0.29.34
# via tables
exceptiongroup==1.1.0
exceptiongroup==1.1.1
# via
# hypothesis
# pytest
exchange-calendars==4.2.5
exchange-calendars==4.2.6
# via market-prices (pyproject.toml)
flake8==6.0.0
# via
# flake8-docstrings
# market-prices (pyproject.toml)
flake8-docstrings==1.7.0
# via market-prices (pyproject.toml)
hypothesis==6.68.2
hypothesis==6.71.0
# via market-prices (pyproject.toml)
idna==3.4
# via requests
Expand All @@ -49,7 +49,7 @@ lxml==4.9.2
# via yahooquery
mccabe==0.7.0
# via flake8
msgpack==1.0.4
msgpack==1.0.5
# via blosc2
mypy-extensions==1.0.0
# via black
Expand All @@ -67,30 +67,30 @@ packaging==23.0
# black
# pytest
# tables
pandas==1.5.3
pandas==2.0.0
# via
# exchange-calendars
# market-prices (pyproject.toml)
# yahooquery
pathspec==0.11.0
pathspec==0.11.1
# via black
platformdirs==3.0.0
platformdirs==3.2.0
# via black
pluggy==1.0.0
# via pytest
py-cpuinfo==9.0.0
# via tables
pycodestyle==2.10.0
# via flake8
pydantic==1.10.5
pydantic==1.10.7
# via market-prices (pyproject.toml)
pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.0.1
# via flake8
pyluach==2.1.0
pyluach==2.2.0
# via exchange-calendars
pytest==7.2.1
pytest==7.2.2
# via
# market-prices (pyproject.toml)
# pytest-mock
Expand All @@ -100,7 +100,7 @@ python-dateutil==2.8.2
# via
# exchange-calendars
# pandas
pytz==2022.7.1
pytz==2023.3
# via
# exchange-calendars
# market-prices (pyproject.toml)
Expand All @@ -123,15 +123,17 @@ tomli==2.0.1
# pytest
toolz==0.12.0
# via exchange-calendars
tqdm==4.64.1
tqdm==4.65.0
# via yahooquery
types-pytz==2022.7.1.0
types-pytz==2023.3.0.0
# via market-prices (pyproject.toml)
typing-extensions==4.5.0
# via
# black
# pydantic
urllib3==1.26.14
tzdata==2023.3
# via pandas
urllib3==1.26.15
# via requests
yahooquery==2.3.0
yahooquery==2.3.1
# via market-prices (pyproject.toml)

0 comments on commit 56d4ae0

Please sign in to comment.