From 51a371701f9fc1442a437dc340abf6c501f1005c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 01:01:34 +0000 Subject: [PATCH] Bump gitpython from 3.1.41 to 3.1.42 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.41 to 3.1.42. - [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.41...3.1.42) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 713412c..27f9bb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ bencodepy==0.9.5 -GitPython==3.1.41 +GitPython==3.1.42 qbittorrent-api==2024.1.58 requests==2.31.0 retrying==1.3.4