From fb653ee2f6e50c47fdf59d28df985a72c8d3b75e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:52:36 -0500 Subject: [PATCH] fix(deps): update dependency python-multipart to ^0.0.17 (#4479) 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 6888ed33a..500818c51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2413,13 +2413,13 @@ pyasn1_modules = ">=0.1.5" [[package]] name = "python-multipart" -version = "0.0.16" +version = "0.0.17" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.16-py3-none-any.whl", hash = "sha256:c2759b7b976ef3937214dfb592446b59dfaa5f04682a076f78b117c94776d87a"}, - {file = "python_multipart-0.0.16.tar.gz", hash = "sha256:8dee37b88dab9b59922ca173c35acb627cc12ec74019f5cd4578369c6df36554"}, + {file = "python_multipart-0.0.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"}, + {file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"}, ] [[package]] @@ -3416,4 +3416,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dcad328318ea89f09fa57a8cb8262f9381388c1dceba3fdfb5916bea7de330a1" +content-hash = "956580fac81cd8b933caf4e05d9578a1c5f50c815c5e57b6e8a8b7c8bd4761d3" diff --git a/pyproject.toml b/pyproject.toml index 64f833e48..fd2fd1d28 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.16" +python-multipart = "^0.0.17" python-slugify = "^8.0.0" recipe-scrapers = "^15.0.0" requests = "^2.31.0"