diff --git a/poetry.lock b/poetry.lock index 5e10a2b522..fa845c8a89 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "appnope" @@ -643,13 +643,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "python-benedict" -version = "0.32.1" +version = "0.33.0" description = "python-benedict is a dict subclass with keylist/keypath/keyattr support, normalized I/O operations (base64, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml) and many utilities... for humans, obviously." optional = false python-versions = "*" files = [ - {file = "python-benedict-0.32.1.tar.gz", hash = "sha256:d669cbd0ca4e6cd9fbdc10b8f68ae57ac3224b49f7f55e9b2c13622c0434a148"}, - {file = "python_benedict-0.32.1-py3-none-any.whl", hash = "sha256:61272f128ea5046399d261047b33d53e0836c951d9697b23a02d0723f9322e1d"}, + {file = "python-benedict-0.33.0.tar.gz", hash = "sha256:0a783caa1776cf73e890725be30be4310031f2e62d320ee8b8445fcfcb51b493"}, + {file = "python_benedict-0.33.0-py3-none-any.whl", hash = "sha256:2b6c2ee1edba2794bfe868e66b0eec260df899125b6187a63f486535b8db3dcc"}, ] [package.dependencies] @@ -659,7 +659,8 @@ requests = ">=2.26.0,<3.0.0" [package.extras] all = ["python-benedict[io,parse,s3]"] -io = ["python-benedict[toml,xls,xml,yaml]"] +html = ["beautifulsoup4 (>=4.12.0,<5.0.0)"] +io = ["python-benedict[html,toml,xls,xml,yaml]"] parse = ["ftfy (>=6.0.0,<7.0.0)", "mailchecker (>=4.1.0,<6.0.0)", "phonenumbers (>=8.12.0,<9.0.0)", "python-dateutil (>=2.8.0,<3.0.0)"] s3 = ["boto3 (>=1.24.89,<2.0.0)"] toml = ["toml (>=0.10.2,<1.0.0)"] @@ -969,4 +970,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6460c71d8f18a1ec3468101404235e3bd8e3f0a913b1f322c12d612405718791" +content-hash = "5fbc0eae7d87a1c45401961eed28490a57dc405c07ee68f49929f423cbf1b38d" diff --git a/pyproject.toml b/pyproject.toml index 0da815493a..4a557b79eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ python = "^3.8" xmltodict = "^0.13.0" colorlog = "^6.7.0" kubernetes = "^28.1.0-beta.1" -python-benedict = "^0.32.0" +python-benedict = "^0.33.0" packaging = "^23.1" python-simple-logger = "^1.0.6" jinja2 = "^3.1.2"