Update dependency python-multipart to ^0.0.8
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -950,14 +950,14 @@ cli = ["click (>=5.0)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "python-multipart"
|
name = "python-multipart"
|
||||||
version = "0.0.7"
|
version = "0.0.8"
|
||||||
description = "A streaming multipart parser for Python"
|
description = "A streaming multipart parser for Python"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "python_multipart-0.0.7-py3-none-any.whl", hash = "sha256:b1fef9a53b74c795e2347daac8c54b252d9e0df9c619712691c1cc8021bd3c49"},
|
{file = "python_multipart-0.0.8-py3-none-any.whl", hash = "sha256:999725bf08cf7a071073d157a27cc34f8669af98da0d2435bde1cc1493a50ec3"},
|
||||||
{file = "python_multipart-0.0.7.tar.gz", hash = "sha256:288a6c39b06596c1b988bb6794c6fbc80e6c369e35e5062637df256bee0c9af9"},
|
{file = "python_multipart-0.0.8.tar.gz", hash = "sha256:613015c642c2f6dc6d22e2d3a4d993683bb4752509ccd87f831dced121ed2f1d"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
@ -1622,4 +1622,4 @@ watchdog = ["watchdog (>=2.3)"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "9d0a7841f9b00b8c883f5de2292adc74854996e747faa13abe8729c8c435936f"
|
content-hash = "da13fe80a5ce18c51896a46c299d233135bd239dc50724367f65363c63a4749c"
|
||||||
|
@ -13,7 +13,7 @@ fastapi = "^0.109.0"
|
|||||||
uvicorn = { extras = ["standard"], version = "^0.27.0" }
|
uvicorn = { extras = ["standard"], version = "^0.27.0" }
|
||||||
jinja2 = "^3.1.2"
|
jinja2 = "^3.1.2"
|
||||||
apscheduler = "^3.10.0"
|
apscheduler = "^3.10.0"
|
||||||
python-multipart = "^0.0.7"
|
python-multipart = "^0.0.8"
|
||||||
python-dotenv = "^1.0.0"
|
python-dotenv = "^1.0.0"
|
||||||
tomlkit = "^0.12.0"
|
tomlkit = "^0.12.0"
|
||||||
beautifulsoup4 = "^4.11.2"
|
beautifulsoup4 = "^4.11.2"
|
||||||
|
Reference in New Issue
Block a user