diff --git a/etc/requirements.txt b/etc/requirements.txt index 3f3e7ac..e854ad2 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -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) @@ -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) diff --git a/etc/requirements_dependabot/requirements_tests.txt b/etc/requirements_dependabot/requirements_tests.txt index 61f46f1..d6c901b 100644 --- a/etc/requirements_dependabot/requirements_tests.txt +++ b/etc/requirements_dependabot/requirements_tests.txt @@ -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 @@ -21,11 +23,11 @@ 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 @@ -33,15 +35,15 @@ flake8==6.1.0 # 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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) diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index 80f6240..8b0ceb0 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -4,21 +4,23 @@ # # pip-compile --extra=dev --output-file=etc/requirements_dev.txt pyproject.toml # -astroid==3.0.1 +astroid==3.0.2 # via pylint -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 build==1.0.3 # via pip-tools -certifi==2023.7.22 +certifi==2023.11.17 # via requests cfgv==3.4.0 # via pre-commit -charset-normalizer==3.3.1 +charset-normalizer==3.3.2 # via requests click==8.1.7 # via @@ -33,15 +35,15 @@ colorama==0.4.6 # tqdm dill==0.3.7 # via pylint -distlib==0.3.7 +distlib==0.3.8 # via virtualenv -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) -filelock==3.12.4 +filelock==3.13.1 # via virtualenv flake8==6.1.0 # via @@ -49,21 +51,21 @@ flake8==6.1.0 # 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) -identify==2.5.30 +identify==2.5.33 # via pre-commit -idna==3.4 +idna==3.6 # via requests -importlib-metadata==6.8.0 +importlib-metadata==7.0.1 # via build iniconfig==2.0.0 # via pytest -isort==5.12.0 +isort==5.13.2 # via pylint korean-lunar-calendar==0.3.1 # via exchange-calendars -lxml==4.9.3 +lxml==4.9.4 # via yahooquery mccabe==0.7.0 # via @@ -71,7 +73,7 @@ mccabe==0.7.0 # pylint msgpack==1.0.7 # via blosc2 -mypy==1.6.1 +mypy==1.8.0 # via market-prices (pyproject.toml) mypy-extensions==1.0.0 # via @@ -82,9 +84,9 @@ ndindex==1.7 # via blosc2 nodeenv==1.8.0 # via pre-commit -numexpr==2.8.7 +numexpr==2.8.8 # via tables -numpy==1.26.1 +numpy==1.26.2 # via # blosc2 # exchange-calendars @@ -99,25 +101,25 @@ packaging==23.2 # build # pytest # tables -pandas==2.1.1 +pandas==2.1.4 # via # exchange-calendars # market-prices (pyproject.toml) # yahooquery -pandas-stubs==2.1.1.230928 +pandas-stubs==2.1.4.231227 # via market-prices (pyproject.toml) -pathspec==0.11.2 +pathspec==0.12.1 # via black pip-tools==7.3.0 # via market-prices (pyproject.toml) -platformdirs==3.11.0 +platformdirs==4.1.0 # via # black # pylint # virtualenv pluggy==1.3.0 # via pytest -pre-commit==3.5.0 +pre-commit==3.6.0 # via market-prices (pyproject.toml) py-cpuinfo==9.0.0 # via @@ -129,13 +131,13 @@ pydocstyle==6.3.0 # via flake8-docstrings pyflakes==3.1.0 # via flake8 -pylint==3.0.2 +pylint==3.0.3 # via market-prices (pyproject.toml) pyluach==2.2.0 # via exchange-calendars pyproject-hooks==1.0.0 # via build -pytest==7.4.3 +pytest==7.4.4 # via # market-prices (pyproject.toml) # pytest-mock @@ -150,7 +152,9 @@ pytz==2023.3.post1 pyyaml==6.0.1 # via pre-commit requests==2.31.0 - # via requests-futures + # via + # requests-futures + # yahooquery requests-futures==1.0.1 # via yahooquery six==1.16.0 @@ -159,7 +163,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 @@ -170,7 +176,7 @@ tomli==2.0.1 # pylint # pyproject-hooks # pytest -tomlkit==0.12.1 +tomlkit==0.12.3 # via pylint toolz==0.12.0 # via exchange-calendars @@ -178,26 +184,26 @@ tqdm==4.66.1 # via yahooquery types-pytz==2023.3.1.1 # via pandas-stubs -typing-extensions==4.8.0 +typing-extensions==4.9.0 # via # astroid # black # mypy # pylint -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) -virtualenv==20.24.6 +virtualenv==20.25.0 # via pre-commit -wheel==0.41.2 +wheel==0.42.0 # via pip-tools -yahooquery==2.3.2 +yahooquery==2.3.7 # via market-prices (pyproject.toml) zipp==3.17.0 # via importlib-metadata