From 403f9d9529562c66e81395456668c132cdb9a802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:05:55 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.12 to 0.0.17 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.12 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.12...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 edfc90b6..af23d36f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3181,13 +3181,13 @@ requests-toolbelt = ">=0.6.0" [[package]] name = "python-multipart" -version = "0.0.12" +version = "0.0.17" 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.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"}, + {file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"}, ] [[package]] @@ -4206,4 +4206,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "a0402414a86e77731667d223ef9da6d77602c8b5b919b71018a609c7cae7fe2e" +content-hash = "f989257cf85be8599cf7fa05d38e52461859e4fab623f092fb58c4507c1aad7f" diff --git a/pyproject.toml b/pyproject.toml index 7d5bc15a..a44d7ccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ regtech-api-commons = {git = "https://github.com/cfpb/regtech-api-commons.git"} regtech-data-validator = {git = "https://github.com/cfpb/regtech-data-validator.git"} regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"} boto3 = "~1.34.0" -python-multipart = "^0.0.12" +python-multipart = "^0.0.17" alembic = "^1.14.0" async-lru = "^2.0.4" ujson = "^5.10.0"