Update dependency python-multipart to ^0.0.11

This commit is contained in:
renovate[bot]
2024-09-28 13:45:58 +00:00
parent 06d2bd12da
commit 7912fdca7e
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1001,13 +1001,13 @@ cli = ["click (>=5.0)"]
[[package]] [[package]]
name = "python-multipart" name = "python-multipart"
version = "0.0.10" version = "0.0.11"
description = "A streaming multipart parser for Python" description = "A streaming multipart parser for Python"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "python_multipart-0.0.10-py3-none-any.whl", hash = "sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8"}, {file = "python_multipart-0.0.11-py3-none-any.whl", hash = "sha256:0597982db95c0ce012d8bd91b8c9eb2b45c7e095122c05cd8fb7ee4c5bf78df6"},
{file = "python_multipart-0.0.10.tar.gz", hash = "sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa"}, {file = "python_multipart-0.0.11.tar.gz", hash = "sha256:1d377f074b69a47dd204c990de57a7cf03d9b85695a3e57faec32d54b78e3e48"},
] ]
[[package]] [[package]]
@ -1655,4 +1655,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12" python-versions = "^3.12"
content-hash = "fb9700ebe5f84a4016f0a06573b3ca7c5b474db989c6840726e1f966689f21ac" content-hash = "9a62661ec29423cb071dde195c38348d45c1db4dc3ed9374867b158b76c2b41b"

View File

@ -15,7 +15,7 @@ jinja2 = "^3.1.4"
lxml = "^4.9.4" lxml = "^4.9.4"
platformdirs = "^3.11.0" platformdirs = "^3.11.0"
python-dotenv = "^1.0.1" python-dotenv = "^1.0.1"
python-multipart = "^0.0.10" python-multipart = "^0.0.11"
reader = "^3.14" reader = "^3.14"
tomlkit = "^0.13.0" tomlkit = "^0.13.0"
uvicorn = { extras = ["standard"], version = "^0.31.0" } uvicorn = { extras = ["standard"], version = "^0.31.0" }