Skip to content

Commit

Permalink
Bump the runtime-dependencies group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the runtime-dependencies group with 3 updates in the / directory: [asteval](https://github.com/lmfit/asteval), [numpy](https://github.com/numpy/numpy) and [xarray](https://github.com/pydata/xarray).


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

Updates `numpy` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.0.1...v2.1.1)

Updates `xarray` from 2024.7.0 to 2024.9.0
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2024.07.0...v2024.09.0)

---
updated-dependencies:
- dependency-name: asteval
  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: xarray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent cbb4309 commit 95cb4a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ pip>=18.0
wheel>=0.38.0

# glotaran setup dependencies
asteval==1.0.2
asteval==1.0.3
attrs == 24.2.0
click==8.1.7
netCDF4==1.7.1.post2
numba==0.60.0
numpy==2.0.1
numpy==2.1.1
odfpy==1.4.1
openpyxl==3.1.5
pandas==2.2.2
Expand All @@ -17,7 +17,7 @@ ruamel.yaml==0.18.6
scipy==1.14.1
sdtfile==2024.5.24
tabulate==0.9.0
xarray==2024.7.0
xarray==2024.9.0

# documentation dependencies
-r docs/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95cb4a1

Please sign in to comment.