diff --git a/pyproject.toml b/pyproject.toml index 4f02a9c..c5c413d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pandas==2.3.3", "numpy==2.4.3", "openpyxl==3.1.5", - "pillow==12.1.1", + "pillow==12.2.0", "GitPython==3.1.46", "requests==2.33.0", "uvicorn==0.42.0", @@ -23,7 +23,7 @@ dependencies = [ "tabulate==0.10.0", "pyproj==3.7.2", "mgrs==1.5.4", - "pytest==3.7.2", + "pytest==9.0.3", "folium==0.20.0", "streamlit-folium==0.27.1", ]