From fde7644921143c1784b7e467060a6b58fae8234a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:48:13 +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 81877b80..7ef9d69f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1386,13 +1386,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[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]] @@ -2024,4 +2024,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4457a40094e2669dc40bb380c29a31fd5cb39d3c55735da7cd10c6de975a4a81" +content-hash = "602781650d629bfaf031228e9e140caf7786c7befd868130fdeb931f3fb0bb7d" diff --git a/pyproject.toml b/pyproject.toml index 00b2ec53..da6a2dca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ fastapi = ">=0.89.1,<0.116.0" frozenlist = "^1.4.0" meteocalc = "^1.1.0" python = "^3.10" -python-multipart = ">=0.0.5,<0.0.13" +python-multipart = ">=0.0.5,<0.0.17" rapidfuzz = ">=2.13,<4.0" urllib3 = ">=1.26.18" uvicorn = ">=0.19.0"