From 0dc263e0f0f4d2c2c3869fb0aaebadac82160770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:27:51 +0000 Subject: [PATCH] build(deps): bump the lint-and-dev group with 3 updates Bumps the lint-and-dev group with 3 updates: [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `mypy` from 1.13.0 to 1.14.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) Updates `ruff` from 0.8.3 to 0.8.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.3...0.8.4) Updates `pyright` from 1.1.390 to 1.1.391 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.391) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: lint-and-dev - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lint-and-dev - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lint-and-dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 78abb05..a392d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,9 +47,9 @@ huggingface = [ "transformers>=4.42.3,<=4.47.0", ] dev = [ - "mypy==1.13.0", - "ruff==0.8.3", - "pyright==1.1.390", + "mypy==1.14.0", + "ruff==0.8.4", + "pyright==1.1.391", "pytest==8.3.4", "pytest-cov==6.0.0" ]