From 72e4dc54944c5ebc638bed39646313502cbce76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 12:30:23 +0000 Subject: [PATCH] Bump ruff in /PROJECTS/keylogger in the python-dependencies group Bumps the python-dependencies group in /PROJECTS/keylogger with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.14.10 to 0.14.11 - [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.14.10...0.14.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- PROJECTS/keylogger/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROJECTS/keylogger/pyproject.toml b/PROJECTS/keylogger/pyproject.toml index fca00cef..c3ab547a 100644 --- a/PROJECTS/keylogger/pyproject.toml +++ b/PROJECTS/keylogger/pyproject.toml @@ -25,7 +25,7 @@ macos = [ ] dev = [ - "ruff==0.14.10", + "ruff==0.14.11", "mypy==1.19.1", "pylint==4.0.4", "yapf==0.43.0",