Skip to content

Commit

Permalink
Bump the python group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [dask](https://github.com/dask/dask), [xesmf](https://github.com/pangeo-data/xESMF) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version.

Updates `dask` to 2024.11.2
- [Release notes](https://github.com/dask/dask/releases)
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2024.8.1...2024.11.2)

Updates `xesmf` to 0.8.8
- [Release notes](https://github.com/pangeo-data/xESMF/releases)
- [Changelog](https://github.com/pangeo-data/xESMF/blob/master/CHANGES.rst)
- [Commits](pangeo-data/xESMF@v0.7.0...v0.8.8)

Updates `setuptools` from 75.3.0 to 75.6.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.3.0...v75.6.0)

---
updated-dependencies:
- dependency-name: dask
  dependency-type: direct:production
  dependency-group: python
- dependency-name: xesmf
  dependency-type: direct:production
  dependency-group: python
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 9e98417 commit acbf93f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CI/requirements_ci.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ build==1.2.2.post1
bump-my-version==0.28.1
coveralls==4.0.1
pip==24.3.1
setuptools==75.3.0
setuptools==75.6.0
setuptools-scm==8.1.0
tox==4.23.2
tox-gh==1.4.4
6 changes: 3 additions & 3 deletions CI/requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ pip==24.3.1 \
--hash=sha256:3790624780082365f47549d032f3770eeb2b1e8bd1f7b2e02dace1afa361b4ed \
--hash=sha256:ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99
# via -r CI/requirements_ci.in
setuptools==75.3.0 \
--hash=sha256:f2504966861356aa38616760c0f66568e535562374995367b4e69c7143cf6bcd \
--hash=sha256:fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686
setuptools==75.6.0 \
--hash=sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6 \
--hash=sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d
# via
# -r CI/requirements_ci.in
# setuptools-scm
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
"cftime",
"cf_xarray >=0.7.6",
"clisops >=0.10",
"dask >=2024.8.1,<2024.11", # FIXME: https://github.com/Ouranosinc/xclim/issues/1992
"dask >=2024.8.1,<2024.12", # FIXME: https://github.com/Ouranosinc/xclim/issues/1992
"flox !=0.9.14", # FIXME: 0.9.14 is a broken version. This pin could be removed eventually.
"fsspec",
"geopandas",
Expand Down Expand Up @@ -112,7 +112,7 @@ docs = [
"sphinxcontrib-napoleon"
]
extra = [
"xesmf>=0.7, <0.8.8" # FIXME: 0.8.8 currently creates segfaults on ReadTheDocs.
"xesmf>=0.7, <0.8.9" # FIXME: 0.8.8 currently creates segfaults on ReadTheDocs.
]
all = ["xscen[dev]", "xscen[docs]", "xscen[extra]"]

Expand Down

0 comments on commit acbf93f

Please sign in to comment.