From 2537651ec742d3b86d4287f21197f07c842b9466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:29:17 +0000 Subject: [PATCH] Bump python-multipart from 0.0.5 to 0.0.7 in /default Bumps [python-multipart](https://github.com/andrew-d/python-multipart) from 0.0.5 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.5...0.0.7) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- default/requirements-dev.txt | 2 +- default/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default/requirements-dev.txt b/default/requirements-dev.txt index 0e1d567..8ff7b7d 100644 --- a/default/requirements-dev.txt +++ b/default/requirements-dev.txt @@ -40,7 +40,7 @@ pylint==2.5.3 pyparsing==2.4.7 pytest==5.4.3 pytest-aiohttp==0.3.0 -python-multipart==0.0.5 +python-multipart==0.0.7 pytz==2020.1 redis==3.5.3 requests==2.24.0 diff --git a/default/requirements.txt b/default/requirements.txt index 9b55846..099c2ae 100644 --- a/default/requirements.txt +++ b/default/requirements.txt @@ -5,5 +5,5 @@ google-cloud-ndb==1.4.1 google-cloud-secret-manager==1.0.0 Jinja2==2.11.2 PyJWT==1.7.1 -python-multipart==0.0.5 +python-multipart==0.0.7 uvicorn==0.11.7