From 0a2349fad78c880cd9510050cfcc0086a3cc1dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 09:55:18 +0200 Subject: [PATCH] build(deps): bump alive-progress from 3.0.1 to 3.1.0 (#2138) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e2f54c50..a60aa988 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "about-time" @@ -14,14 +14,14 @@ files = [ [[package]] name = "alive-progress" -version = "3.0.1" +version = "3.1.0" description = "A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!" category = "main" optional = false python-versions = ">=3.7, <4" files = [ - {file = "alive-progress-3.0.1.tar.gz", hash = "sha256:3245114253b6adb4b38f2a2a1828edfcd9e8c012f7e30a5cef1932ca7344eb44"}, - {file = "alive_progress-3.0.1-py3-none-any.whl", hash = "sha256:1e910ef0ceccfd2b09682f119330bd9a0bf2b4c4ddfa83de4d3d3741e104d98f"}, + {file = "alive-progress-3.1.0.tar.gz", hash = "sha256:c076a076591ff926ac19941bd73065e298118b6d38900d2d6ff53d2e355be3c1"}, + {file = "alive_progress-3.1.0-py3-none-any.whl", hash = "sha256:908ded254221e958fe2851bcbcd24451fb3820011d473db71f329c370a4018a2"}, ] [package.dependencies] @@ -2844,4 +2844,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "245d449b4b8d1cbe6be0a125761312a6a53bf1f050440a41ffe8034945064fb8" +content-hash = "cb9595724336613f9fcae30e665d00972c5923ea254d8876f1c9784faa0c8a66" diff --git a/pyproject.toml b/pyproject.toml index 1b3f523a..c1e76cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ readme = "README.md" version = "3.3.0" [tool.poetry.dependencies] -alive-progress = "3.0.1" +alive-progress = "3.1.0" arnparse = "0.0.2" azure-identity = "1.12.0" azure-mgmt-authorization = "3.0.0"