From 54ff1b7b3c83d2c236d338defee6b0c7e01f77d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 04:40:40 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.9 to 0.0.10 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 to 0.0.10. - [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.9...0.0.10) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index daa5496..1150451 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1664,18 +1664,15 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.9" +version = "0.0.10" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.9-py3-none-any.whl", hash = "sha256:97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215"}, - {file = "python_multipart-0.0.9.tar.gz", hash = "sha256:03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026"}, + {file = "python_multipart-0.0.10-py3-none-any.whl", hash = "sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8"}, + {file = "python_multipart-0.0.10.tar.gz", hash = "sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa"}, ] -[package.extras] -dev = ["atomicwrites (==1.4.1)", "attrs (==23.2.0)", "coverage (==7.4.1)", "hatch", "invoke (==2.2.0)", "more-itertools (==10.2.0)", "pbr (==6.0.0)", "pluggy (==1.4.0)", "py (==1.11.0)", "pytest (==8.0.0)", "pytest-cov (==4.1.0)", "pytest-timeout (==2.2.0)", "pyyaml (==6.0.1)", "ruff (==0.2.1)"] - [[package]] name = "pyyaml" version = "6.0" @@ -2175,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 = "e0bb273b2819de76839bff9b82e72c54fe6ae39a739491da791a7ba88b20af14" +content-hash = "cd82843c96fa5932e4396d93c252fd3e6b0179879400aa0898b775128cdf1502" diff --git a/pyproject.toml b/pyproject.toml index 0e51261..0d94191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ email-validator = "^2.2.0" fastapi = {extras = ["all"], version = "^0.115.0"} gunicorn = "^23.0.0" lxml = "^5.3.0" -python-multipart = "^0.0.9" +python-multipart = "^0.0.10" uvicorn = {extras = ["standard"], version = "^0.30.6"} xmlschema = "^3.4.1" GDAL = "3.2.2.1"