Skip to content

Commit fb15bcb

Browse files
Bump psutil from 7.1.1 to 7.1.2 (#284)
* 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](giampaolo/psutil@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] <support@github.com> * Quote list items --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: docktermj <michael@dockter.com>
1 parent 53985ff commit fb15bcb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/linters/bearer.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rule:
22
skip-rule:
3-
- python_lang_os_command_injection
4-
- python_lang_path_traversal
5-
- python_lang_path_using_user_input
6-
- python_lang_sql_injection
7-
- python_lang_weak_random
3+
- "python_lang_os_command_injection"
4+
- "python_lang_path_traversal"
5+
- "python_lang_path_using_user_input"
6+
- "python_lang_sql_injection"
7+
- "python_lang_weak_random"

development-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ flake8==7.3.0
66
fpvs==0.3.0
77
isort==6.1.0
88
mypy==1.18.2
9-
psutil==7.1.1
9+
psutil==7.1.2
1010
pylint==3.3.9
1111
pytest-cov==7.0.0
1212
pytest-schema==0.1.2

0 commit comments

Comments
 (0)