From 69d69a001f3b6e45d9133dee2d86ae0e92fd688b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 8 Nov 2024 19:11:14 +0000
Subject: [PATCH] Bump the runtime-dependencies group across 1 directory with 5
 updates

Bumps the runtime-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [asteval](https://github.com/lmfit/asteval) | `1.0.3` | `1.0.5` |
| [netcdf4](https://github.com/Unidata/netcdf4-python) | `1.7.1.post2` | `1.7.2` |
| [numpy](https://github.com/numpy/numpy) | `2.0.2` | `2.1.3` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` |
| [xarray](https://github.com/pydata/xarray) | `2024.9.0` | `2024.10.0` |



Updates `asteval` from 1.0.3 to 1.0.5
- [Release notes](https://github.com/lmfit/asteval/releases)
- [Commits](https://github.com/lmfit/asteval/compare/1.0.3...1.0.5)

Updates `netcdf4` from 1.7.1.post2 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.2 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.2...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 `xarray` from 2024.9.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.09.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: xarray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements_dev.txt | 10 +++++-----
 setup.cfg            |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/requirements_dev.txt b/requirements_dev.txt
index 276788975..8ed2757f5 100644
--- a/requirements_dev.txt
+++ b/requirements_dev.txt
@@ -3,21 +3,21 @@ pip>=18.0
 wheel>=0.38.0
 
 # glotaran setup dependencies
-asteval==1.0.3
+asteval==1.0.5
 attrs == 24.2.0
 click==8.1.7
-netCDF4==1.7.1.post2
+netCDF4==1.7.2
 numba==0.60.0
-numpy==2.0.2
+numpy==2.1.3
 odfpy==1.4.1
 openpyxl==3.1.5
-pandas==2.2.2
+pandas==2.2.3
 pydantic==2.7.2
 ruamel.yaml==0.18.6
 scipy==1.14.1
 sdtfile==2024.5.24
 tabulate==0.9.0
-xarray==2024.9.0
+xarray==2024.10.0
 
 # documentation dependencies
 -r docs/requirements.txt
diff --git a/setup.cfg b/setup.cfg
index 7a6e33ef9..2653c48fb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,7 +38,7 @@ install_requires =
     click>=8.1.3
     netCDF4>=1.5.7
     numba>=0.55.0
-    numpy>=1.21.2,<2.1
+    numpy>=1.21.2,<2.2
     odfpy>=1.4.1
     openpyxl>=3.0.10
     pandas>=1.3.4