Skip to content

Commit

Permalink
Bump the runtime-dependencies group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the runtime-dependencies group with 7 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.2` |
| [sdtfile](https://github.com/cgohlke/sdtfile) | `2024.5.24` | `2024.11.24` |
| [xarray](https://github.com/pydata/xarray) | `2024.7.0` | `2024.11.0` |



Updates `asteval` from 1.0.2 to 1.0.5
- [Release notes](https://github.com/lmfit/asteval/releases)
- [Commits](lmfit/asteval@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](numpy/numpy@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](pandas-dev/pandas@v2.2.2...v2.2.3)

Updates `pydantic` from 2.8.2 to 2.10.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.10.2)

Updates `sdtfile` from 2024.5.24 to 2024.11.24
- [Release notes](https://github.com/cgohlke/sdtfile/releases)
- [Changelog](https://github.com/cgohlke/sdtfile/blob/master/CHANGES.rst)
- [Commits](cgohlke/sdtfile@v2024.5.24...v2024.11.24)

Updates `xarray` from 2024.7.0 to 2024.11.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.11.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: sdtfile
  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 Nov 29, 2024
1 parent 06d4c98 commit 3f3db7b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 7 additions & 7 deletions requirements_pinned.txt
Original file line number Diff line number Diff line change
@@ -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.2
ruamel.yaml==0.18.6
scipy==1.14.1
sdtfile==2024.5.24
sdtfile==2024.11.24
tabulate==0.9.0
xarray==2024.7.0
xarray==2024.11.0

0 comments on commit 3f3db7b

Please sign in to comment.