Update dependency python-multipart to ^0.0.18 (#302)
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]]
|
||||
name = "python-multipart"
|
||||
version = "0.0.17"
|
||||
version = "0.0.18"
|
||||
description = "A streaming multipart parser for Python"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "python_multipart-0.0.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"},
|
||||
{file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"},
|
||||
{file = "python_multipart-0.0.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"},
|
||||
{file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1383,4 +1383,4 @@ watchdog = ["watchdog (>=2.3)"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "ea462cc4fcd967dbf1752a91b6760c1f7623e2f2f065f7a92149d79f739aa634"
|
||||
content-hash = "2e4e1e78be1c21aa42c42c055da33d78f5c2e30b65d85d88bdfe431294a479e4"
|
||||
|
@ -15,7 +15,7 @@ lxml = "^4.9.4"
|
||||
markdownify = "^0.14.0"
|
||||
platformdirs = "^3.11.0"
|
||||
python-dotenv = "^1.0.1"
|
||||
python-multipart = "^0.0.17"
|
||||
python-multipart = "^0.0.18"
|
||||
reader = "^3.14"
|
||||
uvicorn = "^0.32.0"
|
||||
|
||||
|
Reference in New Issue
Block a user