diff --git a/client_cli/pytests/poetry.lock b/client_cli/pytests/poetry.lock index 5638e7543ef..771560cfc9e 100644 --- a/client_cli/pytests/poetry.lock +++ b/client_cli/pytests/poetry.lock @@ -592,13 +592,13 @@ files = [ [[package]] name = "tomlkit" -version = "0.12.3" +version = "0.12.4" description = "Style preserving TOML library" optional = false python-versions = ">=3.7" files = [ - {file = "tomlkit-0.12.3-py3-none-any.whl", hash = "sha256:b0a645a9156dc7cb5d3a1f0d4bab66db287fcb8e0430bdd4664a095ea16414ba"}, - {file = "tomlkit-0.12.3.tar.gz", hash = "sha256:75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4"}, + {file = "tomlkit-0.12.4-py3-none-any.whl", hash = "sha256:5cd82d48a3dd89dee1f9d64420aa20ae65cfbd00668d6f094d7578a78efbb77b"}, + {file = "tomlkit-0.12.4.tar.gz", hash = "sha256:7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3"}, ] [[package]] @@ -615,4 +615,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2cdbaae7bacc814cc404c26facf59b3462b22b3e43320a392a51808a037427f7" +content-hash = "62e6a80338c82e604a27b65d79e305c5ac0f31ff799d6f45008dca8240d2ade1" diff --git a/client_cli/pytests/pyproject.toml b/client_cli/pytests/pyproject.toml index a8b574baddb..97e8ba22eac 100644 --- a/client_cli/pytests/pyproject.toml +++ b/client_cli/pytests/pyproject.toml @@ -11,7 +11,7 @@ faker = "*" allure-python-commons = "*" cryptography = "*" python-dotenv = "*" -tomlkit = "^0.12.3" +tomlkit = "^0.12.4" [tool.poetry.dev-dependencies] pytest = "*"