Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [ophyd-async](https://github.com/bluesky/ophyd-async) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.

Updates `ophyd-async` from 0.9.0a1 to 0.9.0a2
- [Release notes](https://github.com/bluesky/ophyd-async/releases)
- [Commits](bluesky/ophyd-async@v0.9.0a1...v0.9.0a2)

Updates `sphinx` to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.1.3)

---
updated-dependencies:
- dependency-name: ophyd-async
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 84e49b5 commit d2aac2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = "Ophyd devices and other utils that could be used across DLS beaml
dependencies = [
"click",
"ophyd",
"ophyd-async == 0.9.0a1",
"ophyd-async == 0.9.0a2",
"bluesky",
"pyepics",
"dataclasses-json",
Expand Down Expand Up @@ -60,7 +60,7 @@ dev = [
"pytest-cov",
"pytest-random-order",
"ruff",
"sphinx<7.4.6", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660
"sphinx<8.1.4", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660
"sphinx-autobuild",
"sphinx-copybutton",
"sphinxcontrib-mermaid",
Expand Down

0 comments on commit d2aac2e

Please sign in to comment.