Skip to content

Commit 2688aed

Browse files
Bump the general-dependencies group with 3 updates (#470)
Updates the requirements on [build](https://github.com/pypa/build), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `build` to 1.3.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.0...1.3.0) Updates `ruff` from 0.12.7 to 0.12.11 - [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.12.7...0.12.11) Updates `pre-commit` from 4.2.0 to 4.3.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@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.3.0 dependency-type: direct:production dependency-group: general-dependencies - dependency-name: ruff dependency-version: 0.12.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e35d84e commit 2688aed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ pytest-cov~=6.2
1313
# build tools
1414
setuptools>=78.1.1,<81.0
1515
click~=8.2
16-
build~=1.2
16+
build~=1.3
1717

1818
# ci
1919
mypy==1.17.1
2020
mypy-extensions==1.1.0
21-
ruff==0.12.7
22-
pre-commit==4.2.0
21+
ruff==0.12.11
22+
pre-commit==4.3.0

0 commit comments

Comments
 (0)