From 1dbbcd4a33fcbe4106b7da53cb3d73e669656511 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:25:20 +0200 Subject: [PATCH] fix(deps): update dependency anyconfig to v0.11.1 (#158) 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 1a6a74b..f326038 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,6 +1,6 @@ [[package]] name = "anyconfig" -version = "0.11.0" +version = "0.11.1" description = "Library provides common APIs to load and dump configuration files in various formats" category = "main" optional = false @@ -844,12 +844,12 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "925af2728020643928bd8a32acd52cb17671e404effe119925b5f91d74661371" +content-hash = "ff46e837390e6b72b2aea0df24c93bf1d60c443d8e54978a7f8b05c1aaccd516" [metadata.files] anyconfig = [ - {file = "anyconfig-0.11.0-py2.py3-none-any.whl", hash = "sha256:47507d96ff31059a9c5783d3e3a5def88c4069bd4af56e9828ee0f0cca2ed2d2"}, - {file = "anyconfig-0.11.0.tar.gz", hash = "sha256:ec4eaad7250af23c98c86760954781361906b83027ae5b9d4da539e09765d308"}, + {file = "anyconfig-0.11.1-py2.py3-none-any.whl", hash = "sha256:112000d4d407722569ecff5126c1fc88715581834cfd0ee9556386fd8ff2983e"}, + {file = "anyconfig-0.11.1.tar.gz", hash = "sha256:050dcade09799cd19c9b1f834e6df710ef824b388e6bb0af8c77be39b158b011"}, ] appdirs = [ {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, diff --git a/pyproject.toml b/pyproject.toml index e1f14b5..4575571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ repository = "https://github.com/thegeeklab/docker-tidy/" version = "0.0.0" [tool.poetry.dependencies] -anyconfig = "0.11.0" +anyconfig = "0.11.1" appdirs = "1.4.4" certifi = "2021.5.30" colorama = "0.4.4"