Skip to content

Commit 9a6c115

Browse files
dependabot[bot]schroedtert
authored andcommitted
Bump the general-dependencies group with 4 updates
Updates the requirements on [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff), [pre-commit](https://github.com/pre-commit/pre-commit) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) Updates `ruff` from 0.14.7 to 0.14.10 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.7...0.14.10) Updates `pre-commit` from 4.5.0 to 4.5.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.5.0...v4.5.1) Updated `sphinx` from 8.2.3 to 9.1.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases/tag/v9.1.0) - [Changelog](https://www.sphinx-doc.org/en/master/changes/index.html) - [Commits](sphinx-doc/sphinx@v8.2.3...v9.1.0) Updated sphinx-design 0.6.1 to 0.7.0 - [Release notes](https://github.com/executablebooks/sphinx-design/releases/tag/v0.7.0) - [Commits](executablebooks/sphinx-design@v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: sphinx-design dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ba9f233 commit 9a6c115

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
sphinx~=8.2.3
1+
sphinx~=9.0.4
22
sphinx-copybutton==0.5.2
3-
sphinx_design==0.6.1
3+
sphinx_design==0.7.0
44
myst-nb==1.3.0
55
nbconvert==7.16.6
66
sphinx-notfound-page==1.1.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ click~=8.3
1616
build~=1.3
1717

1818
# ci
19-
mypy==1.19.0
19+
mypy==1.19.1
2020
mypy-extensions==1.1.0
21-
ruff==0.14.7
22-
pre-commit==4.5.0
21+
ruff==0.14.10
22+
pre-commit==4.5.1

0 commit comments

Comments
 (0)