diff --git a/poetry.lock b/poetry.lock index 27b185d..62dd229 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1308,13 +1308,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "tomlkit" -version = "0.12.5" +version = "0.13.0" description = "Style preserving TOML library" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "tomlkit-0.12.5-py3-none-any.whl", hash = "sha256:af914f5a9c59ed9d0762c7b64d3b5d5df007448eb9cd2edc8a46b1eafead172f"}, - {file = "tomlkit-0.12.5.tar.gz", hash = "sha256:eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c"}, + {file = "tomlkit-0.13.0-py3-none-any.whl", hash = "sha256:7075d3042d03b80f603482d69bf0c8f345c2b30e41699fd8883227f89972b264"}, + {file = "tomlkit-0.13.0.tar.gz", hash = "sha256:08ad192699734149f5b97b45f1f18dad7eb1b6d16bc72ad0c2335772650d7b72"}, ] [[package]] @@ -1670,4 +1670,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "307fd852e4b9a62ba4b3b6338ad4749db84bc209056b41a485c4fa193fa9acf2" +content-hash = "018ab5317cfd56d836a67ba4344e40a85257d7a19f18129b9536bf221d47000f" diff --git a/pyproject.toml b/pyproject.toml index 8671599..04f9ad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ platformdirs = "^3.11.0" python-dotenv = "^1.0.1" python-multipart = "^0.0.9" reader = "^3.12" -tomlkit = "^0.12.0" +tomlkit = "^0.13.0" uvicorn = { extras = ["standard"], version = "^0.30.0" } markdownify = "^0.12.1"