From e4d60dca0d9f9b63d5dff576c4c4c101cee624c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 18:38:12 +0000 Subject: [PATCH] Bump gitpython from 3.1.2 to 3.1.30 in /config_operator Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.2 to 3.1.30. - [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.30) --- 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..eb1a7c2 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.30 kubernetes==11.0 kopf==0.26