Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
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.8.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.8.0)

Updates `sphinx` to 8.0.2
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent a2abf4c commit 66dcada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-tool-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nox==2024.3.2
poetry==1.8.2
nox==2024.4.15
poetry==1.8.3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ types-requests = "*"
pydantic = "^2.0"
networkx = "^3.0"
sympy = ">=1.6"
qiskit-aqt-provider = "1.5.0"
qiskit-aqt-provider = "1.8.0"

[tool.poetry.group.tests]
optional = true
Expand Down Expand Up @@ -70,7 +70,7 @@ pyupgrade = ">=2.29,<4.0"
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = ">=4.3.2,<8.0.0"
sphinx = ">=4.3.2,<9.0.0"
sphinx_book_theme = ">= 1.0.1, < 2.0"
sphinx-copybutton = "*"
docutils = "*"
Expand Down

0 comments on commit 66dcada

Please sign in to comment.