Update dependency tomlkit to ^0.12.0

This commit is contained in:
renovate[bot]
2023-07-27 10:35:29 +00:00
parent b4db4cca6a
commit e416e1b4e7
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1259,14 +1259,14 @@ files = [
[[package]] [[package]]
name = "tomlkit" name = "tomlkit"
version = "0.11.8" version = "0.12.0"
description = "Style preserving TOML library" description = "Style preserving TOML library"
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "tomlkit-0.11.8-py3-none-any.whl", hash = "sha256:8c726c4c202bdb148667835f68d68780b9a003a9ec34167b6c673b38eff2a171"}, {file = "tomlkit-0.12.0-py3-none-any.whl", hash = "sha256:926f1f37a1587c7a4f6c7484dae538f1345d96d793d9adab5d3675957b1d0766"},
{file = "tomlkit-0.11.8.tar.gz", hash = "sha256:9330fc7faa1db67b541b28e62018c17d20be733177d290a13b24c62d1614e0c3"}, {file = "tomlkit-0.12.0.tar.gz", hash = "sha256:01f0477981119c7d8ee0f67ebe0297a7c95b14cf9f4b102b45486deb77018716"},
] ]
[[package]] [[package]]
@ -1540,4 +1540,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "3137d5ca11b8c1efba64548e70fd20c70a64476921bb13b0435332d9cdd9a939" content-hash = "dcdbc793f5ec7e3dfc2d3cdb24e85d804280169dcfee39afbc60b407430943a0"

View File

@ -15,7 +15,7 @@ jinja2 = "^3.1.2"
apscheduler = "^3.10.0" apscheduler = "^3.10.0"
python-multipart = "^0.0.6" python-multipart = "^0.0.6"
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
tomlkit = "^0.11.6" tomlkit = "^0.12.0"
beautifulsoup4 = "^4.11.2" beautifulsoup4 = "^4.11.2"
lxml = "^4.9.2" lxml = "^4.9.2"
httpx = "^0.24.0" httpx = "^0.24.0"