From 9aa51ffad7b73d94eee4658b127b16e085155b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:22:24 +0000 Subject: [PATCH 1/2] Bump the runtime-dependencies group across 1 directory with 6 updates Bumps the runtime-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [asteval](https://github.com/lmfit/asteval) | `1.0.2` | `1.0.5` | | [netcdf4](https://github.com/Unidata/netcdf4-python) | `1.7.1.post1` | `1.7.2` | | [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.1.3` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` | | [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.10.1` | | [xarray](https://github.com/pydata/xarray) | `2024.7.0` | `2024.10.0` | Updates `asteval` from 1.0.2 to 1.0.5 - [Release notes](https://github.com/lmfit/asteval/releases) - [Commits](https://github.com/lmfit/asteval/compare/1.0.2...1.0.5) Updates `netcdf4` from 1.7.1.post1 to 1.7.2 - [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 `numpy` from 2.0.1 to 2.1.3 - [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.1.3) Updates `pandas` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) Updates `pydantic` from 2.8.2 to 2.10.1 - [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.8.2...v2.10.1) Updates `xarray` from 2024.7.0 to 2024.10.0 - [Release notes](https://github.com/pydata/xarray/releases) - [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md) - [Commits](https://github.com/pydata/xarray/compare/v2024.07.0...v2024.10.0) --- updated-dependencies: - dependency-name: asteval dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: netcdf4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime-dependencies - dependency-name: xarray 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 22f1fbe9b..17204e9d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "asteval!=0.9.28,>=0.9.22", "netCDF4>=1.5.7", "numba>=0.55", - "numpy<2.1,>=1.21.2", + "numpy>=1.21.2,<2.2", "odfpy>=1.4.1", "openpyxl>=3.0.10", "pandas>=1.3.4", diff --git a/requirements_pinned.txt b/requirements_pinned.txt index 3af339917..221730ac0 100644 --- a/requirements_pinned.txt +++ b/requirements_pinned.txt @@ -1,14 +1,14 @@ # glotaran setup dependencies -asteval==1.0.2 -netCDF4==1.7.1.post1 +asteval==1.0.5 +netCDF4==1.7.2 numba==0.60.0 -numpy==2.0.1 +numpy==2.1.3 odfpy==1.4.1 openpyxl==3.1.5 -pandas==2.2.2 -pydantic==2.8.2 +pandas==2.2.3 +pydantic==2.10.1 ruamel.yaml==0.18.6 scipy==1.14.1 sdtfile==2024.5.24 tabulate==0.9.0 -xarray==2024.7.0 +xarray==2024.10.0 From f965671bcc7619d8add01aace3f83ae4b7497ec1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:23:45 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17204e9d1..47f67c0f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "asteval!=0.9.28,>=0.9.22", "netCDF4>=1.5.7", "numba>=0.55", - "numpy>=1.21.2,<2.2", + "numpy<2.2,>=1.21.2", "odfpy>=1.4.1", "openpyxl>=3.0.10", "pandas>=1.3.4",