From 340f670e677dd680bdb6cccc06875a77cdd59653 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 22:14:59 +0000 Subject: [PATCH] Bump dependency-injector from 3.23.2 to 4.10.3 Bumps [dependency-injector](https://github.com/ets-labs/python-dependency-injector) from 3.23.2 to 4.10.3. - [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.10.3) 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 7c14676..b9711a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ appdirs==1.4.4 attrs==20.1.0 boto3==1.14.45 chardet==3.0.4 -dependency-injector==3.23.2 +dependency-injector==4.10.3 hcloud==1.9.1 kubernetes==11.0.0 pyyaml==5.3.1 diff --git a/setup.py b/setup.py index 809877f..3334048 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "appdirs==1.4.4", "boto3==1.14.45", "chardet==3.0.4", - "dependency-injector==3.23.2", + "dependency-injector==4.10.3", "hcloud==1.9.1", "kubernetes==11.0.0", "pyyaml==5.3.1",