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

build(deps): bump the python-packages group across 1 directory with 4 updates #345

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Updates the requirements on torch, qrcode, horde-sdk and horde-engine to permit the latest version.
Updates torch from 2.5.0 to 2.5.1

Release notes

Sourced from torch's releases.

PyTorch 2.5.1: bug fix release

This release is meant to fix the following regressions:

Besides the regression fixes, the release includes several documentation updates.

See release tracker pytorch/pytorch#132400 for additional information.

Commits

Updates qrcode from 7.4.2 to 8.0

Changelog

Sourced from qrcode's changelog.

8.0 ( 27 September 2024)

  • Added support for Python 3.11 and 3.12.

  • Drop support for Python <=3.8.

  • Change local development setup to use Poetry_.

  • Testsuite and code quality checks are done through Github Actions.

  • Code quality and formatting utilises ruff_.

  • Removed typing_extensions as a dependency, as it's no longer required with having Python 3.9+ as a requirement.

  • Only allow high error correction rate (qrcode.ERROR_CORRECT_H) when generating QR codes with embedded images to ensure content is readable

.. _Poetry: https://python-poetry.org .. _ruff: https://astral.sh/ruff

Commits
  • 456b01d Preparing release 8.0
  • 909b791 Merge pull request #370 from lincolnloop/poetry
  • dc783ed Update CHANGELOG and README
  • 68f3b29 Raise error if embedded image is provided and error correction is lower than H
  • ffa2b4a Merge branch 'poetry' into fix/embedded-and-error-correction
  • 39cf502 Fix test dependency skip
  • d991b67 Update poetry dependency groups to allow having pillow and png together
  • 11b0f95 Merge branch 'poetry' into decompat
  • 5760eec Run ruf and fix formatting
  • 137946a Fix import errors in tests
  • Additional commits viewable in compare view

Updates horde-sdk to 0.16.0

Release notes

Sourced from horde-sdk's releases.

v0.16.0

Version 0.16.0

What's Changed

Full Changelog: Haidra-Org/horde-sdk@v0.15.1...v0.16.0

Commits
  • dd4a5fe Merge pull request #276 from Haidra-Org/main
  • bd64abe feat: bare-bones 'style' api update support
  • 2d3530f fix: config default root models to allow new API fields
  • See full diff in compare view

Updates horde-engine to 2.18.0

Release notes

Sourced from horde-engine's releases.

v2.18.0

Version 2.18.0

What's Changed

Full Changelog: Haidra-Org/hordelib@v2.17.1...v2.18.0

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> 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> 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

… updates

Updates the requirements on [torch](https://github.com/pytorch/pytorch), [qrcode](https://github.com/lincolnloop/python-qrcode), [horde-sdk](https://github.com/Haidra-Org/horde-sdk) and [horde-engine](https://github.com/Haidra-Org/hordelib) to permit the latest version.

Updates `torch` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.5.0...v2.5.1)

Updates `qrcode` from 7.4.2 to 8.0
- [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst)
- [Commits](lincolnloop/python-qrcode@v7.4.2...v8.0)

Updates `horde-sdk` to 0.16.0
- [Release notes](https://github.com/Haidra-Org/horde-sdk/releases)
- [Changelog](https://github.com/Haidra-Org/horde-sdk/blob/main/.changelog)
- [Commits](Haidra-Org/horde-sdk@v0.15.1...v0.16.0)

Updates `horde-engine` to 2.18.0
- [Release notes](https://github.com/Haidra-Org/hordelib/releases)
- [Changelog](https://github.com/Haidra-Org/hordelib/blob/main/.changelog)
- [Commits](Haidra-Org/hordelib@v2.17.1...v2.18.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: qrcode
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: horde-sdk
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: horde-engine
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-7a0872d72b branch November 15, 2024 14:05
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants