Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip-dependencies group with 5 updates #382

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps the pip-dependencies group with 5 updates:

Package From To
xarray 2023.7.0 2023.8.0
scipy 1.11.1 1.11.2
zarr 2.16.0 2.16.1
alembic 1.11.2 1.11.3
mypy 1.5.0 1.5.1

Updates xarray from 2023.7.0 to 2023.8.0

Release notes

Sourced from xarray's releases.

v2023.08.0

This release brings changes to minimum dependencies, allows reading of datasets where a dimension name is associated with a multidimensional variable (e.g. finite volume ocean model output), and introduces a new :py:class:xarray.Coordinates object.

Thanks to the 16 contributors to this release: Anderson Banihirwe, Articoking, Benoit Bovy, Deepak Cherian, Harshitha, Ian Carroll, Joe Hamman, Justus Magin, Peter Hill, Rachel Wegener, Riley Kuttruff, Thomas Nicholas, Tom Nicholas, ilgast, quantsnus, vallirep

Announcements

The xarray.Variable class is being refactored out to a new project title 'namedarray'. See the design doc for more details. Reach out to us on this discussion topic if you have any thoughts.

What's Changed

New Contributors

... (truncated)

Commits

Updates scipy from 1.11.1 to 1.11.2

Release notes

Sourced from scipy's releases.

SciPy 1.11.2 Release Notes

SciPy 1.11.2 is a bug-fix release with no new features compared to 1.11.1. Python 3.12 and musllinux wheels are provided with this release.

Authors

  • Name (commits)
  • Evgeni Burovski (2)
  • CJ Carey (3)
  • Dieter Werthmüller (1)
  • elbarso (1) +
  • Ralf Gommers (2)
  • Matt Haberland (1)
  • jokasimr (1) +
  • Thilo Leitzbach (1) +
  • LemonBoy (1) +
  • Ellie Litwack (2) +
  • Sturla Molden (1)
  • Andrew Nelson (5)
  • Tyler Reddy (39)
  • Daniel Schmitz (6)
  • Dan Schult (2)
  • Albert Steppi (1)
  • Matus Valo (1)
  • Stefan van der Walt (1)

A total of 18 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete.

Commits
  • 686422c REL: 1.11.2 release [wheel build]
  • dede0d3 Merge pull request #19040 from tylerjereddy/treddy_backports_1_11_2
  • bbf69b2 TST: PR 19040 revisions [wheel build]
  • b505ab1 BLD: PR 19040 revisions [wheel build]
  • 0ab03c0 DEBUG: PR 19040 [wheel build]
  • 8ee9b00 MAINT: PR 19040 revisions
  • b256ffb DOC: update 1.11.2 relnotes
  • 0641a73 LINT
  • a8b825a MAINT: ensure cobyla objective returns scalar
  • 4dd2333 MAINT: fixup dep warning
  • Additional commits viewable in compare view

Updates zarr from 2.16.0 to 2.16.1

Release notes

Sourced from zarr's releases.

v2.16.1

What's Changed

New Contributors

Full Changelog: zarr-developers/zarr-python@v2.16.0...v2.16.1

Changelog

Sourced from zarr's changelog.

2.16.1

Maintenance


* Require ``setuptools_scm`` version ``1.5.4``\+
  By :user:`John A. Kirkham <jakirkham>` :issue:`1477`.
  • Add docs requirements to pyproject.toml By :user:John A. Kirkham &lt;jakirkham&gt; :issue:1494.

  • Fixed caching issue in LRUStoreCache. By :user:Mads R. B. Kristensen &lt;madsbk&gt; :issue:1499.

.. _release_2.16.0:

Commits

Updates alembic from 1.11.2 to 1.11.3

Release notes

Sourced from alembic's releases.

1.11.3

Released: August 16, 2023

bug

  • [bug] [autogenerate] [postgresql] Improved autogenerate compare of expression based indexes on PostgreSQL to produce fewer wrong detections.

    References: #1270

  • [bug] [autogenerate] Fixed issue with NULLS NOT DISTINCT detection in postgresql that would keep detecting changes in the index or unique constraint.

    References: #1291

  • [bug] [commands] Added encoding="locale" setting to the use of Python's ConfigParser.read(), so that a warning is not generated when using the recently added Python feature PYTHONWARNDEFAULTENCODING specified in PEP 597. The encoding is passed as the "locale" string under Python 3.10 and greater, which indicates that the system-level locale should be used, as was the case already here. Pull request courtesy Kevin Kirsche.

    References: #1273

Commits

Updates mypy from 1.5.0 to 1.5.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> dependency will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> dependency will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 21, 2023
@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Health
unified_graphics 86% 79%
unified_graphics.etl 94% 96%
utils.s3 68% 69%
Summary 86% (428 / 495) 84% (108 / 128)

Minimum allowed line rate is 60%

@ian-noaa ian-noaa merged commit 53f3a66 into main Aug 25, 2023
9 checks passed
@ian-noaa ian-noaa deleted the dependabot-pip-pip-dependencies-c744cca2b1 branch August 25, 2023 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant