Skip to content

Commit

Permalink
Bump the runtime-dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the runtime-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [asteval](https://github.com/lmfit/asteval) | `1.0.5` | `1.0.6` |
| [numba](https://github.com/numba/numba) | `0.60.0` | `0.61.0` |
| [numpy](https://github.com/numpy/numpy) | `2.0.2` | `2.2.2` |
| ruamel-yaml | `0.18.6` | `0.18.10` |
| [scipy](https://github.com/scipy/scipy) | `1.14.1` | `1.15.1` |



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

Updates `numba` from 0.60.0 to 0.61.0
- [Release notes](https://github.com/numba/numba/releases)
- [Commits](numba/numba@0.60.0...0.61.0)

Updates `numpy` from 2.0.2 to 2.2.2
- [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.2...v2.2.2)

Updates `ruamel-yaml` from 0.18.6 to 0.18.10

Updates `scipy` from 1.14.1 to 1.15.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.14.1...v1.15.1)

---
updated-dependencies:
- dependency-name: asteval
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: numba
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-dependencies
- dependency-name: ruamel-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: runtime-dependencies
- dependency-name: scipy
  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 Jan 24, 2025
1 parent 084956a commit db9a9cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ pip>=18.0
wheel>=0.38.0

# glotaran setup dependencies
asteval==1.0.5
asteval==1.0.6
attrs == 24.3.0
click==8.1.8
netCDF4==1.7.2
numba==0.60.0
numpy==2.0.2
numba==0.61.0
numpy==2.2.2
odfpy==1.4.1
openpyxl==3.1.5
pandas==2.2.3
pydantic==2.7.2
ruamel.yaml==0.18.6
scipy==1.14.1
ruamel.yaml==0.18.10
scipy==1.15.1
sdtfile==2024.12.6
tabulate==0.9.0
xarray==2024.11.0
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.3
odfpy>=1.4.1
openpyxl>=3.0.10
pandas>=1.3.4
Expand Down

0 comments on commit db9a9cb

Please sign in to comment.