From bcd9215d079efa36f0c20ecefa0dfb0a3f093499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:49:25 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.12 to 0.0.16 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.12 to 0.0.16. - [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.16) --- 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 2c9e0e9..30329ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1664,13 +1664,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.12" +version = "0.0.16" 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.16-py3-none-any.whl", hash = "sha256:c2759b7b976ef3937214dfb592446b59dfaa5f04682a076f78b117c94776d87a"}, + {file = "python_multipart-0.0.16.tar.gz", hash = "sha256:8dee37b88dab9b59922ca173c35acb627cc12ec74019f5cd4578369c6df36554"}, ] [[package]] @@ -2172,4 +2172,4 @@ docs = ["Sphinx", "elementpath (>=4.4.0,<5.0.0)", "jinja2", "sphinx-rtd-theme"] [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "f04ed90cf3f80db25b3e9d3f7b29315497ba68651fa04b70d18d938fecfeec33" +content-hash = "f91f7655a95776ad40cdc32ad70852756ae8d503286603a4b939d58133b29411" diff --git a/pyproject.toml b/pyproject.toml index 03c93ea..3f4ad66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ email-validator = "^2.2.0" fastapi = {extras = ["all"], version = "^0.115.2"} gunicorn = "^23.0.0" lxml = "^5.3.0" -python-multipart = "^0.0.12" +python-multipart = "^0.0.16" uvicorn = {extras = ["standard"], version = "^0.32.0"} xmlschema = "^3.4.2" GDAL = "3.2.2.1"