build(deps-dev): bump docker from 6.1.1 to 6.1.2 (#2360)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-16 09:39:24 +02:00
committed by GitHub
parent 5de92ada43
commit cc097e7a3f
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -720,14 +720,14 @@ graph = ["objgraph (>=1.7.2)"]
[[package]]
name = "docker"
version = "6.1.1"
version = "6.1.2"
description = "A Python library for the Docker Engine API."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
{file = "docker-6.1.1-py3-none-any.whl", hash = "sha256:8308b23d3d0982c74f7aa0a3abd774898c0c4fba006e9c3bde4f68354e470fe2"},
{file = "docker-6.1.1.tar.gz", hash = "sha256:5ec18b9c49d48ee145a5b5824bb126dc32fc77931e18444783fc07a7724badc0"},
{file = "docker-6.1.2-py3-none-any.whl", hash = "sha256:134cd828f84543cbf8e594ff81ca90c38288df3c0a559794c12f2e4b634ea19e"},
{file = "docker-6.1.2.tar.gz", hash = "sha256:dcc088adc2ec4e7cfc594e275d8bd2c9738c56c808de97476939ef67db5af8c2"},
]
[package.dependencies]
@@ -2887,4 +2887,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "ff1bb5ed1fe434a152738cb6bcbded869575612cc7fe63b38e9350459d5914a7"
content-hash = "d79eb4bb147bb8298a228002aa332ff8c8e380702eb81bf8012586c899890bfc"

View File

@@ -55,7 +55,7 @@ docs = ["mkdocs", "mkdocs-material"]
bandit = "1.7.5"
black = "22.12.0"
coverage = "7.2.5"
docker = "6.1.1"
docker = "6.1.2"
flake8 = "6.0.0"
freezegun = "1.2.2"
moto = "4.1.9"