From 2dc104b4b143a36234bc82f23cee7b50a258836d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:13:33 +0000 Subject: [PATCH] Update dependency python-multipart to ^0.0.18 [SECURITY] --- api/poetry.lock | 11 ++++------- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 1133387f4..adbe570b3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -3906,18 +3906,15 @@ files = [ [[package]] name = "python-multipart" -version = "0.0.9" +version = "0.0.18" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" 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.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, + {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, ] -[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 = "pytoolconfig" version = "1.3.1" @@ -5365,4 +5362,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.12.3" -content-hash = "56a5b4a2de2a671277112ad94fed6d98e8cc66bd89d1c29678d83cb9c403e291" +content-hash = "213c4d90d72547478c60e577c9e29063224e82f2ece23d19ab671394a4f65f69" diff --git a/api/pyproject.toml b/api/pyproject.toml index 293a0e369..7a3728e62 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -32,7 +32,7 @@ pyjnius = "^1.3.0" hiredis = "^3.0.0" pdfkit = "^1.0.0" asyncpg = "^0.29.0" -python-multipart = "^0.0.9" +python-multipart = "^0.0.18" gunicorn = "^23.0.0" setuptools = "^75.0.0" nats-py = "^2.1.7"