From f63196d5708e1ad8af76ada9af76e58a72ce4c10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 06:24:47 +0000 Subject: [PATCH] fix(deps): update dependency python-multipart to ^0.0.18 (#4623) 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 71068e81db2..c43f835c8c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2442,13 +2442,13 @@ pyasn1_modules = ">=0.1.5" [[package]] name = "python-multipart" -version = "0.0.17" +version = "0.0.18" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"}, - {file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"}, + {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]] @@ -3445,4 +3445,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "915ee7c0ddd6a78b2403ff7754714da1b39bb7d85c570150bd98737a165ad090" +content-hash = "a3be05804f6a0f7c1ae7afcbf6c92edc14171e4588f5f0c69f3101c1aac2fee8" diff --git a/pyproject.toml b/pyproject.toml index 32a568d4502..840a5077c56 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.17" +python-multipart = "^0.0.18" python-slugify = "^8.0.0" recipe-scrapers = "^15.0.0" requests = "^2.31.0"