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

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

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

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 <dependency name> 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)

Bumps [pooch](https://github.com/fatiando/pooch) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/fatiando/pooch/releases)
- [Changelog](https://github.com/fatiando/pooch/blob/main/doc/changes.rst)
- [Commits](fatiando/pooch@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: pooch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 10, 2024 14:09
@dependabot dependabot bot added Area: Infrastructure Pertains to project infrastructure (e.g. CI, linting) Type: Maintenance Updates and clean ups (but not wrong) labels Jun 10, 2024
@dependabot dependabot bot requested review from dopplershift and removed request for a team June 10, 2024 14:09
@dopplershift dopplershift merged commit f9fcd67 into main Jun 12, 2024
36 checks passed
@dopplershift dopplershift deleted the dependabot-pip-ci-pooch-1.8.2 branch June 12, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Infrastructure Pertains to project infrastructure (e.g. CI, linting) Type: Maintenance Updates and clean ups (but not wrong)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant