Skip to content

Commit 9b839c6

Browse files
chore: bump the dev-dependencies group across 1 directory with 3 updates
Updates the requirements on [pyzmq](https://github.com/zeromq/pyzmq), [pyright](https://github.com/RobertCraigie/pyright-python) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `pyzmq` from 26.3.0 to 27.1.0 - [Release notes](https://github.com/zeromq/pyzmq/releases) - [Commits](zeromq/pyzmq@v26.3.0...v27.1.0) Updates `pyright` from 1.1.406 to 1.1.407 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.406...v1.1.407) Updates `sphinx` to 8.2.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v0.1.61611...v8.2.3) --- updated-dependencies: - dependency-name: pyzmq dependency-version: 27.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: pyright dependency-version: 1.1.407 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sphinx dependency-version: 8.2.3 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b565a1c commit 9b839c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"aiohttp",
3030
"redis",
3131
"scanspec>=0.7.3",
32-
"pyzmq==26.3.0", # Until we can move to RHEL 8 https://github.com/DiamondLightSource/mx-bluesky/issues/1139
32+
"pyzmq==27.1.0", # Until we can move to RHEL 8 https://github.com/DiamondLightSource/mx-bluesky/issues/1139
3333
"deepdiff",
3434
"daq-config-server>=v1.0.0-rc.2", # For getting Configuration settings.
3535
]
@@ -55,14 +55,14 @@ dev = [
5555
"psutil",
5656
"pydata-sphinx-theme>=0.12",
5757
# Pin to previous pyright until https://github.com/microsoft/pyright/issues/11060 is fixed
58-
"pyright==1.1.406",
58+
"pyright==1.1.407",
5959
"pytest",
6060
"pytest-asyncio",
6161
"pytest-cov",
6262
"pytest-json-report",
6363
"pytest-random-order",
6464
"ruff",
65-
"sphinx<7.4.6", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660
65+
"sphinx<8.2.4", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660
6666
"sphinx-autobuild",
6767
"sphinx-copybutton",
6868
"sphinxcontrib-mermaid",

0 commit comments

Comments
 (0)