From 588478694978b056e25efcf4d113758a6585f89b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 05:07:18 +0000 Subject: [PATCH 1/2] build(deps): bump openstacksdk from 0.51.0 to 0.52.0 Bumps [openstacksdk](https://docs.openstack.org/openstacksdk/) from 0.51.0 to 0.52.0. Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eae07aa9..ae6332db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ setuptools==50.3.2 thrift >= 0.11.0,<0.20.0 python-keystoneclient -openstacksdk ==0.51.0 +openstacksdk ==0.52.0 deprecated == 1.2.10 Click==7.1.2 flake8==3.8.4 From bba090a50f9bd758ed40cbbd65047e47f9699efb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 10:39:41 +0000 Subject: [PATCH 2/2] build(deps): bump python from 3.9.0-buster to 3.9.1-buster Bumps python from 3.9.0-buster to 3.9.1-buster. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d01612b5..15ee7b2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.0-buster +FROM python:3.9.1-buster RUN apt-get update -y RUN apt-get install -y build-essential WORKDIR /code