From c0e20e63f8f2e14bef56f7f61fc0a1862f502d07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:19:35 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.16 to 0.0.17 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.16 to 0.0.17. - [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.16...0.0.17) --- 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 8dc86064..6b8bb24a 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.16" +version = "0.0.17" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.16-py3-none-any.whl", hash = "sha256:c2759b7b976ef3937214dfb592446b59dfaa5f04682a076f78b117c94776d87a"}, - {file = "python_multipart-0.0.16.tar.gz", hash = "sha256:8dee37b88dab9b59922ca173c35acb627cc12ec74019f5cd4578369c6df36554"}, + {file = "python_multipart-0.0.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"}, + {file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"}, ] [[package]] @@ -2024,4 +2024,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "aa3784d4cb20d13a221fb8a005be4d4697205ec48a41699c60fb07f5c5c61925" +content-hash = "d87cbfbe61d61b5f64016ed208335c5e24544d50442cbb74bafacbf4f71fd1c6" diff --git a/pyproject.toml b/pyproject.toml index 30ffb19f..223884a9 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.17" +python-multipart = ">=0.0.5,<0.0.18" rapidfuzz = ">=2.13,<4.0" urllib3 = ">=1.26.18" uvicorn = ">=0.19.0"