From 0c7519c4a834e30e8ad3462e2929e143dfeadd82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 22:07:37 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5f30e2..ad1429c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "freezing-model @ https://github.com/freezingsaddles/freezing-model/archive/0.11.2.tar.gz", "greenstalk==2.0.2", "gunicorn==22.0.0", - "python-mimeparse==1.6.0", + "python-mimeparse==2.0.0", "six==1.16.0", ] classifiers = [