From 96332afbed17ad54d2acf34aa2ff7832807dc0a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:32:54 +0000 Subject: [PATCH] chore(deps): Bump python-multipart from 0.0.5 to 0.0.7 in /api Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.5 to 0.0.7. - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.5...0.0.7) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/poetry.lock | 24 +++++++----------------- api/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index f87d5388e..5cd33045f 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -997,16 +997,17 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.5" +version = "0.0.7" description = "A streaming multipart parser for Python" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"}, + {file = "python_multipart-0.0.7-py3-none-any.whl", hash = "sha256:b1fef9a53b74c795e2347daac8c54b252d9e0df9c619712691c1cc8021bd3c49"}, + {file = "python_multipart-0.0.7.tar.gz", hash = "sha256:288a6c39b06596c1b988bb6794c6fbc80e6c369e35e5062637df256bee0c9af9"}, ] -[package.dependencies] -six = ">=1.4.0" +[package.extras] +dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==2.2.0)", "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" @@ -1107,17 +1108,6 @@ pygments = ">=2.13.0,<3.0.0" [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] -[[package]] -name = "six" -version = "1.16.0" -description = "Python 2 and 3 compatibility utilities" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" -files = [ - {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, - {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, -] - [[package]] name = "sniffio" version = "1.3.0" @@ -1242,4 +1232,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "37fcd855758bdd7b777d7ef65d5d3af85f075de5444ded19743e9d0a0244dbf9" +content-hash = "46c007b009f1e43353fc38e7dc47efe40ad9abb0ae5fc2a229f20d62f821308d" diff --git a/api/pyproject.toml b/api/pyproject.toml index 68035114c..b6ab34397 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -16,7 +16,7 @@ keywords = ["backend", "api", "computer vision"] python = "^3.9" uvicorn = ">=0.11.1" fastapi = ">=0.100.0,<1.0.0" -python-multipart = "==0.0.5" +python-multipart = "==0.0.7" Pillow = ">=8.4.0,!=9.2.0" onnxruntime = "^1.16.3" huggingface-hub = ">=0.4.0,<1.0.0"