From d16c314f5ccb28ebdfe201f337aed1fa4a573037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 00:15:31 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.7 to 0.0.22 in /src Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.7 to 0.0.22. - [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.7...0.0.22) --- updated-dependencies: - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/poetry.lock | 13 +++++-------- src/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/poetry.lock b/src/poetry.lock index 086c577..df34eda 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -1802,19 +1802,16 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.7" +version = "0.0.22" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.7-py3-none-any.whl", hash = "sha256:b1fef9a53b74c795e2347daac8c54b252d9e0df9c619712691c1cc8021bd3c49"}, - {file = "python_multipart-0.0.7.tar.gz", hash = "sha256:288a6c39b06596c1b988bb6794c6fbc80e6c369e35e5062637df256bee0c9af9"}, + {file = "python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155"}, + {file = "python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58"}, ] -[package.extras] -dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==2.2.0)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pyyaml (==5.1)"] - [[package]] name = "pytz" version = "2024.1" @@ -2876,4 +2873,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f33504c98dc02072774878a62452c57600c7771a49b6045c2411fde2770b6d41" +content-hash = "c24038983fa3a45034354348bd2d75557c0ff4a3d746d87259c9d6818d0270ae" diff --git a/src/pyproject.toml b/src/pyproject.toml index 60cd6d3..4f2320d 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -24,7 +24,7 @@ clicksend-client = "^5.0.72" minio = "^7.2.7" bcrypt = "^4.1.2" PyJWT = "^2.8.0" -python-multipart = "^0.0.7" +python-multipart = "^0.0.22" pytest = "^7.4.4" pytz = "^2024.1" httpx = "^0.27.0"