Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Bump the pip-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [xarray](https://github.com/pydata/xarray) | `2023.7.0` | `2023.8.0` |
| [scipy](https://github.com/scipy/scipy) | `1.11.1` | `1.11.2` |
| [zarr](https://github.com/zarr-developers/zarr-python) | `2.16.0` | `2.16.1` |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.11.2` | `1.11.3` |
| [mypy](https://github.com/python/mypy) | `1.5.0` | `1.5.1` |


Updates `xarray` from 2023.7.0 to 2023.8.0
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2023.07.0...v2023.08.0)

Updates `scipy` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.11.1...v1.11.2)

Updates `zarr` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/zarr-developers/zarr-python/releases)
- [Changelog](https://github.com/zarr-developers/zarr-python/blob/main/docs/release.rst)
- [Commits](zarr-developers/zarr-python@v2.16.0...v2.16.1)

Updates `alembic` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `mypy` from 1.5.0 to 1.5.1
- [Commits](python/mypy@v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: xarray
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: zarr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: alembic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ian-noaa committed Aug 25, 2023
1 parent 5d176a6 commit 53f3a66
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 58 deletions.
120 changes: 66 additions & 54 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ authors = [
python = "~3.10"
Flask = "^2.3.2"
netCDF4 = "^1.6.3"
xarray = "^2023.7.0"
xarray = "^2023.8.0"
h5netcdf = "^1.1.0"
scipy = "^1.10.0"
scipy = "^1.11.2"
# Use permissive versions to resolve dependency hell with boto3 & aiobotocore
aiobotocore = {version = "*", extras = ["boto3"]}
fsspec = "*"
s3fs = "*"
zarr = "^2.16.0"
zarr = "^2.16.1"
flask-sqlalchemy = "^3.0.3"
psycopg = {version = "^3.1.10", extras = ["binary", "pool"]}
alembic = "^1.11.2"
alembic = "^1.11.3"
pyarrow = "^12.0.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 53f3a66

Please sign in to comment.