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 pooch from 1.8.1 to 1.8.2 #28

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2024
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 force-pushed the f864dependabot/pip/pooch-1.8.2 branch from c34db41 to 3a35a68 Compare July 18, 2024 14:24
@gcattan gcattan merged commit 8015376 into master Jul 18, 2024
3 checks passed
@dependabot dependabot bot deleted the f864dependabot/pip/pooch-1.8.2 branch July 18, 2024 14:32
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.

1 participant