diff --git a/platform/poetry.lock b/platform/poetry.lock index 60b638b86b..3f381fe3fc 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.12" 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.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"}, + {file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"}, ] -[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 = "eeeef75228bedee968e9deefd3e0f8c23978aa2a27e03deba619889bceffc6da" diff --git a/platform/pyproject.toml b/platform/pyproject.toml index e48072e813..d8ba5d7ba8 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.12" aws-secretsmanager-caching = "^1.1.1.5" botocore = "^1.31.51" stripe = "^5.5.0"