Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Also preemptively constrains numpy dependency to <2 in anticipation of breaking changes with the upcoming major release 2.0.
  • Loading branch information
maread99 committed Feb 2, 2024
1 parent e919b06 commit b8256a3
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 69 deletions.
25 changes: 12 additions & 13 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
asttokens==2.4.1
# via stack-data
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via yahooquery
bqplot==0.12.42
# via market_analy (pyproject.toml)
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -28,13 +28,13 @@ decorator==5.1.1
# via ipython
exceptiongroup==1.2.0
# via ipython
exchange-calendars==4.5.1
exchange-calendars==4.5.2
# via
# market-prices
# market_analy (pyproject.toml)
executing==2.0.1
# via stack-data
fonttools==4.47.0
fonttools==4.47.2
# via matplotlib
idna==3.6
# via requests
Expand All @@ -53,7 +53,7 @@ ipywidgets==8.1.1
# market_analy (pyproject.toml)
jedi==0.19.1
# via ipython
jinja2==3.1.2
jinja2==3.1.3
# via market_analy (pyproject.toml)
jupyterlab-widgets==3.0.9
# via ipywidgets
Expand All @@ -63,9 +63,9 @@ korean-lunar-calendar==0.3.1
# via exchange-calendars
lxml==4.9.4
# via yahooquery
market-prices==0.11.2
market-prices==0.12
# via market_analy (pyproject.toml)
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
matplotlib==3.8.2
# via market_analy (pyproject.toml)
Expand All @@ -82,7 +82,7 @@ numpy==1.26.3
# pandas
packaging==23.2
# via matplotlib
pandas==2.1.4
pandas==2.2.0
# via
# bqplot
# exchange-calendars
Expand All @@ -105,10 +105,9 @@ pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
# via
# exchange-calendars
# matplotlib
# pandas
pytz==2023.3.post1
pytz==2024.1
# via pandas
requests==2.31.0
# via
Expand All @@ -124,7 +123,7 @@ soupsieve==2.5
# via beautifulsoup4
stack-data==0.6.3
# via ipython
toolz==0.12.0
toolz==0.12.1
# via exchange-calendars
tqdm==4.66.1
# via yahooquery
Expand All @@ -147,11 +146,11 @@ tzdata==2023.4
# market-prices
# market_analy (pyproject.toml)
# pandas
urllib3==2.1.0
urllib3==2.2.0
# via requests
valimp==0.2
# via market-prices
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
widgetsnbextension==4.0.9
# via ipywidgets
Expand Down
37 changes: 18 additions & 19 deletions etc/requirements_dependabot/requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
asttokens==2.4.1
# via stack-data
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via yahooquery
black==23.12.1
black==24.1.1
# via market_analy (pyproject.toml)
bqplot==0.12.42
# via market_analy (pyproject.toml)
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -36,19 +36,19 @@ exceptiongroup==1.2.0
# via
# ipython
# pytest
exchange-calendars==4.5.1
exchange-calendars==4.5.2
# via
# market-prices
# market_analy (pyproject.toml)
executing==2.0.1
# via stack-data
flake8==6.1.0
flake8==7.0.0
# via
# flake8-docstrings
# market_analy (pyproject.toml)
flake8-docstrings==1.7.0
# via market_analy (pyproject.toml)
fonttools==4.47.0
fonttools==4.47.2
# via matplotlib
idna==3.6
# via requests
Expand All @@ -69,7 +69,7 @@ ipywidgets==8.1.1
# market_analy (pyproject.toml)
jedi==0.19.1
# via ipython
jinja2==3.1.2
jinja2==3.1.3
# via market_analy (pyproject.toml)
jupyterlab-widgets==3.0.9
# via ipywidgets
Expand All @@ -79,9 +79,9 @@ korean-lunar-calendar==0.3.1
# via exchange-calendars
lxml==4.9.4
# via yahooquery
market-prices==0.11.2
market-prices==0.12
# via market_analy (pyproject.toml)
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
matplotlib==3.8.2
# via market_analy (pyproject.toml)
Expand All @@ -105,7 +105,7 @@ packaging==23.2
# black
# matplotlib
# pytest
pandas==2.1.4
pandas==2.2.0
# via
# bqplot
# exchange-calendars
Expand All @@ -118,9 +118,9 @@ pathspec==0.12.1
# via black
pillow==10.2.0
# via matplotlib
platformdirs==4.1.0
platformdirs==4.2.0
# via black
pluggy==1.3.0
pluggy==1.4.0
# via pytest
prompt-toolkit==3.0.43
# via ipython
Expand All @@ -130,26 +130,25 @@ pycodestyle==2.11.1
# via flake8
pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.1.0
pyflakes==3.2.0
# via flake8
pygments==2.17.2
# via ipython
pyluach==2.2.0
# via exchange-calendars
pyparsing==3.1.1
# via matplotlib
pytest==7.4.4
pytest==8.0.0
# via
# market_analy (pyproject.toml)
# pytest-mock
pytest-mock==3.12.0
# via market_analy (pyproject.toml)
python-dateutil==2.8.2
# via
# exchange-calendars
# matplotlib
# pandas
pytz==2023.3.post1
pytz==2024.1
# via pandas
requests==2.31.0
# via
Expand All @@ -171,7 +170,7 @@ tomli==2.0.1
# via
# black
# pytest
toolz==0.12.0
toolz==0.12.1
# via exchange-calendars
tqdm==4.66.1
# via yahooquery
Expand All @@ -196,11 +195,11 @@ tzdata==2023.4
# market-prices
# market_analy (pyproject.toml)
# pandas
urllib3==2.1.0
urllib3==2.2.0
# via requests
valimp==0.2
# via market-prices
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
widgetsnbextension==4.0.9
# via ipywidgets
Expand Down
Loading

0 comments on commit b8256a3

Please sign in to comment.