From efa3945698027671a7c06dc32220a1502c48f015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:22:51 +0100 Subject: [PATCH] Bump easykube from 0.3.0 to 0.3.1 in /operator (#365) Bumps [easykube](https://github.com/stackhpc/easykube) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/stackhpc/easykube/releases) - [Commits](https://github.com/stackhpc/easykube/compare/0.3.0...0.3.1) --- updated-dependencies: - dependency-name: easykube dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- operator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/requirements.txt b/operator/requirements.txt index 834857bd..3cb7ae9a 100644 --- a/operator/requirements.txt +++ b/operator/requirements.txt @@ -10,7 +10,7 @@ charset-normalizer==3.3.2 click==8.1.7 configomatic==0.2.0 cryptography==42.0.5 -easykube==0.3.0 +easykube==0.3.1 exceptiongroup==1.2.1 frozenlist==1.4.1 h11==0.14.0