diff --git a/poetry.lock b/poetry.lock index 1b58a8f..562449c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,13 +1,12 @@ [[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"] @@ -880,12 +879,12 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "c03afd93ee45df14ba825438bf5d920184b8c6919cafd731c7e7eeddf1d1bfb5" +content-hash = "bdb1470d5015a36ae7b0c65cb7f717cd230ccb86de7fd7bc276c938548c0af0c" [metadata.files] 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 051faa6..861272e 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.12.0" +anyconfig = "0.13.0" appdirs = "1.4.4" certifi = "2021.10.8" colorama = "0.4.4"