From fe7d4b852d48c32ea7130e58bd7e6b8603f9e0dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 20:00:50 +0000 Subject: [PATCH] Bump gitpython from 3.1.2 to 3.1.32 in /config_operator Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.2 to 3.1.32. - [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.2...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- config_operator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_operator/requirements.txt b/config_operator/requirements.txt index fdd7e09..18a5dad 100644 --- a/config_operator/requirements.txt +++ b/config_operator/requirements.txt @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -GitPython==3.1.2 +GitPython==3.1.32 kubernetes==11.0 kopf==0.26