From 25b0e12ba9a5b89dbc67e5560ddbcb93281b5472 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 09:45:31 +0200 Subject: [PATCH] fix(deps): update dependency anyconfig to v0.11.0 (#137) Co-authored-by: Renovate Bot --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 263c50b..4e795b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -25,7 +25,7 @@ PyYAML = "*" [[package]] name = "anyconfig" -version = "0.10.1" +version = "0.11.0" description = "Library provides common APIs to load and dump configuration files in various formats" category = "main" optional = false @@ -682,7 +682,7 @@ ansible-base = ["ansible-base"] [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "027fc8a7d40b19d758a7f1d3ec21dd1513898482410eb96c9604af36cf1b8cee" +content-hash = "b77a675adf5c3317b8a98814b76a5b47fd4eee86c43510aa42fe82422d5685a1" [metadata.files] ansible = [ @@ -692,8 +692,8 @@ ansible-base = [ {file = "ansible-base-2.10.9.tar.gz", hash = "sha256:04635d3e08fc29358c76b8e7f1e9db0ce443fb09ce30b2acc6cacaad165f2151"}, ] anyconfig = [ - {file = "anyconfig-0.10.1-py2.py3-none-any.whl", hash = "sha256:60c795cc6ef3e6f0a74182c52dfa6e8825d852b2b9128404e1aef3b84ca077a4"}, - {file = "anyconfig-0.10.1.tar.gz", hash = "sha256:f04a5490da8563c97fad15810b0debc92351dbd4b8058dfd82d32a30a41e7e5c"}, + {file = "anyconfig-0.11.0-py2.py3-none-any.whl", hash = "sha256:47507d96ff31059a9c5783d3e3a5def88c4069bd4af56e9828ee0f0cca2ed2d2"}, + {file = "anyconfig-0.11.0.tar.gz", hash = "sha256:ec4eaad7250af23c98c86760954781361906b83027ae5b9d4da539e09765d308"}, ] appdirs = [ {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, diff --git a/pyproject.toml b/pyproject.toml index 249d741..d5e57fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ version = "0.0.0" PyYAML = "5.4.1" ansible = {version = "3.4.0", optional = true} ansible-base = {version = "2.10.9", optional = true} -anyconfig = "0.10.1" +anyconfig = "0.11.0" appdirs = "1.4.4" colorama = "0.4.4" flake8 = "3.9.2"