From e3bc14ddaf216a8771b6049a27d0461cea6f377e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:17:29 +0000 Subject: [PATCH] Bump python-multipart from 0.0.12 to 0.0.19 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.12 to 0.0.19. - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.12...0.0.19) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 103b4ed..62595fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3328,13 +3328,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.12" +version = "0.0.19" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"}, - {file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"}, + {file = "python_multipart-0.0.19-py3-none-any.whl", hash = "sha256:f8d5b0b9c618575bf9df01c684ded1d94a338839bdd8223838afacfb4bb2082d"}, + {file = "python_multipart-0.0.19.tar.gz", hash = "sha256:905502ef39050557b7a6af411f454bc19526529ca46ae6831508438890ce12cc"}, ] [[package]] @@ -4301,4 +4301,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "988f5466155cf40e0aa99b47cac7e0047b6aa5a76a066e5ba9baa1f755dff7e5" +content-hash = "e63caf2dfa0fcb3f80e56de126d6b35502d3690b3c591c68ffac809630c43869" diff --git a/pyproject.toml b/pyproject.toml index 411c77f..0a8404f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ fastapi-profiler = "^1.3.0" email-validator = "2.1.1" pydantic = {version = "2.7.1", extras = ["email"]} pydantic-settings = "^2.0.3" -python-multipart = "0.0.12" +python-multipart = "0.0.19" python-dotenv = "1.0.1" PyMySQL = "1.1.1" SQLAlchemy = {version = "2.0.30", extras = ["mypy", "asyncio"]}