From 29d8666a27a5802448a643f26625fa9ccc7ba5f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:50:48 +0000 Subject: [PATCH] fix(deps): update dependency python-multipart to ^0.0.21 --- python/poetry.lock | 13 +++++-------- python/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/python/poetry.lock b/python/poetry.lock index 7e568967..a8a51f5c 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -677,18 +677,15 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.9" +version = "0.0.21" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "python_multipart-0.0.9-py3-none-any.whl", hash = "sha256:97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215"}, - {file = "python_multipart-0.0.9.tar.gz", hash = "sha256:03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026"}, + {file = "python_multipart-0.0.21-py3-none-any.whl", hash = "sha256:cf7a6713e01c87aa35387f4774e812c4361150938d20d232800f75ffcf266090"}, + {file = "python_multipart-0.0.21.tar.gz", hash = "sha256:7137ebd4d3bbf70ea1622998f902b97a29434a9e8dc40eb203bbcf7c2a2cba92"}, ] -[package.extras] -dev = ["atomicwrites (==1.4.1)", "attrs (==23.2.0)", "coverage (==7.4.1)", "hatch", "invoke (==2.2.0)", "more-itertools (==10.2.0)", "pbr (==6.0.0)", "pluggy (==1.4.0)", "py (==1.11.0)", "pytest (==8.0.0)", "pytest-cov (==4.1.0)", "pytest-timeout (==2.2.0)", "pyyaml (==6.0.1)", "ruff (==0.2.1)"] - [[package]] name = "six" version = "1.16.0" @@ -821,4 +818,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "129173b86ca2fbd66f65518068073d126cf0aa6673c6906c598b762ca3674e39" +content-hash = "98ac88c1281f565ea1e8506ea5ec88f17e80157ed4c232a4446973c695cbb073" diff --git a/python/pyproject.toml b/python/pyproject.toml index de419ed2..09b4838e 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.10" starlette = "^0.37.0" gunicorn = "^21.0.0" uvicorn = "^0.28.0" -python-multipart = "^0.0.9" +python-multipart = "^0.0.21" strawberry-graphql = {extras = ["asgi", "pydantic"], version = "^0.224.0"} motor = {extras = ["srv"], version = "^3.1.1"} beanie = "^1.17.0"