From 3aa0d5565f195ae7dc6e093e9e31598ba8f02585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:48:43 +0000 Subject: [PATCH 1/2] chore(deps): bump the pip group across 1 directories with 1 update Bumps the pip group with 1 update in the /. directory: [python-multipart](https://github.com/andrew-d/python-multipart). Updates `python-multipart` from 0.0.6 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.6...0.0.7) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b93a09..e304720 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pydantic==2.5.3 pydantic-core==2.14.6 pydantic-settings==2.1.0 python-dotenv==1.0.0 -python-multipart==0.0.6 +python-multipart==0.0.7 sniffio==1.3.0 starlette==0.36.3 typing-extensions==4.9.0 From b6cde52b44e772d43dfc35780cb9d597b3edabcc Mon Sep 17 00:00:00 2001 From: jingfelix Date: Wed, 14 Feb 2024 00:06:18 +0800 Subject: [PATCH 2/2] fix: pass pre-commit check Signed-off-by: jingfelix --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index a76baaa..5b3c4ae 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:ace637a4ea7e984dba10e1cb6db6444bd0f6ff632a18475a0360d7cddee94dbd" +content_hash = "sha256:ca3cd40555bdd6a7443704eb008fa6001d16a6ec36ec1c1f09036b09643d8a35" [[package]] name = "annotated-types" @@ -279,13 +279,13 @@ files = [ [[package]] name = "python-multipart" -version = "0.0.6" +version = "0.0.7" requires_python = ">=3.7" summary = "A streaming multipart parser for Python" groups = ["default"] files = [ - {file = "python_multipart-0.0.6-py3-none-any.whl", hash = "sha256:ee698bab5ef148b0a760751c261902cd096e57e10558e11aca17646b74ee1c18"}, - {file = "python_multipart-0.0.6.tar.gz", hash = "sha256:e9925a80bb668529f1b67c7fdb0a5dacdd7cbfc6fb0bff3ea443fe22bdd62132"}, + {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]] diff --git a/pyproject.toml b/pyproject.toml index 2ada33d..aa40134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "httpx>=0.26.0", "uvicorn>=0.25.0", "pydantic-settings>=2.1.0", - "python-multipart>=0.0.6", + "python-multipart==0.0.7", "urllib3>=2.1.0", ] requires-python = ">=3.10"