From db5208fef2b07d0e4e6bb19e8ca777fc5ce91d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:14:00 +0000 Subject: [PATCH] :arrow_up: Bump tomlkit from 0.12.2 to 0.12.3 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.12.2...0.12.3) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9447e182..0e377a06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2017,13 +2017,13 @@ files = [ [[package]] name = "tomlkit" -version = "0.12.2" +version = "0.12.3" description = "Style preserving TOML library" optional = false python-versions = ">=3.7" files = [ - {file = "tomlkit-0.12.2-py3-none-any.whl", hash = "sha256:eeea7ac7563faeab0a1ed8fe12c2e5a51c61f933f2502f7e9db0241a65163ad0"}, - {file = "tomlkit-0.12.2.tar.gz", hash = "sha256:df32fab589a81f0d7dc525a4267b6d7a64ee99619cbd1eeb0fae32c1dd426977"}, + {file = "tomlkit-0.12.3-py3-none-any.whl", hash = "sha256:b0a645a9156dc7cb5d3a1f0d4bab66db287fcb8e0430bdd4664a095ea16414ba"}, + {file = "tomlkit-0.12.3.tar.gz", hash = "sha256:75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4"}, ] [[package]] @@ -2197,4 +2197,4 @@ async = ["aiohttp", "asyncio"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f04dfc603ad2f0aa80385421828161e7ed570f68ff7eb983f06ebb952b562a12" +content-hash = "9cd7ce6b9ffe956588fd443138511dca3938b4fe51a8e4d1a3e61364c54fb31f" diff --git a/pyproject.toml b/pyproject.toml index 08c43ac3..d88b4f41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ autodocsumm = "^0.2.8" responses = ">=0.22,<0.25" pytest-parallel = "^0.1.1" pytest-split = "^0.8.0" -tomlkit = "<0.12.3" +tomlkit = "<0.12.4" colorama = "^0.4.6" aioresponses = "^0.7.4" pytest-asyncio = ">=0.20.3,<0.24.0"