From 46684595ae307720cc2a1b5a6b30d2f73b96ba8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:02:55 +0000 Subject: [PATCH] chore(deps): bump python-multipart from 0.0.19 to 0.0.20 Bumps [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.19 to 0.0.20. - [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.19...0.0.20) --- 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 b1369a4..0c17710 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.19 +python-multipart==0.0.20 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"