diff --git a/pyproject.toml b/pyproject.toml index dc5ccf8..4d7b14a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "yfinance>=0.2.31", "duckdb>=0.9.0,<2.0.0", "streamlit>=1.35.0,<2.0.0", - "plotly>=5.17.0,<6.0.0", + "plotly>=5.17.0,<7.0.0", "rich>=13.0.0", "python-dotenv>=1.0.0", "requests>=2.31.0", diff --git a/requirements.txt b/requirements.txt index fe65586..9c974a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ yfinance>=0.2.31 duckdb>=0.9.0,<2.0.0 streamlit>=1.35.0,<2.0.0 streamlit-lightweight-charts>=0.7.17,<1.0.0 -plotly>=5.17.0,<6.0.0 +plotly>=5.17.0,<7.0.0 pytest>=7.4.0 pytest-cov>=4.1.0 rich>=13.0.0