Skip to content

Commit

Permalink
Update xarray requirement from ~=2024.11.0 to ~=2025.1.0 in /app
Browse files Browse the repository at this point in the history
Updates the requirements on [xarray](https://github.com/pydata/xarray) to permit the latest version.
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2024.11.0...v2025.01.0)

---
updated-dependencies:
- dependency-name: xarray
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 8f8d428 commit d7108fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"uwsgi~=2.0.26",
"vcrpy~=6.0",
"whitenoise~=6.7",
"xarray~=2024.11.0",
"xarray~=2025.1.0",
]

[tool.uv]
Expand Down

0 comments on commit d7108fb

Please sign in to comment.