diff --git a/poetry.lock b/poetry.lock index 9a849ea..c951039 100644 --- a/poetry.lock +++ b/poetry.lock @@ -581,7 +581,7 @@ use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] [[package]] name = "ruamel.yaml" -version = "0.17.13" +version = "0.17.16" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" category = "main" optional = false @@ -703,7 +703,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.6.0" -content-hash = "4848971f2b870c3fc9d1e4035688f90d9ca77121f667732db3a63e869cd16d87" +content-hash = "d17a5ea74e7784af162b03812a5f86906c3d4eaaa8e23257d1df62b12e9ad32f" [metadata.files] anyconfig = [ @@ -997,8 +997,8 @@ requests = [ {file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"}, ] "ruamel.yaml" = [ - {file = "ruamel.yaml-0.17.13-py3-none-any.whl", hash = "sha256:aa1a5b8041bab0d0e8c514949fa8e11b02653061dcbc68365c820b263f8c6ec7"}, - {file = "ruamel.yaml-0.17.13.tar.gz", hash = "sha256:02f0ed93e98ea32498d25a2952635bbd9fabd553599b8ad67724b4ac88dd8f6c"}, + {file = "ruamel.yaml-0.17.16-py3-none-any.whl", hash = "sha256:ea21da1198c4b41b8e7a259301cc9710d3b972bf8ba52f06218478e6802dd1f1"}, + {file = "ruamel.yaml-0.17.16.tar.gz", hash = "sha256:1a771fc92d3823682b7f0893ad56cb5a5c87c48e62b5399d6f42c8759a583b33"}, ] "ruamel.yaml.clib" = [ {file = "ruamel.yaml.clib-0.2.6-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:cfdb9389d888c5b74af297e51ce357b800dd844898af9d4a547ffc143fa56751"}, diff --git a/pyproject.toml b/pyproject.toml index 335757d..b636271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ proxmoxer = "1.1.1" python = "^3.6.0" python-json-logger = "2.0.2" requests = "2.26.0" -"ruamel.yaml" = "0.17.13" +"ruamel.yaml" = "0.17.16" [tool.poetry.dev-dependencies] bandit = "1.7.0"