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 python-packages group across 1 directory with 4 updates #109

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2024

Updates the requirements on qiskit-aqt-provider, sphinx, nox and poetry to permit the latest version.
Updates qiskit-aqt-provider to 1.7.0

Release notes

Sourced from qiskit-aqt-provider's releases.

v1.7.0

  • Update API specification and associated constraints (#176)
Changelog

Sourced from qiskit-aqt-provider's changelog.

qiskit-aqt-provider v1.7.0

  • Update API specification and associated constraints (#176)

qiskit-aqt-provider v1.6.0

  • Support direct-access mode on AQT devices (#164)
  • Support up to 2000 shots per circuit on cloud resources (#165)
  • Fix result timeout propagation in direct-access mode (#171)
  • Don't propagate empty access tokens in direct-access mode (#172)

qiskit-aqt-provider v1.5.0

  • Docs: add examples on setting run options in primitives (#156)
  • Provider: remove ProviderV1 inheritance (#160)

qiskit-aqt-provider v1.4.0

  • Only support Qiskit >= 1.0 (#141)
  • Transpiler: always decompose wrapped-angle RXX gates (#145, #146)
  • Docs: recommend using optimization_level 3 in the Qiskit transpiler (#146)

qiskit-aqt-provider v1.3.0

  • Point Qiskit docs links to docs.quantum.ibm.com (#135)
  • Remove references to the deprecated function qiskit.execute (#136)
  • Pin Qiskit dependency strictly below 1.0 (#137)
  • Remove the Grover 3-SAT example (#137)

qiskit-aqt-provider v1.2.0

  • Add support for Python 3.12 (#79)
  • Remove support for Python 3.8 (#79)
  • Improve math typesetting in user guide (#124)
  • Fix transpilation issue on Windows (issue #121) (#123)

qiskit-aqt-provider v1.1.0

  • Update to pydantic v2 (#66)
  • Update API specification to track the production server (#66)

qiskit-aqt-provider v1.0.0

  • Set minimal required qiskit version to 0.45.0 (#108)
  • Use qiskit-algorithms package instead of deprecated qiskit.algorithms in examples (#110)
  • Use arnica.aqt.eu instead of arnica-stage.aqt.eu as default portal (#111)

qiskit-aqt-provider v0.19.0

  • Interpret string filters in AQTProvider.get_backend() as exact matches, not patterns (#90)

... (truncated)

Commits

Updates sphinx to 8.0.2

Release notes

Sourced from sphinx's releases.

Sphinx 8.0.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Changelog

Sourced from sphinx's changelog.

Release 8.0.2 (released Jul 30, 2024)

Bugs fixed

  • Fix the pygments.Formatter.__class_getitem__ patch. Patch by Adam Turner.

Release 8.0.1 (released Jul 30, 2024)

Bugs fixed

  • Patch pygments.Formatter.__class_getitem__ in Pygments 2.17. Patch by Adam Turner.

Release 8.0.0 (released Jul 29, 2024)

Dependencies

  • #12633: Drop Python 3.9 support.

Incompatible changes

.. rst-class:: compact

  • Remove deprecated functions from sphinx.util:

    • Removed sphinx.util.path_stabilize (use sphinx.util.osutil.path_stabilize).
    • Removed sphinx.util.display_chunk (use sphinx.util.display.display_chunk).
    • Removed sphinx.util.status_iterator (use sphinx.util.display.status_iterator).
    • Removed sphinx.util.SkipProgressMessage (use sphinx.util.display.SkipProgressMessage).
    • Removed sphinx.util.progress_message (use sphinx.util.display.progress_message).
    • Removed sphinx.util.epoch_to_rfc1123 (use sphinx.http_date.epoch_to_rfc1123).
    • Removed sphinx.util.rfc1123_to_epoch (use sphinx.http_date.rfc1123_to_epoch).
    • Removed sphinx.util.save_traceback (use sphinx.exceptions.save_traceback).
    • Removed sphinx.util.format_exception_cut_frames

... (truncated)

Commits

Updates nox from 2024.3.2 to 2024.4.15

Release notes

Sourced from nox's releases.

2024.04.15 🪼

We'd like to thank the following folks who contributed to this release:

New features:

Bugfixes:

Changelog

Sourced from nox's changelog.

Changelog

2024.04.15

We'd like to thank the following folks who contributed to this release:

New features:

Bugfixes

2024.03.02

We'd like to thank the following folks who contributed to this release:

New Features:

... (truncated)

Commits

Updates poetry from 1.8.2 to 1.8.3

Release notes

Sourced from poetry's releases.

1.8.3

Added

  • Add support for untagged CPython builds with versions ending with a + (#9207).

Changed

  • Require pkginfo>=1.10 to ensure support for packages with metadata version 2.3 (#9130).
  • Improve locking on FIPS systems (#9152).

Fixed

  • Fix an issue where unrecognized package metadata versions silently resulted in empty dependencies (#9203, #9226).
  • Fix an issue where trailing slashes in git URLs where not handled correctly (#9205).
  • Fix an issue where poetry self commands printed a warning that the current project cannot be installed (#9302).
  • Fix an issue where poetry install sporadically failed with a KeyError due to a race condition (#9335).

Docs

  • Fix incorrect information about poetry shell (#9060).
  • Add a git subdirectory example to poetry add (#9080).
  • Mention interactive credential configuration (#9074).
  • Add notes for optional advanced installation steps (#9098).
  • Add reference to configuration credentials in documentation of poetry publish (#9110).
  • Improve documentation for configuring credentials via environment variables (#9121).
  • Remove misleading wording around virtual environments (#9213).
  • Remove outdated advice regarding seeding keyring backends (#9164).
  • Add a pyproject.toml example for a dependency with multiple extras (#9138).
  • Clarify help of poetry add (#9230).
  • Add a note how to configure credentials for TestPyPI for poetry publish (#9255).
  • Fix information about the --readme option in poetry new (#9260).
  • Clarify what is special about the Python constraint in dependencies (#9256).
  • Update how to uninstall plugins via pipx (#9320).
Changelog

Sourced from poetry's changelog.

[1.8.3] - 2024-05-08

Added

  • Add support for untagged CPython builds with versions ending with a + (#9207).

Changed

  • Require pkginfo>=1.10 to ensure support for packages with metadata version 2.3 (#9130).
  • Improve locking on FIPS systems (#9152).

Fixed

  • Fix an issue where unrecognized package metadata versions silently resulted in empty dependencies (#9203, #9226).
  • Fix an issue where trailing slashes in git URLs where not handled correctly (#9205).
  • Fix an issue where poetry self commands printed a warning that the current project cannot be installed (#9302).
  • Fix an issue where poetry install sporadically failed with a KeyError due to a race condition (#9335).

Docs

  • Fix incorrect information about poetry shell (#9060).
  • Add a git subdirectory example to poetry add (#9080).
  • Mention interactive credential configuration (#9074).
  • Add notes for optional advanced installation steps (#9098).
  • Add reference to configuration credentials in documentation of poetry publish (#9110).
  • Improve documentation for configuring credentials via environment variables (#9121).
  • Remove misleading wording around virtual environments (#9213).
  • Remove outdated advice regarding seeding keyring backends (#9164).
  • Add a pyproject.toml example for a dependency with multiple extras (#9138).
  • Clarify help of poetry add (#9230).
  • Add a note how to configure credentials for TestPyPI for poetry publish (#9255).
  • Fix information about the --readme option in poetry new (#9260).
  • Clarify what is special about the Python constraint in dependencies (#9256).
  • Update how to uninstall plugins via pipx (#9320).
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 the requirements on [qiskit-aqt-provider](https://github.com/qiskit-community/qiskit-aqt-provider), [sphinx](https://github.com/sphinx-doc/sphinx), [nox](https://github.com/wntrblm/nox) and [poetry](https://github.com/python-poetry/poetry) to permit the latest version.

Updates `qiskit-aqt-provider` to 1.7.0
- [Release notes](https://github.com/qiskit-community/qiskit-aqt-provider/releases)
- [Changelog](https://github.com/qiskit-community/qiskit-aqt-provider/blob/master/CHANGELOG.md)
- [Commits](qiskit-community/qiskit-aqt-provider@v1.5.0...v1.7.0)

Updates `sphinx` to 8.0.2
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v4.3.2...v8.0.2)

Updates `nox` from 2024.3.2 to 2024.4.15
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2024.03.02...2024.04.15)

Updates `poetry` from 1.8.2 to 1.8.3
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md)
- [Commits](python-poetry/poetry@1.8.2...1.8.3)

---
updated-dependencies:
- dependency-name: qiskit-aqt-provider
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: sphinx
  dependency-type: direct:development
  dependency-group: python-packages
- dependency-name: nox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: poetry
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from cqc-melf as a code owner July 30, 2024 09:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

Superseded by #110.

@dependabot dependabot bot closed this Aug 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-7caafc288a branch August 1, 2024 08:00
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.

0 participants