From 60b61d924b3275a9e306b4f6b444bfb2f2bb4e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:39:05 +0000 Subject: [PATCH] Bump python-multipart from 0.0.5 to 0.0.7 Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.5 to 0.0.7. - [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.5...0.0.7) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 27 +++++++-------------------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/poetry.lock b/poetry.lock index e6bbe4ebc..7b02dc73b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2500,16 +2500,17 @@ files = [ [[package]] name = "python-multipart" -version = "0.0.5" +version = "0.0.7" 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.7-py3-none-any.whl", hash = "sha256:b1fef9a53b74c795e2347daac8c54b252d9e0df9c619712691c1cc8021bd3c49"}, + {file = "python_multipart-0.0.7.tar.gz", hash = "sha256:288a6c39b06596c1b988bb6794c6fbc80e6c369e35e5062637df256bee0c9af9"}, ] -[package.dependencies] -six = ">=1.4.0" +[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 = "pywin32" @@ -3069,20 +3070,6 @@ files = [ [package.dependencies] types-urllib3 = "*" -[[package]] -name = "types-requests" -version = "2.31.0.20240106" -description = "Typing stubs for requests" -optional = false -python-versions = ">=3.8" -files = [ - {file = "types-requests-2.31.0.20240106.tar.gz", hash = "sha256:0e1c731c17f33618ec58e022b614a1a2ecc25f7dc86800b36ef341380402c612"}, - {file = "types_requests-2.31.0.20240106-py3-none-any.whl", hash = "sha256:da997b3b6a72cc08d09f4dba9802fdbabc89104b35fe24ee588e674037689354"}, -] - -[package.dependencies] -urllib3 = ">=2" - [[package]] name = "types-s3transfer" version = "0.10.0" @@ -3326,4 +3313,4 @@ web = ["fastapi", "sentry-sdk", "uvicorn"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "72543d61cc9bd7bfc3fa5027b3e94729c5d205d0d5db2b2b2ca37ddd2a0fb9ab" +content-hash = "ea546f389f9bbdf0c90ffef43d411d9859bc187f21651361ad624ab4edf570e7" diff --git a/pyproject.toml b/pyproject.toml index 4456ae4cf..02b66e848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ redis = "^4.2.0" httpx = "^0.23.0" Jinja2 = "^3.1.2" requests = "^2.27.1" -python-multipart = "^0.0.5" +python-multipart = "^0.0.7" pyOpenSSL = "^23.0.0" service-identity = "^21.1.0" PyYAML = "^6.0"