Skip to content

Commit a54d2c1

Browse files
Bump the general-dependencies group with 3 updates (#543)
Updates the requirements on [click](https://github.com/pallets/click), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `click` to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.0...8.4.1) Updates `mypy` from 1.20.2 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.2...v2.1.0) Updates `ruff` from 0.15.12 to 0.15.15 - [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.15) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production dependency-group: general-dependencies - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: general-dependencies - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:production update-type: version-update:semver-patch 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 cc2199e commit a54d2c1

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
@@ -12,11 +12,11 @@ pytest-cov~=7.1
1212

1313
# build tools
1414
setuptools>=78.1.1,<83.0
15-
click~=8.3
15+
click~=8.4
1616
build~=1.5
1717

1818
# ci
19-
mypy==1.20.2
19+
mypy==2.1.0
2020
mypy-extensions==1.1.0
21-
ruff==0.15.12
21+
ruff==0.15.15
2222
pre-commit==4.6.0

0 commit comments

Comments
 (0)