diff --git a/pyproject.toml b/pyproject.toml index d9ed222..6b84388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" dependencies = [ "flask >=2.2.2, <4", "toml >=0.10.2, <1", - "pandas ==1.5.3", + "pandas ==2.2.0", "flask-assets >=2.0", "Bootstrap-flask >=2.2.0", "wheel >=0" diff --git a/requirements.txt b/requirements.txt index 7fc88ac..50faa05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ Jinja2 == 3.1.3 libsass == 0.22.0 MarkupSafe == 2.1.2 numpy == 1.24.2 -pandas == 1.5.3 +pandas == 2.2.0 pip == 24.0 python-dateutil == 2.8.2 pytz == 2022.7.1