Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Jan 3, 2024
1 parent bffd28e commit fb85c88
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 71 deletions.
30 changes: 18 additions & 12 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,28 @@
#
# pip-compile --output-file=etc/requirements.txt pyproject.toml
#
certifi==2023.7.22
beautifulsoup4==4.12.2
# via yahooquery
certifi==2023.11.17
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via tqdm
exchange-calendars==4.5
exchange-calendars==4.5.1
# via market-prices (pyproject.toml)
idna==3.4
idna==3.6
# via requests
korean-lunar-calendar==0.3.1
# via exchange-calendars
lxml==4.9.3
lxml==4.9.4
# via yahooquery
numpy==1.26.1
numpy==1.26.2
# via
# exchange-calendars
# market-prices (pyproject.toml)
# pandas
pandas==2.1.1
pandas==2.1.4
# via
# exchange-calendars
# market-prices (pyproject.toml)
Expand All @@ -37,23 +39,27 @@ python-dateutil==2.8.2
pytz==2023.3.post1
# via pandas
requests==2.31.0
# via requests-futures
# via
# requests-futures
# yahooquery
requests-futures==1.0.1
# via yahooquery
six==1.16.0
# via python-dateutil
soupsieve==2.5
# via beautifulsoup4
toolz==0.12.0
# via exchange-calendars
tqdm==4.66.1
# via yahooquery
tzdata==2023.3
tzdata==2023.4
# via
# exchange-calendars
# market-prices (pyproject.toml)
# pandas
urllib3==2.0.7
urllib3==2.1.0
# via requests
valimp==0.1
valimp==0.2
# via market-prices (pyproject.toml)
yahooquery==2.3.2
yahooquery==2.3.7
# via market-prices (pyproject.toml)
52 changes: 29 additions & 23 deletions etc/requirements_dependabot/requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
#
# pip-compile --extra=tests --output-file=etc/requirements_dependabot/requirements_tests.txt pyproject.toml
#
attrs==23.1.0
attrs==23.2.0
# via hypothesis
black==23.10.1
beautifulsoup4==4.12.2
# via yahooquery
black==23.12.1
# via market-prices (pyproject.toml)
blosc2==2.2.9
blosc2==2.4.0
# via tables
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
Expand All @@ -21,27 +23,27 @@ colorama==0.4.6
# click
# pytest
# tqdm
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# hypothesis
# pytest
exchange-calendars==4.5
exchange-calendars==4.5.1
# via market-prices (pyproject.toml)
flake8==6.1.0
# via
# flake8-docstrings
# market-prices (pyproject.toml)
flake8-docstrings==1.7.0
# via market-prices (pyproject.toml)
hypothesis==6.88.1
hypothesis==6.92.2
# via market-prices (pyproject.toml)
idna==3.4
idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
korean-lunar-calendar==0.3.1
# via exchange-calendars
lxml==4.9.3
lxml==4.9.4
# via yahooquery
mccabe==0.7.0
# via flake8
Expand All @@ -51,9 +53,9 @@ mypy-extensions==1.0.0
# via black
ndindex==1.7
# via blosc2
numexpr==2.8.7
numexpr==2.8.8
# via tables
numpy==1.26.1
numpy==1.26.2
# via
# blosc2
# exchange-calendars
Expand All @@ -66,14 +68,14 @@ packaging==23.2
# black
# pytest
# tables
pandas==2.1.1
pandas==2.1.4
# via
# exchange-calendars
# market-prices (pyproject.toml)
# yahooquery
pathspec==0.11.2
pathspec==0.12.1
# via black
platformdirs==3.11.0
platformdirs==4.1.0
# via black
pluggy==1.3.0
# via pytest
Expand All @@ -89,7 +91,7 @@ pyflakes==3.1.0
# via flake8
pyluach==2.2.0
# via exchange-calendars
pytest==7.4.3
pytest==7.4.4
# via
# market-prices (pyproject.toml)
# pytest-mock
Expand All @@ -102,7 +104,9 @@ python-dateutil==2.8.2
pytz==2023.3.post1
# via pandas
requests==2.31.0
# via requests-futures
# via
# requests-futures
# yahooquery
requests-futures==1.0.1
# via yahooquery
six==1.16.0
Expand All @@ -111,7 +115,9 @@ snowballstemmer==2.2.0
# via pydocstyle
sortedcontainers==2.4.0
# via hypothesis
tables==3.9.1
soupsieve==2.5
# via beautifulsoup4
tables==3.9.2
# via market-prices (pyproject.toml)
tomli==2.0.1
# via
Expand All @@ -121,16 +127,16 @@ toolz==0.12.0
# via exchange-calendars
tqdm==4.66.1
# via yahooquery
typing-extensions==4.8.0
typing-extensions==4.9.0
# via black
tzdata==2023.3
tzdata==2023.4
# via
# exchange-calendars
# market-prices (pyproject.toml)
# pandas
urllib3==2.0.7
urllib3==2.1.0
# via requests
valimp==0.1
valimp==0.2
# via market-prices (pyproject.toml)
yahooquery==2.3.2
yahooquery==2.3.7
# via market-prices (pyproject.toml)
Loading

0 comments on commit fb85c88

Please sign in to comment.