From 6d815807b48b7faaae834e596d79ec49ebf7d565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:35:47 +0000 Subject: [PATCH] Bump python-multipart from 0.0.6 to 0.0.10 in /platform Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.6 to 0.0.10. - [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.6...0.0.10) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- platform/poetry.lock | 15 ++++++--------- platform/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/platform/poetry.lock b/platform/poetry.lock index 60b638b86b..8559f02048 100644 --- a/platform/poetry.lock +++ b/platform/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -2280,18 +2280,15 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.6" +version = "0.0.10" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.6-py3-none-any.whl", hash = "sha256:ee698bab5ef148b0a760751c261902cd096e57e10558e11aca17646b74ee1c18"}, - {file = "python_multipart-0.0.6.tar.gz", hash = "sha256:e9925a80bb668529f1b67c7fdb0a5dacdd7cbfc6fb0bff3ea443fe22bdd62132"}, + {file = "python_multipart-0.0.10-py3-none-any.whl", hash = "sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8"}, + {file = "python_multipart-0.0.10.tar.gz", hash = "sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa"}, ] -[package.extras] -dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==1.7.3)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pyyaml (==5.1)"] - [[package]] name = "pyyaml" version = "6.0.1" @@ -3410,4 +3407,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "248cb46ce6ba46dfb53d054e8c28192a0d53443fad28b61d0971506014b0513a" +content-hash = "2d94295db42f69eb3daa5037375b71989091e91958ac7b878d196c2d6d392886" diff --git a/platform/pyproject.toml b/platform/pyproject.toml index e48072e813..bdb7302d5c 100644 --- a/platform/pyproject.toml +++ b/platform/pyproject.toml @@ -35,7 +35,7 @@ lanarky = "^0.7.15" tiktoken = "^0.5.1" grpcio = "^1.58.0" pinecone-client = "^2.2.4" -python-multipart = "^0.0.6" +python-multipart = "^0.0.10" aws-secretsmanager-caching = "^1.1.1.5" botocore = "^1.31.51" stripe = "^5.5.0"