From 9dbe1ea73a6001401c27814ad7ae5c6dc44a5100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 18:07:22 +0000 Subject: [PATCH] Bump the development group across 1 directory with 4 updates Bumps the development group with 4 updates in the / directory: [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) and [setuptools-scm](https://github.com/pypa/setuptools-scm). Updates `ruff` from 0.13.0 to 0.14.3 - [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.13.0...0.14.3) Updates `mypy` from 1.18.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.1...v1.18.2) Updates `pandas-stubs` from 2.3.2.250827 to 2.3.2.250926 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v2.3.2.250827...v2.3.2.250926) Updates `setuptools-scm` from 9.2.0 to 9.2.2 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/v9.2.0...v9.2.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: pandas-stubs dependency-version: 2.3.2.250926 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: setuptools-scm dependency-version: 9.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebb4762..e6fc96f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,13 +55,13 @@ modem-info = "modem_info.__main__:main" [project.optional-dependencies] test = [ - "ruff == 0.13.0", - "mypy == 1.18.1", - "pandas-stubs == 2.3.2.250827" + "ruff == 0.14.3", + "mypy == 1.18.2", + "pandas-stubs == 2.3.2.250926" ] build = [ "setuptools == 80.9.0", - "setuptools-scm == 9.2.0", + "setuptools-scm == 9.2.2", "build == 1.3.0", "twine == 6.2.0" ]