From b68293ced9d425df187dc31ac74c313635f7ec8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:05:11 +0400 Subject: [PATCH] Bump tomlkit from 0.12.3 to 0.12.4 in /client_cli/pytests (#4472) Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.12.3...0.12.4) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- client_cli/pytests/poetry.lock | 8 ++++---- client_cli/pytests/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 = "*"