From 5b6911d44afec1a599b48cde4413e231b09af5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:05:12 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.19 to 0.0.20 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.19 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.19...0.0.20) --- 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 76eab1e..5ee7ffd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1668,13 +1668,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.19" +version = "0.0.20" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.19-py3-none-any.whl", hash = "sha256:f8d5b0b9c618575bf9df01c684ded1d94a338839bdd8223838afacfb4bb2082d"}, - {file = "python_multipart-0.0.19.tar.gz", hash = "sha256:905502ef39050557b7a6af411f454bc19526529ca46ae6831508438890ce12cc"}, + {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]] @@ -2176,4 +2176,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 = "97c3a92e46969c007ac531121f6659e385cafd620920c907612f40946929998d" +content-hash = "cec120d17bf34543d1bfe539cd1b17deffd91af1a8aba7d1b8edeea8740b9297" diff --git a/pyproject.toml b/pyproject.toml index 83f7baa..2193155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ email-validator = "^2.2.0" fastapi = {extras = ["all"], version = "^0.115.6"} gunicorn = "^23.0.0" lxml = "^5.3.0" -python-multipart = "^0.0.19" +python-multipart = "^0.0.20" uvicorn = {extras = ["standard"], version = "^0.34.0"} xmlschema = "^3.4.3" GDAL = "3.2.2.1"