From 73fafa9fb376e6f2dbffaae5fe6acac1679c5b37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 14:44:27 +1000 Subject: [PATCH] fix(deps): update dependency python-multipart to ^0.0.11 (#4281) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 29c169c5e2cc..327a945d6e32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2410,13 +2410,13 @@ pyasn1_modules = ">=0.1.5" [[package]] name = "python-multipart" -version = "0.0.10" +version = "0.0.11" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.10-py3-none-any.whl", hash = "sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8"}, - {file = "python_multipart-0.0.10.tar.gz", hash = "sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa"}, + {file = "python_multipart-0.0.11-py3-none-any.whl", hash = "sha256:0597982db95c0ce012d8bd91b8c9eb2b45c7e095122c05cd8fb7ee4c5bf78df6"}, + {file = "python_multipart-0.0.11.tar.gz", hash = "sha256:1d377f074b69a47dd204c990de57a7cf03d9b85695a3e57faec32d54b78e3e48"}, ] [[package]] @@ -3401,4 +3401,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d78e167f34deab4f9d0a422525a634d9f085b6ca0cd062ac7960db9b28762be1" +content-hash = "9629b67401ccdd59387009475c93b55f024c2e0c1cead87559cd716fbbd9e357" diff --git a/pyproject.toml b/pyproject.toml index a3e3352f088b..281d94c71cba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python = "^3.10" python-dateutil = "^2.8.2" python-dotenv = "^1.0.0" python-ldap = "^3.3.1" -python-multipart = "^0.0.10" +python-multipart = "^0.0.11" python-slugify = "^8.0.0" recipe-scrapers = "^15.0.0" requests = "^2.31.0"