From 8d1ad27bbfb28847f4c1922bd5f2aab71ed38be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:47:42 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [python-multipart](https://github.com/Kludex/python-multipart) and [jinja2](https://github.com/pallets/jinja). Updates `python-multipart` from 0.0.6 to 0.0.18 - [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.6...0.0.18) Updates `jinja2` from 3.1.3 to 3.1.5 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.5) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1a509ff..160761d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ pydantic==2.5.3 pydantic-settings==2.1.0 pytest==7.4.4 pytest-asyncio==0.23.3 -python-multipart==0.0.6 -jinja2==3.1.3 \ No newline at end of file +python-multipart==0.0.18 +jinja2==3.1.5 \ No newline at end of file