diff --git a/poetry.lock b/poetry.lock index 76cc1ef..89791ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -25,7 +25,7 @@ PyYAML = "*" [[package]] name = "anyconfig" -version = "0.9.11" +version = "0.10.0" description = "Library provides common APIs to load and dump configuration files in various formats" category = "main" optional = false @@ -567,7 +567,7 @@ version = "5.3.1" description = "YAML parser and emitter for Python" category = "main" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = "*" [[package]] name = "six" @@ -689,7 +689,7 @@ ansible-base = ["ansible-base"] [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "5ca590e3f4a5b4fae72a71d47d367b99394350c147d48d2d30327fbabec012b1" +content-hash = "b12f588e0d1ef788d5c42b8cff198b8e92eb88b3d7c3482aa54c1617dce713c9" [metadata.files] ansible = [ @@ -699,8 +699,8 @@ ansible-base = [ {file = "ansible-base-2.10.4.tar.gz", hash = "sha256:d4dad569864c08d8efb6ad99acf48ec46d7d118f8ced64f1185f8eac2c280ec3"}, ] anyconfig = [ - {file = "anyconfig-0.9.11-py2.py3-none-any.whl", hash = "sha256:e8594bd9898954538ed1370bd0a5dbded9e207548f933bbcd4dac5f48deb6a38"}, - {file = "anyconfig-0.9.11.tar.gz", hash = "sha256:8888130cde5461cb39379afdd1d09b1b1342356210f0a6743a4b60f9973226f8"}, + {file = "anyconfig-0.10.0-py2.py3-none-any.whl", hash = "sha256:156aa990976d068dec63e1e250ba130a32d48c4b7a8d4f12137b8b74074bbf3f"}, + {file = "anyconfig-0.10.0.tar.gz", hash = "sha256:d9a25625aa72dd870e0712eac3e70fee50eb243af14b2f0cc6f305ec9191cacf"}, ] appdirs = [ {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, @@ -1015,6 +1015,8 @@ pyyaml = [ {file = "PyYAML-5.3.1-cp37-cp37m-win_amd64.whl", hash = "sha256:73f099454b799e05e5ab51423c7bcf361c58d3206fa7b0d555426b1f4d9a3eaf"}, {file = "PyYAML-5.3.1-cp38-cp38-win32.whl", hash = "sha256:06a0d7ba600ce0b2d2fe2e78453a470b5a6e000a985dd4a4e54e436cc36b0e97"}, {file = "PyYAML-5.3.1-cp38-cp38-win_amd64.whl", hash = "sha256:95f71d2af0ff4227885f7a6605c37fd53d3a106fcab511b8860ecca9fcf400ee"}, + {file = "PyYAML-5.3.1-cp39-cp39-win32.whl", hash = "sha256:ad9c67312c84def58f3c04504727ca879cb0013b2517c85a9a253f0cb6380c0a"}, + {file = "PyYAML-5.3.1-cp39-cp39-win_amd64.whl", hash = "sha256:6034f55dab5fea9e53f436aa68fa3ace2634918e8b5994d82f3621c04ff5ed2e"}, {file = "PyYAML-5.3.1.tar.gz", hash = "sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d"}, ] six = [ diff --git a/pyproject.toml b/pyproject.toml index 51ddce8..0670a09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ version = "0.0.0" PyYAML = "^5.3.1" ansible = {version = "^2.10.4", optional = true} ansible-base = {version = "^2.10.4", optional = true} -anyconfig = "^0.9.11" +anyconfig = "^0.10.0" appdirs = "^1.4.4" colorama = "^0.4.4" flake8 = "^3.8.4"