Unidata / MetPy

MetPy is a collection of tools in Python for reading, visualizing and performing calculations with weather data.
https://unidata.github.io/MetPy/
BSD 3-Clause "New" or "Revised" License
1.24k stars 413 forks source link

CI: (deps): Bump pooch from 1.8.1 to 1.8.2 in /ci #3533

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps pooch from 1.8.1 to 1.8.2.

Release notes

Sourced from pooch's releases.

v1.8.2

Released on: 2024/06/06

DOI: https://doi.org/10.5281/zenodo.11493461

Bug fixes:

  • Use a variable to set the default request timeout (#418)

Documentation:

  • Add HyperSpy, RosettaSciIO, eXSpy to projects using pooch (#408)
  • Add more packages using Pooch (#403)

Maintenance:

  • Add optional dependencies to environment.yml (#413)
  • Run tests with oldest dependencies on x86 macos (#414)
  • Mark additional tests requiring network (#412)
  • Fix package description in pyproject.toml (#407)
  • Setup Trusted Publisher deployment to PyPI (#406)
  • Use Burocrata to check and add license notices (#402)
  • Use pyproject.toml instead of setup.cfg (#401)

This release contains contributions from:

  • Sandro
  • Jonas Lähnemann
  • Santiago Soler
  • Leonardo Uieda
Changelog

Sourced from pooch's changelog.

Version 1.8.2

Released on: 2024/06/06

DOI: https://doi.org/10.5281/zenodo.11493461

Bug fixes:

  • Use a variable to set the default request timeout ([#418](https://github.com/fatiando/pooch/issues/418) <https://github.com/fatiando/pooch/pull/418>__)

Documentation:

  • Add HyperSpy, RosettaSciIO, eXSpy to projects using pooch ([#408](https://github.com/fatiando/pooch/issues/408) <https://github.com/fatiando/pooch/pull/408>__)
  • Add more packages using Pooch ([#403](https://github.com/fatiando/pooch/issues/403) <https://github.com/fatiando/pooch/pull/403>__)

Maintenance:

  • Add optional dependencies to environment.yml ([#413](https://github.com/fatiando/pooch/issues/413) <https://github.com/fatiando/pooch/pull/413>__)
  • Run tests with oldest dependencies on x86 macos ([#414](https://github.com/fatiando/pooch/issues/414) <https://github.com/fatiando/pooch/pull/414>__)
  • Mark additional tests requiring network ([#412](https://github.com/fatiando/pooch/issues/412) <https://github.com/fatiando/pooch/pull/412>__)
  • Fix package description in pyproject.toml ([#407](https://github.com/fatiando/pooch/issues/407) <https://github.com/fatiando/pooch/pull/407>__)
  • Setup Trusted Publisher deployment to PyPI ([#406](https://github.com/fatiando/pooch/issues/406) <https://github.com/fatiando/pooch/pull/406>__)
  • Use Burocrata to check and add license notices ([#402](https://github.com/fatiando/pooch/issues/402) <https://github.com/fatiando/pooch/pull/402>__)
  • Use pyproject.toml instead of setup.cfg ([#401](https://github.com/fatiando/pooch/issues/401) <https://github.com/fatiando/pooch/pull/401>__)

This release contains contributions from:

  • Sandro
  • Jonas Lähnemann
  • Santiago Soler
  • Leonardo Uieda
Commits
  • dfc6938 Add changelog entry for v1.8.2 (#420)
  • 889f6e1 Use a variable to set the default request timeout (#418)
  • 3cd2c32 Add optional dependencies to environment.yml (#413)
  • 030f928 Run tests with oldest dependencies on x86 macos (#414)
  • 2e47b8d Mark additional tests requiring network (#412)
  • 78945b7 Add HyperSpy, RosettaSciIO, eXSpy to projects using pooch (#408)
  • d33a989 Fix package description in pyproject.toml (#407)
  • 9123566 Setup Trusted Publisher deployment to PyPI (#406)
  • 7ac376f Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (#405)
  • 6773883 Add more packages using Pooch (#403)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)