From 11a2607f2958b82ce32e30df1e0f51a6c20f3acd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:58:07 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.7 to 0.0.9 in /apps/api Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.7 to 0.0.9. - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.7...0.0.9) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- apps/api/poetry.lock | 12 ++++++------ apps/api/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index 74567b38..7c848651 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -2450,17 +2450,17 @@ pycryptodome = ["pyasn1", "pycryptodome (>=3.3.1,<4.0.0)"] [[package]] name = "python-multipart" -version = "0.0.7" +version = "0.0.9" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" 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.9-py3-none-any.whl", hash = "sha256:97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215"}, + {file = "python_multipart-0.0.9.tar.gz", hash = "sha256:03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026"}, ] [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)"] +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" @@ -3737,4 +3737,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "295328b1dfd6d61e6c9f9604c5f985125b430b30b9dfbb3b3803c393716f660d" +content-hash = "825a0d6e605c360248e702576e5ad9ca574db8a1f3c99e9c05610397ec82a490" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 5da3035c..5958a5b0 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -28,7 +28,7 @@ pytest = "^8.1.1" python = "^3.12" python-dotenv = "^1.0.0" python-jose = "^3.3.0" -python-multipart = "^0.0.7" +python-multipart = "^0.0.9" pyyaml = "^6.0.1" redis = "^5.0.1" requests = "^2.31.0"