From f413c03f0e27723bad080c23c1de311612c9f93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:56:12 +0000 Subject: [PATCH] Bump the python group across 1 directory with 2 updates Updates the requirements on [invoke](https://github.com/pyinvoke/invoke) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `invoke` to 3.0.3 - [Commits](https://github.com/pyinvoke/invoke/compare/2.2.0...3.0.3) Updates `pre-commit` to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: invoke dependency-version: 3.0.3 dependency-type: direct:production dependency-group: python - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 33228ff..154bf3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -invoke~=2.2 -pre-commit~=4.5 +invoke~=3.0 +pre-commit~=4.6 pylint~=4.0