diff --git a/pyproject.toml b/pyproject.toml index e042f21..52f6073 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "keyring==25.6.0", "numpy==2.2.4", "pandas==2.2.3", - "plotly==6.0.1", + "plotly==6.3.1", "ratelimit==2.2.1", "requests==2.32.3" ] diff --git a/requirements.txt b/requirements.txt index 614d998..81df237 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ holidays==0.71 keyring==25.6.0 numpy==2.2.4 pandas==2.2.3 -plotly==6.0.1 +plotly==6.3.1 pytest==8.3.5 ratelimit==2.2.1 requests==2.32.3