From 59f4c51e6eeb963f2aaa56ad5f715cf58752472b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:23:50 +1100 Subject: [PATCH] fix(deps): update dependency python-multipart to ^0.0.20 (#4735) 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 e7b5897413..4428bc8fb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2418,13 +2418,13 @@ pyasn1_modules = ">=0.1.5" [[package]] name = "python-multipart" -version = "0.0.19" +version = "0.0.20" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.19-py3-none-any.whl", hash = "sha256:f8d5b0b9c618575bf9df01c684ded1d94a338839bdd8223838afacfb4bb2082d"}, - {file = "python_multipart-0.0.19.tar.gz", hash = "sha256:905502ef39050557b7a6af411f454bc19526529ca46ae6831508438890ce12cc"}, + {file = "python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"}, + {file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"}, ] [[package]] @@ -3417,4 +3417,4 @@ pgsql = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c296bc3ebec55f60aaadd9fa6296c4ab38766bed868908d687b0507f504e3e9a" +content-hash = "ddf0ed1e68a0ce0079d4572b2138278a6d20ebfb5387e0538c7b7ef244e3fc1b" diff --git a/pyproject.toml b/pyproject.toml index c5f2d6de7a..8ef595bde4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ python = "^3.12" python-dateutil = "^2.8.2" python-dotenv = "^1.0.0" python-ldap = "^3.3.1" -python-multipart = "^0.0.19" +python-multipart = "^0.0.20" python-slugify = "^8.0.0" recipe-scrapers = "^15.0.0" requests = "^2.31.0"