From ce5b270d8db5afadfef07ce0c8e6e792449eff60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:19:08 +0000 Subject: [PATCH] Bump python-multipart from 0.0.12 to 0.0.20 in /api Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.12 to 0.0.20. - [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.20) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index f4e33e82fca..0a1e723b3d8 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1473,13 +1473,13 @@ pycryptodome = ["pyasn1", "pycryptodome (>=3.3.1,<4.0.0)"] [[package]] name = "python-multipart" -version = "0.0.12" +version = "0.0.20" 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.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"}, + {file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"}, ] [[package]] @@ -2033,4 +2033,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "39a5194d9c64eea42b7da8e0aa725c14d01c29a80f0bed092eab4e80e23b0923" +content-hash = "7139921bea95f6b6055fb3f92fcb9f70f81d088c2de5b3f644592e08758cadd3" diff --git a/api/pyproject.toml b/api/pyproject.toml index 10db17ab48d..368fc6560e3 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -41,7 +41,7 @@ hypercorn = {extras = ["trio"], version = "^0.17.3"} pyjwt = "^2.9.0" python-jose = {extras = ["cryptography"], version = "^3.3.0"} aiofiles = "^24.1.0" -python-multipart = "^0.0.12" +python-multipart = "^0.0.20" debugpy = "^1.8.11" sqlalchemy = "^2.0.36" [tool.ruff]