From 32b80658453e679bd358fa0bff0ec8806fa66417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:07:03 +0000 Subject: [PATCH] Bump the runtime-dependencies group across 1 directory with 9 updates Bumps the runtime-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asteval](https://github.com/lmfit/asteval) | `1.0.2` | `1.0.8` | | [netcdf4](https://github.com/Unidata/netcdf4-python) | `1.7.1.post1` | `1.7.4` | | [numba](https://github.com/numba/numba) | `0.60.0` | `0.64.0` | | [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.2.6` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.0` | `2.12.5` | | ruamel-yaml | `0.18.6` | `0.19.1` | | [scipy](https://github.com/scipy/scipy) | `1.14.1` | `1.15.3` | | [tabulate](https://github.com/astanin/python-tabulate) | `0.9.0` | `0.10.0` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.12.2` | `4.15.0` | Updates `asteval` from 1.0.2 to 1.0.8 - [Release notes](https://github.com/lmfit/asteval/releases) - [Commits](https://github.com/lmfit/asteval/compare/1.0.2...1.0.8) Updates `netcdf4` from 1.7.1.post1 to 1.7.4 - [Release notes](https://github.com/Unidata/netcdf4-python/releases) - [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog) - [Commits](https://github.com/Unidata/netcdf4-python/commits) Updates `numba` from 0.60.0 to 0.64.0 - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.60.0...0.64.0) Updates `numpy` from 2.0.1 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/v2.0.1...v2.2.6) Updates `pydantic` from 2.10.0 to 2.12.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.0...v2.12.5) Updates `ruamel-yaml` from 0.18.6 to 0.19.1 Updates `scipy` from 1.14.1 to 1.15.3 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.1...v1.15.3) Updates `tabulate` from 0.9.0 to 0.10.0 - [Changelog](https://github.com/astanin/python-tabulate/blob/master/CHANGELOG) - [Commits](https://github.com/astanin/python-tabulate/compare/v0.9.0...v0.10.0) Updates `typing-extensions` from 4.12.2 to 4.15.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.12.2...4.15.0) --- updated-dependencies: - dependency-name: asteval dependency-version: 1.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: netcdf4 dependency-version: 1.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: numba dependency-version: 0.64.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: ruamel-yaml dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: scipy dependency-version: 1.15.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: tabulate dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_pinned.txt | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a14cfa2eb..6eaeeb4af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "asteval>=0.9.22,!=0.9.28", "netcdf4>=1.5.7", "numba>=0.55", - "numpy>=1.21.2,<2.1", + "numpy>=1.21.2,<2.3", "odfpy>=1.4.1", "openpyxl>=3.0.10", "pandas>=1.3.4", diff --git a/requirements_pinned.txt b/requirements_pinned.txt index 271121874..ae681e948 100644 --- a/requirements_pinned.txt +++ b/requirements_pinned.txt @@ -1,15 +1,15 @@ # glotaran setup dependencies -asteval==1.0.2 -netCDF4==1.7.1.post1 -numba==0.60.0 -numpy==2.0.1 +asteval==1.0.8 +netCDF4==1.7.4 +numba==0.64.0 +numpy==2.2.6 odfpy==1.4.1 openpyxl==3.1.5 pandas==2.2.2 -pydantic==2.10.0 -ruamel.yaml==0.18.6 -scipy==1.14.1 +pydantic==2.12.5 +ruamel.yaml==0.19.1 +scipy==1.15.3 sdtfile==2024.5.24 -tabulate==0.9.0 -typing_extensions==4.12.2 +tabulate==0.10.0 +typing_extensions==4.15.0 xarray==2024.7.0