From 3cf85c109f160a151f67b545ac60172b97568560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 16:31:11 +0000 Subject: [PATCH] Bump the python-dependencies group in /PROJECTS/keylogger with 5 updates Bumps the python-dependencies group in /PROJECTS/keylogger with 5 updates: | Package | From | To | | --- | --- | --- | | [psutil](https://github.com/giampaolo/psutil) | `7.1.3` | `7.2.1` | | [pyobjc-framework-cocoa](https://github.com/ronaldoussoren/pyobjc) | `12.0` | `12.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.4` | `0.14.10` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.1` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.2` | `4.0.4` | Updates `psutil` from 7.1.3 to 7.2.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.3...release-7.2.1) Updates `pyobjc-framework-cocoa` from 12.0 to 12.1 - [Release notes](https://github.com/ronaldoussoren/pyobjc/releases) - [Changelog](https://github.com/ronaldoussoren/pyobjc/blob/main/docs/changelog.rst) - [Commits](https://github.com/ronaldoussoren/pyobjc/compare/v12.0...v12.1) Updates `ruff` from 0.14.4 to 0.14.10 - [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.4...0.14.10) Updates `mypy` from 1.18.2 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.1) Updates `pylint` from 4.0.2 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pyobjc-framework-cocoa dependency-version: '12.1' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- PROJECTS/keylogger/pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PROJECTS/keylogger/pyproject.toml b/PROJECTS/keylogger/pyproject.toml index 0e9f0827..fca00cef 100644 --- a/PROJECTS/keylogger/pyproject.toml +++ b/PROJECTS/keylogger/pyproject.toml @@ -17,17 +17,17 @@ dependencies = [ [project.optional-dependencies] windows = [ "pywin32==311", - "psutil==7.1.3", + "psutil==7.2.1", ] macos = [ - "pyobjc-framework-Cocoa==12.0", + "pyobjc-framework-Cocoa==12.1", ] dev = [ - "ruff==0.14.4", - "mypy==1.18.2", - "pylint==4.0.2", + "ruff==0.14.10", + "mypy==1.19.1", + "pylint==4.0.4", "yapf==0.43.0", ]