Update dependency python-multipart to ^0.0.13
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -1028,13 +1028,13 @@ cli = ["click (>=5.0)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "python-multipart"
|
name = "python-multipart"
|
||||||
version = "0.0.12"
|
version = "0.0.13"
|
||||||
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.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"},
|
{file = "python_multipart-0.0.13-py3-none-any.whl", hash = "sha256:18aafc9b0bae0ccc62309e2a03cccdb195e643b95a569a312479b2fdc385fc30"},
|
||||||
{file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"},
|
{file = "python_multipart-0.0.13.tar.gz", hash = "sha256:fccee12108f0c61f753158de49c7259060652e23f9c3d23ca590c7391bb34b44"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -1714,4 +1714,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 = "1395cfdb16a83b9e6bf150e3406a3a7f10e7d39dfe6b0c33c7f9c793c639798f"
|
content-hash = "556690b6536482a13ed0be36b707f9e657fbf4be8fb0fb033f15b46b5103eaa2"
|
||||||
|
@ -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.12"
|
python-multipart = "^0.0.13"
|
||||||
reader = "^3.14"
|
reader = "^3.14"
|
||||||
tomlkit = "^0.13.0"
|
tomlkit = "^0.13.0"
|
||||||
uvicorn = { extras = ["standard"], version = "^0.32.0" }
|
uvicorn = { extras = ["standard"], version = "^0.32.0" }
|
||||||
|
Reference in New Issue
Block a user