Update dependency python-multipart to ^0.0.6

This commit is contained in:
renovate[bot]
2023-02-27 20:02:57 +00:00
parent da3375c1f7
commit eaa878fed9
2 changed files with 8 additions and 7 deletions

13
poetry.lock generated
View File

@ -857,17 +857,18 @@ cli = ["click (>=5.0)"]
[[package]] [[package]]
name = "python-multipart" name = "python-multipart"
version = "0.0.5" version = "0.0.6"
description = "A streaming multipart parser for Python" description = "A streaming multipart parser for Python"
category = "main" category = "main"
optional = false optional = false
python-versions = "*" python-versions = ">=3.7"
files = [ files = [
{file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"}, {file = "python_multipart-0.0.6-py3-none-any.whl", hash = "sha256:ee698bab5ef148b0a760751c261902cd096e57e10558e11aca17646b74ee1c18"},
{file = "python_multipart-0.0.6.tar.gz", hash = "sha256:e9925a80bb668529f1b67c7fdb0a5dacdd7cbfc6fb0bff3ea443fe22bdd62132"},
] ]
[package.dependencies] [package.extras]
six = ">=1.4.0" dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==1.7.3)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pyyaml (==5.1)"]
[[package]] [[package]]
name = "pytz" name = "pytz"
@ -1483,4 +1484,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "0411d57a53aaf3013e57864ac67c9346431a22888ab6fd11d5562ed59fda3cc2" content-hash = "e40f958e0852644338d785b290f98279c878cda4ad913dcf55a9b66ed78855f4"

View File

@ -13,7 +13,7 @@ fastapi = "^0.92.0"
uvicorn = { extras = ["standard"], version = "^0.20.0" } uvicorn = { extras = ["standard"], version = "^0.20.0" }
jinja2 = "^3.1.2" jinja2 = "^3.1.2"
apscheduler = "^3.10.0" apscheduler = "^3.10.0"
python-multipart = "^0.0.5" python-multipart = "^0.0.6"
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
tomlkit = "^0.11.6" tomlkit = "^0.11.6"
beautifulsoup4 = "^4.11.2" beautifulsoup4 = "^4.11.2"