From c6492c5637d3f62ebe7836cbb77155a7a47461ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:48:48 +0000 Subject: [PATCH] build(deps): Bump python-multipart from 0.0.5 to 0.0.6 Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.5 to 0.0.6. - [Changelog](https://github.com/andrew-d/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.5...0.0.6) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1707b2f..6f02fde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1183,16 +1183,17 @@ pycryptodome = ["pyasn1", "pycryptodome (>=3.3.1,<4.0.0)"] [[package]] name = "python-multipart" -version = "0.0.5" +version = "0.0.6" description = "A streaming multipart parser for Python" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"}, + {file = "python_multipart-0.0.6-py3-none-any.whl", hash = "sha256:ee698bab5ef148b0a760751c261902cd096e57e10558e11aca17646b74ee1c18"}, + {file = "python_multipart-0.0.6.tar.gz", hash = "sha256:e9925a80bb668529f1b67c7fdb0a5dacdd7cbfc6fb0bff3ea443fe22bdd62132"}, ] -[package.dependencies] -six = ">=1.4.0" +[package.extras] +dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==1.7.3)", "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 = "pyyaml" @@ -1698,4 +1699,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "797b35133adc0c807c142f7f4a1ea455bd80987d6ef524aa91a01f3b38b31239" +content-hash = "d2846ae0a437f481cc42fab0f18e019894906b24542d2a9c5829b1960f91d8e0" diff --git a/pyproject.toml b/pyproject.toml index 98a3948..76c3ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ bcrypt = "^3.2.0" passlib = { version = "^1.7.4", extras = ["bcrypt"] } python-jose = "^3.2.0" requests = "^2.20.0" -python-multipart = "==0.0.5" +python-multipart = "==0.0.6" SQLAlchemy-Utils = "^0.38.3" sentry-sdk = { version = "^1.14.0", extras = ["fastapi"] } alembic = "^1.8.1"