diff --git a/poetry.lock b/poetry.lock index dece1e4..1ae8683 100644 --- a/poetry.lock +++ b/poetry.lock @@ -648,13 +648,13 @@ files = [ [[package]] name = "tomlkit" -version = "0.13.0" +version = "0.13.2" description = "Style preserving TOML library" optional = false python-versions = ">=3.8" files = [ - {file = "tomlkit-0.13.0-py3-none-any.whl", hash = "sha256:7075d3042d03b80f603482d69bf0c8f345c2b30e41699fd8883227f89972b264"}, - {file = "tomlkit-0.13.0.tar.gz", hash = "sha256:08ad192699734149f5b97b45f1f18dad7eb1b6d16bc72ad0c2335772650d7b72"}, + {file = "tomlkit-0.13.2-py3-none-any.whl", hash = "sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde"}, + {file = "tomlkit-0.13.2.tar.gz", hash = "sha256:fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79"}, ] [[package]] @@ -767,4 +767,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "729ee8a29747ddfd3ada1de3348fa79bad4c80fb13a251d12af1ab6761696f18" +content-hash = "137d149f392160f2590304f863e527773e5271353bfb65c9ac6e691c1e428d2a" diff --git a/pyproject.toml b/pyproject.toml index 2d3ad32..f44ec65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ requests = "2.32.3" six = "1.16.0" tabulate = "0.9.0" tomli = "2.0.1" -tomlkit = "0.13.0" +tomlkit = "0.13.2" urllib3 = "2.2.2" wrapt = "1.16.0"