From cb57722dae968a450f08b47e69f9e1b839f60fb9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 22:19:59 +0000 Subject: [PATCH] Bump dependency-injector from 3.23.2 to 4.34.2 Bumps [dependency-injector](https://github.com/ets-labs/python-dependency-injector) from 3.23.2 to 4.34.2. - [Release notes](https://github.com/ets-labs/python-dependency-injector/releases) - [Commits](https://github.com/ets-labs/python-dependency-injector/compare/3.23.2...4.34.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bd231cf..75218c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ appdirs==1.4.4 attrs==20.1.0 boto3==1.17.105 chardet==3.0.4 -dependency-injector==3.23.2 +dependency-injector==4.34.2 hcloud==1.9.1 kubernetes==11.0.0 pyyaml==5.4 diff --git a/setup.py b/setup.py index 432ce00..7cb28cf 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "appdirs==1.4.4", "boto3==1.17.105", "chardet==3.0.4", - "dependency-injector==3.23.2", + "dependency-injector==4.34.2", "hcloud==1.9.1", "kubernetes==11.0.0", "pyyaml==5.4",