Skip to content

Commit 13b4466

Browse files
Bump the development-dependencies group with 3 updates
Updates the requirements on [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [uv-build](https://github.com/astral-sh/uv) to permit the latest version. Updates `mypy` from 2.0.0 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.0.0...v2.1.0) Updates `ruff` from 0.15.12 to 0.15.13 - [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.15.12...0.15.13) Updates `uv-build` to 0.11.15 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.9.3...0.11.15) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: uv-build dependency-version: 0.11.15 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 253c9a8 commit 13b4466

2 files changed

Lines changed: 114 additions & 114 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ rbc = "rbc.cli.main:main"
2424
[dependency-groups]
2525
dev = [
2626
"pytest>=9.0.2",
27-
"mypy>=2.0.0",
27+
"mypy>=2.1.0",
2828
"pre-commit>=4.0.1",
2929
"pytest-cov>=7.0.0",
30-
"ruff>=0.8.1",
30+
"ruff>=0.15.13",
3131
"deptry>=0.23.0",
3232
"pytest-xdist[psutil]>=3.8.0"
3333
]
@@ -117,5 +117,5 @@ convention = "google"
117117
module-name = ["rbc", "rbc_resources"]
118118

119119
[build-system]
120-
requires = ["uv_build>=0.9.3,<0.12.0"]
120+
requires = ["uv_build>=0.11.15,<0.12.0"]
121121
build-backend = "uv_build"

0 commit comments

Comments
 (0)