From ba3c1d2b61d49a06141df2b262362d6a5e5ad816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:50:38 +0000 Subject: [PATCH] build(deps): bump python-multipart from 0.0.10 to 0.0.12 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.10 to 0.0.12. - [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.10...0.0.12) --- 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 334fc0be..0e9e6788 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2125,13 +2125,13 @@ requests-toolbelt = ">=0.6.0" [[package]] name = "python-multipart" -version = "0.0.10" +version = "0.0.12" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.10-py3-none-any.whl", hash = "sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8"}, - {file = "python_multipart-0.0.10.tar.gz", hash = "sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa"}, + {file = "python_multipart-0.0.12-py3-none-any.whl", hash = "sha256:43dcf96cf65888a9cd3423544dd0d75ac10f7aa0c3c28a175bbcd00c9ce1aebf"}, + {file = "python_multipart-0.0.12.tar.gz", hash = "sha256:045e1f98d719c1ce085ed7f7e1ef9d8ccc8c02ba02b5566d5f7521410ced58cb"}, ] [[package]] @@ -3253,4 +3253,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "5e4849298e0f9af89c3bf161f6690b77df656de125de536f226b17d3c6c09363" +content-hash = "6e55618f48cc276ecdbef92b0d6e7a20a7329eeef91af2e5dc3c0e88381fc05c" diff --git a/pyproject.toml b/pyproject.toml index 14c26cc1..e25c1e28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ asyncpg = "^0.29.0" 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"} -python-multipart = "^0.0.10" +python-multipart = "^0.0.12" boto3 = "^1.35.25" alembic = "^1.13.3" async-lru = "^2.0.4"