fix(deps): update dependency anyconfig to v0.12.0 (#168)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-20 09:53:05 +02:00 committed by GitHub
parent ee69b01e3a
commit d6410a15b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1,6 +1,6 @@
[[package]]
name = "anyconfig"
version = "0.11.1"
version = "0.12.0"
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 = "0641fde6afcd41d34a54380de98c3c225fd44750421abab30d3627fcc0830575"
content-hash = "10815acce51c14700151866449169ddbb5d5a9714c1e5671a8fe37c2faa3ca18"
[metadata.files]
anyconfig = [
{file = "anyconfig-0.11.1-py2.py3-none-any.whl", hash = "sha256:112000d4d407722569ecff5126c1fc88715581834cfd0ee9556386fd8ff2983e"},
{file = "anyconfig-0.11.1.tar.gz", hash = "sha256:050dcade09799cd19c9b1f834e6df710ef824b388e6bb0af8c77be39b158b011"},
{file = "anyconfig-0.12.0-py2.py3-none-any.whl", hash = "sha256:2119065ad835d0e4cbcb26a58fab0705952c5657c05fa90ef7a11cdecbbafb1f"},
{file = "anyconfig-0.12.0.tar.gz", hash = "sha256:3091d7675740686fade85755537f2a7c6ccefa8659c5bb56174e02ded74b96d5"},
]
appdirs = [
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},

View File

@ -35,7 +35,7 @@ repository = "https://github.com/thegeeklab/docker-tidy/"
version = "0.0.0"
[tool.poetry.dependencies]
anyconfig = "0.11.1"
anyconfig = "0.12.0"
appdirs = "1.4.4"
certifi = "2021.5.30"
colorama = "0.4.4"