From be3c604d4459edddbed0214b372214cbd01428dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:21:21 +0000 Subject: [PATCH] Bump the python-dependencies group with 10 updates Updates the requirements on [rasterio](https://github.com/rasterio/rasterio), [numpy](https://github.com/numpy/numpy), [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy), [pyarrow](https://github.com/apache/arrow), [mkdocs](https://github.com/mkdocs/mkdocs), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings), [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin), [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `rasterio` to 1.4.4 - [Release notes](https://github.com/rasterio/rasterio/releases) - [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt) - [Commits](https://github.com/rasterio/rasterio/compare/1.4.0...1.4.4) Updates `numpy` to 2.2.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.24.0...v2.2.6) Updates `sqlalchemy` to 2.0.49 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `pyarrow` to 24.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v10.0.0...apache-arrow-24.0.0) Updates `mkdocs` to 1.6.1 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.5.0...1.6.1) Updates `mkdocs-material` to 9.7.6 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.0...9.7.6) Updates `mkdocstrings` to 1.0.4 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.24.0...1.0.4) Updates `mkdocs-include-markdown-plugin` to 7.2.2 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](https://github.com/mondeja/mkdocs-include-markdown-plugin/compare/v4.0.0...v7.2.2) Updates `mkdocs-jupyter` to 0.26.3 - [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md) - [Commits](https://github.com/danielfrg/mkdocs-jupyter/commits) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v61.0.0...v82.0.1) --- updated-dependencies: - dependency-name: rasterio dependency-version: 1.4.4 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pyarrow dependency-version: 24.0.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mkdocs dependency-version: 1.6.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.2.2 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mkdocs-jupyter dependency-version: 0.26.3 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 99b286b..d7f02ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.0"] +requires = ["setuptools>=82.0.1"] build-backend = "setuptools.build_meta" [project] @@ -30,8 +30,8 @@ dependencies = [ "polars", "pandas", "tqdm", - "rasterio>=1.4", - "numpy>=1.24", + "rasterio>=1.4.4", + "numpy>=2.2.6", "psutil", "python-dotenv", "cloth-simulation-filter", @@ -50,22 +50,22 @@ dependencies = [ # OPTIONAL DEPENDENCIES [project.optional-dependencies] db = [ # pip install .[db] - "sqlalchemy>=2.0", + "sqlalchemy>=2.0.49", "geoalchemy2", "psycopg[binary]", ] analysis = [ # pip install .[analysis] - "pyarrow>=10.0", + "pyarrow>=24.0.0", "scikit-learn", ] docs = [ # pip install .[docs] - "mkdocs>=1.5", - "mkdocs-material>=9.5", - "mkdocstrings[python]>=0.24", - "mkdocs-include-markdown-plugin>=4.0", - "mkdocs-jupyter>=0.24", + "mkdocs>=1.6.1", + "mkdocs-material>=9.7.6", + "mkdocstrings[python]>=1.0.4", + "mkdocs-include-markdown-plugin>=7.2.2", + "mkdocs-jupyter>=0.26.3", "mkdocs-gen-files", "mkdocs-literate-nav", ]