From c23bd704fd6cb95298b10360bf5038d7ab0ccb3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:08:03 +0000 Subject: [PATCH 1/2] Bump psutil from 7.1.1 to 7.1.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.1 to 7.1.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.1...release-7.1.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- development-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-requirements.txt b/development-requirements.txt index 62653db..1d8a7fb 100644 --- a/development-requirements.txt +++ b/development-requirements.txt @@ -6,7 +6,7 @@ flake8==7.3.0 fpvs==0.3.0 isort==6.1.0 mypy==1.18.2 -psutil==7.1.1 +psutil==7.1.2 pylint==3.3.9 pytest-cov==7.0.0 pytest-schema==0.1.2 From 711267423c9dfe74ba634b5862733890fd6ff83b Mon Sep 17 00:00:00 2001 From: docktermj Date: Thu, 30 Oct 2025 09:26:08 -0400 Subject: [PATCH 2/2] Quote list items --- .github/linters/bearer.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/linters/bearer.yml b/.github/linters/bearer.yml index 6f14528..4d337b6 100644 --- a/.github/linters/bearer.yml +++ b/.github/linters/bearer.yml @@ -1,7 +1,7 @@ rule: skip-rule: - - python_lang_os_command_injection - - python_lang_path_traversal - - python_lang_path_using_user_input - - python_lang_sql_injection - - python_lang_weak_random + - "python_lang_os_command_injection" + - "python_lang_path_traversal" + - "python_lang_path_using_user_input" + - "python_lang_sql_injection" + - "python_lang_weak_random"