From 7906e78c00f54a6e7fdf3a347b52cd351a156dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:59:55 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [pillow](https://github.com/python-pillow/Pillow) and [pytest](https://github.com/pytest-dev/pytest). Updates `pillow` from 12.1.1 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.1.1...12.2.0) Updates `pytest` from 3.7.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/3.7.2...9.0.3) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", ]