Update dependency python-multipart to ^0.0.20 (#310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -967,13 +967,13 @@ cli = ["click (>=5.0)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "python-multipart"
|
name = "python-multipart"
|
||||||
version = "0.0.19"
|
version = "0.0.20"
|
||||||
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.19-py3-none-any.whl", hash = "sha256:f8d5b0b9c618575bf9df01c684ded1d94a338839bdd8223838afacfb4bb2082d"},
|
{file = "python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"},
|
||||||
{file = "python_multipart-0.0.19.tar.gz", hash = "sha256:905502ef39050557b7a6af411f454bc19526529ca46ae6831508438890ce12cc"},
|
{file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -1383,4 +1383,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 = "56218d043cfe99d972ea65153472ae419edafade1ac430170c309083363e2ac0"
|
content-hash = "6c11d5b5ff04941596f211682295a83ff2570e66dc10a5b7073eec16c26d6d5c"
|
||||||
|
@ -15,7 +15,7 @@ lxml = "^4.9.4"
|
|||||||
markdownify = "^0.14.0"
|
markdownify = "^0.14.0"
|
||||||
platformdirs = "^3.11.0"
|
platformdirs = "^3.11.0"
|
||||||
python-dotenv = "^1.0.1"
|
python-dotenv = "^1.0.1"
|
||||||
python-multipart = "^0.0.19"
|
python-multipart = "^0.0.20"
|
||||||
reader = "^3.14"
|
reader = "^3.14"
|
||||||
uvicorn = "^0.34.0"
|
uvicorn = "^0.34.0"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user