From 4f768f245a066dba81701ea64ba2b7136deba686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 01:16:07 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.12 to 0.0.16 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.12 to 0.0.16. - [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.16) --- 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 b88eb5d..934366c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1434,13 +1434,13 @@ pycryptodome = ["pyasn1", "pycryptodome (>=3.3.1,<4.0.0)"] [[package]] name = "python-multipart" -version = "0.0.12" +version = "0.0.16" 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.16-py3-none-any.whl", hash = "sha256:c2759b7b976ef3937214dfb592446b59dfaa5f04682a076f78b117c94776d87a"}, + {file = "python_multipart-0.0.16.tar.gz", hash = "sha256:8dee37b88dab9b59922ca173c35acb627cc12ec74019f5cd4578369c6df36554"}, ] [[package]] @@ -1936,4 +1936,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f200e80ebc3c00fd9025cce677460062dcfd86d4204b34c4a99059c2635b335d" +content-hash = "c654e08313620994b8541cd4030568f0657d2f4da14d98d4d5a301788f1601de" diff --git a/pyproject.toml b/pyproject.toml index 2f53cd2..9ea4e59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python-dotenv = "^1.0.1" fastapi-restful = {extras = ["all"], version = "^0.4.5"} python-jose = {extras = ["cryptography"], version = "^3.3.0"} passlib = {extras = ["bcrypt"], version = "^1.7.4"} -python-multipart = "^0.0.12" +python-multipart = "^0.0.16" beanie = "^1.27.0" [tool.poetry.dev-dependencies]