From 0cd54865cd6eee5fa3ba49e77f57f320c87f36c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 04:14:52 +0000 Subject: [PATCH] Bump python-mimeparse from 1.6.0 to 2.0.0 Bumps [python-mimeparse](https://github.com/falconry/python-mimeparse) from 1.6.0 to 2.0.0. - [Release notes](https://github.com/falconry/python-mimeparse/releases) - [Commits](https://github.com/falconry/python-mimeparse/compare/1.6.0...2.0.0) --- updated-dependencies: - dependency-name: python-mimeparse dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 48ebef8..cdbf94e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ falcon==2.0.0 freezing-model @ https://github.com/freezingsaddles/freezing-model/archive/0.7.20.tar.gz greenstalk==1.0.1 gunicorn==22.0.0 -python-mimeparse==1.6.0 +python-mimeparse==2.0.0 six==1.14.0