diff --git a/pyproject.toml b/pyproject.toml index e042f21..0f4eefb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "holidays==0.71", "keyring==25.6.0", "numpy==2.2.4", - "pandas==2.2.3", + "pandas==2.3.3", "plotly==6.0.1", "ratelimit==2.2.1", "requests==2.32.3" diff --git a/requirements.txt b/requirements.txt index 614d998..80e5a47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ freezegun==1.5.1 holidays==0.71 keyring==25.6.0 numpy==2.2.4 -pandas==2.2.3 +pandas==2.3.3 plotly==6.0.1 pytest==8.3.5 ratelimit==2.2.1