From f3ae6bdef8cb1979ff8c30296f6fba2894e183b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 09:04:48 +0200 Subject: [PATCH] fix(deps): update dependency anyconfig to v0.13.0 (#344) --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9d6402b..6d4572c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -26,14 +26,13 @@ resolvelib = ">=0.5.3,<0.6.0" [[package]] name = "anyconfig" -version = "0.12.0" +version = "0.13.0" description = "Library provides common APIs to load and dump configuration files in various formats" category = "main" optional = false python-versions = "*" [package.extras] -devel = ["coveralls", "flake8 (<3.5.0)", "mock", "nose", "pylint", "pycodestyle (<2.4.0)"] query = ["jmespath"] schema = ["jsonschema"] template = ["jinja2"] @@ -701,7 +700,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "25546b14ea220b073f48f8a5c8782c3b4a563ac39def01caf5cb54fabe77bd86" +content-hash = "75423affea6ecf680688cd527112557c3be447b614c45a871eabdb37f3f88d1a" [metadata.files] ansible = [ @@ -711,8 +710,8 @@ ansible-core = [ {file = "ansible-core-2.12.4.tar.gz", hash = "sha256:827af75985a6f04b980bd371027bf038cb187640628557298acb9983a8f2c2da"}, ] anyconfig = [ - {file = "anyconfig-0.12.0-py2.py3-none-any.whl", hash = "sha256:2119065ad835d0e4cbcb26a58fab0705952c5657c05fa90ef7a11cdecbbafb1f"}, - {file = "anyconfig-0.12.0.tar.gz", hash = "sha256:3091d7675740686fade85755537f2a7c6ccefa8659c5bb56174e02ded74b96d5"}, + {file = "anyconfig-0.13.0-py2.py3-none-any.whl", hash = "sha256:17cb189938d6cda4d21a2dabcd63db86658d2556e767dfd4835b1011544a1f8e"}, + {file = "anyconfig-0.13.0.tar.gz", hash = "sha256:03ff2e1762af388fbbbed1c1ab7f9f1ec006a91da7db3a68b963da6e7795d2ac"}, ] appdirs = [ {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, diff --git a/pyproject.toml b/pyproject.toml index 2389ae3..f5f1e90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ version = "0.0.0" PyYAML = "6.0" ansible = {version = "5.5.0", optional = true} ansible-core = {version = "2.12.4", optional = true} -anyconfig = "0.12.0" +anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.4" flake8 = "4.0.1"