From 2f9c0082979a07f4b2bdf095fd79b4fe71c50d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:18:52 +0000 Subject: [PATCH] Bump python-multipart from 0.0.9 to 0.0.12 in /api Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.9 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.9...0.0.12) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/poetry.lock | 11 ++++------- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index e40ff03ca4e..a78608344d1 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1484,18 +1484,15 @@ pycryptodome = ["pyasn1", "pycryptodome (>=3.3.1,<4.0.0)"] [[package]] name = "python-multipart" -version = "0.0.9" +version = "0.0.12" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.9-py3-none-any.whl", hash = "sha256:97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215"}, - {file = "python_multipart-0.0.9.tar.gz", hash = "sha256:03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026"}, + {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.extras] -dev = ["atomicwrites (==1.4.1)", "attrs (==23.2.0)", "coverage (==7.4.1)", "hatch", "invoke (==2.2.0)", "more-itertools (==10.2.0)", "pbr (==6.0.0)", "pluggy (==1.4.0)", "py (==1.11.0)", "pytest (==8.0.0)", "pytest-cov (==4.1.0)", "pytest-timeout (==2.2.0)", "pyyaml (==6.0.1)", "ruff (==0.2.1)"] - [[package]] name = "pyyaml" version = "6.0.1" @@ -2039,4 +2036,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "86cebc05a8804cf614d4e23c3545cee88b237955475d5c2dea48969972dadcbf" +content-hash = "5e571521521e83334cce82aaa16456ec563661d8cce9dc56642e7900553a9fa0" diff --git a/api/pyproject.toml b/api/pyproject.toml index 2cfcc7f0db6..eebfaeb5ccc 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -41,7 +41,7 @@ hypercorn = {extras = ["trio"], version = "^0.17.3"} pyjwt = "^2.9.0" python-jose = {extras = ["cryptography"], version = "^3.3.0"} aiofiles = "^24.1.0" -python-multipart = "^0.0.9" +python-multipart = "^0.0.12" debugpy = "^1.8.5" sqlalchemy = "^2.0.35" [tool.ruff]