Merge pull request #21 from CarterPerez-dev/dependabot/pip/PROJECTS/keylogger/python-dependencies-57a40eb28c

Bump the python-dependencies group in /PROJECTS/keylogger with 5 updates
This commit is contained in:
Carter Perez 2026-01-02 11:36:49 -05:00 committed by GitHub
commit 91a5544cc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -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",
]