From 922726f2d8cc1eb47a71a0c05dad7d9b7d9dafbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:02:36 +0000 Subject: [PATCH 1/3] feat(deps): bump flake8 from 3.9.1 to 3.9.2 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.1...3.9.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a8297f00..8c5b9dd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ openstacksdk ==0.56.0 deprecated == 1.2.12 Click==7.1.2 ansible==3.3.0 -flake8==3.9.1 +flake8==3.9.2 ruamel.yaml<0.18.0 paramiko==2.7.2 pyvim==3.0.2 From 1b02fc6a540fe8a11074181b0faf6cdf7d603de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:02:47 +0000 Subject: [PATCH 2/3] feat(deps): bump setuptools from 56.0.0 to 56.2.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 56.0.0 to 56.2.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v56.0.0...v56.2.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 a8297f00..18fb2ca1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -setuptools==56.0.0 +setuptools==56.2.0 thrift >= 0.11.0,<0.20.0 python-keystoneclient openstacksdk ==0.56.0 From b6feb3921398189adf59dfbeff54838c5fe97562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 06:04:57 +0000 Subject: [PATCH 3/3] feat(deps): bump python from 3.9.4-buster to 3.9.5-buster Bumps python from 3.9.4-buster to 3.9.5-buster. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfdcacff..49cc7448 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.4-buster +FROM python:3.9.5-buster RUN apt-get update -y RUN apt-get install -y build-essential WORKDIR /code