Skip to content

Commit 010d59a

Browse files
[pip](deps-dev): Bump the dev-deps group with 4 updates (#209)
Bumps the dev-deps group with 4 updates: [pre-commit](https://github.com/pre-commit/pre-commit), [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox) and [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild). Updates `pre-commit` from 3.8.0 to 4.0.0 - [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@v3.8.0...v4.0.0) Updates `ruff` from 0.6.8 to 0.6.9 - [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.6.8...0.6.9) Updates `tox` from 4.20.0 to 4.21.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.20.0...4.21.2) Updates `sphinx-autobuild` from 2024.9.19 to 2024.10.3 - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](sphinx-doc/sphinx-autobuild@2024.09.19...2024.10.03) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: sphinx-autobuild dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a650395 commit 010d59a

File tree

2 files changed

+58
-57
lines changed

2 files changed

+58
-57
lines changed

poetry.lock

+56-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ humanize = "^4.11.0"
3232
# These are pinned by major version
3333
# To not get dependabot to constantly update them
3434
# https://python-poetry.org/docs/dependency-specification/
35-
pre-commit = "^3"
35+
pre-commit = "^4"
3636
pyright = "^1.1"
3737
ruff = "^0.6"
3838
tox = "^4"
3939

4040
[tool.poetry.group.docs.dependencies]
4141
sphinx = "^7.4.7"
42-
sphinx-autobuild = "^2024.9.19"
42+
sphinx-autobuild = "^2024.10.3"
4343
sphinx-copybutton = "^0.5.2"
4444
furo = "^2024.8.6"
4545

0 commit comments

Comments
 (0)