From e416e1b4e7bfaa12a46e7fdb3da019714b01858f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 10:35:29 +0000 Subject: [PATCH] Update dependency tomlkit to ^0.12.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4b0c8eb..41a199e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1259,14 +1259,14 @@ files = [ [[package]] name = "tomlkit" -version = "0.11.8" +version = "0.12.0" description = "Style preserving TOML library" category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "tomlkit-0.11.8-py3-none-any.whl", hash = "sha256:8c726c4c202bdb148667835f68d68780b9a003a9ec34167b6c673b38eff2a171"}, - {file = "tomlkit-0.11.8.tar.gz", hash = "sha256:9330fc7faa1db67b541b28e62018c17d20be733177d290a13b24c62d1614e0c3"}, + {file = "tomlkit-0.12.0-py3-none-any.whl", hash = "sha256:926f1f37a1587c7a4f6c7484dae538f1345d96d793d9adab5d3675957b1d0766"}, + {file = "tomlkit-0.12.0.tar.gz", hash = "sha256:01f0477981119c7d8ee0f67ebe0297a7c95b14cf9f4b102b45486deb77018716"}, ] [[package]] @@ -1540,4 +1540,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3137d5ca11b8c1efba64548e70fd20c70a64476921bb13b0435332d9cdd9a939" +content-hash = "dcdbc793f5ec7e3dfc2d3cdb24e85d804280169dcfee39afbc60b407430943a0" diff --git a/pyproject.toml b/pyproject.toml index e0ad9e1..8ee85b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ jinja2 = "^3.1.2" apscheduler = "^3.10.0" python-multipart = "^0.0.6" python-dotenv = "^1.0.0" -tomlkit = "^0.11.6" +tomlkit = "^0.12.0" beautifulsoup4 = "^4.11.2" lxml = "^4.9.2" httpx = "^0.24.0"