From 044aa7f2e6b3c2dcf74edf64de4bae1ac02dd20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:43:35 +0000 Subject: [PATCH] chore: Bump the linting group across 1 directory with 2 updates Bumps the linting group with 2 updates in the / directory: [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) and [ruff](https://github.com/astral-sh/ruff). Updates `pandas-stubs` from 3.0.0.260204 to 3.0.3.260530 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v3.0.0.260204...v3.0.3.260530) Updates `ruff` from 0.15.12 to 0.15.16 - [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.15.12...0.15.16) --- updated-dependencies: - dependency-name: pandas-stubs dependency-version: 3.0.3.260530 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89c3d90..a16fff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,13 +51,13 @@ include = ["src/fluxopt/", "LICENSE", "README.md"] [dependency-groups] dev = [ - "pandas-stubs==3.0.0.260204", + "pandas-stubs==3.0.3.260530", "pre-commit==4.6.0", "pytest==9.0.3", "pytest-cov==7.1.0", "pytest-xdist==3.8.0", "pyrefly==1.0.0", - "ruff==0.15.12", + "ruff==0.15.16", ] docs = [ "plotly>=6",