From be542771d47f38c48526b3befed823181d0af5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 13:18:09 +0000 Subject: [PATCH] chore(deps): update gitpython requirement from ~=3.1.44 to ~=3.1.46 Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython) to permit the latest version. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.44...3.1.46) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ae834324..b8435fd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ substrate-interface>=1.7.11,<1.8 python-dotenv>=1.0.1,<2.0.0 pydantic[email,timezone]>=2.0.3,<3.0.0 pydantic-settings>=2.8.1,<3.0.0 -GitPython~=3.1.44 +GitPython~=3.1.46 ab_sniffer @ git+https://github.com/RedTeamSubnet/ab-sniffer-challenge.git@v5.0.2 ada_detection @ git+https://github.com/RedTeamSubnet/ada-detection-challenge.git@v2.0.0