From 70fabff303b2e2f4e1e3bcdf35798132e05b6f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:28:27 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.12 to 0.0.16 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.12 to 0.0.16. - [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.12...0.0.16) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df797ea..7f051d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pydantic==1.9.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0 pymongo==3.12.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2" python-dotenv==1.0.1; python_version >= "3.5" python-jose==3.3.0 -python-multipart==0.0.12 +python-multipart==0.0.16 pyyaml==6.0.2 requests==2.26.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" rsa==4.7.2; python_version >= "3.5" and python_version < "4"