From 4e70cab081979617f288290d0dacfbaa9930674f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 04:10:22 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.17 to 0.0.19 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.17 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.17...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 7270d11..70d6b19 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.18" +version = "0.0.19" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, - {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, + {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]] @@ -1936,4 +1936,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "930fc735eaad588c540e6f4feb6c4c1b72bfc29169322107a1448c2e6d8cac2d" +content-hash = "98c8e8da4afd438b5781de6a15076ba88bf6287ce75be1bf145f693d8418dff6" diff --git a/pyproject.toml b/pyproject.toml index 167f4ea..19a6bf6 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.18" +python-multipart = "^0.0.19" beanie = "^1.27.0" [tool.poetry.dev-dependencies]