From 2514ea2e36e8ea1252ca566d4c5d84371f59663c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:18:35 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directories with 2 updates Bumps the pip group with 2 updates in the /. directory: [python-multipart](https://github.com/andrew-d/python-multipart) and [fastapi](https://github.com/tiangolo/fastapi). 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) Updates `fastapi` from 0.109.1 to 0.109.2 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.109.1...0.109.2) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip-security-group - dependency-name: fastapi dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d505ae3..6a7aa3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -python-multipart==0.0.6 +python-multipart==0.0.7 requests==2.31.0 -fastapi==0.109.1 +fastapi==0.109.2 uvicorn==0.25.0 langid==1.1.6 BeautifulSoup4==4.11.2