From d3630e6b65436350be783b7c9adcd3816791b0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:33:07 -0600 Subject: [PATCH] build(deps-dev): bump ruff from 0.6.8 to 0.6.9 (#1426) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.8 to 0.6.9. - [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.6.8...0.6.9) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 42e4e86b..aacfab43 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ charset-normalizer==3.3.2 # via requests codespell==2.2.6 # via -r requirements-dev.in -coverage==7.6.1 +coverage[toml]==7.6.1 # via # -r requirements-dev.in # pytest-cov @@ -115,7 +115,7 @@ rpds-py==0.20.0 # via # jsonschema # referencing -ruff==0.6.8 +ruff==0.6.9 # via -r requirements-dev.in six==1.16.0 # via html5lib