From c17177373bfb9d670e8a384322a5258f2ee92a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:52:11 +0000 Subject: [PATCH] Bump commitment from 3.0.1 to 4.0.0 Bumps [commitment](https://github.com/chris48s/commitment) from 3.0.1 to 4.0.0. - [Changelog](https://github.com/chris48s/commitment/blob/master/CHANGELOG.md) - [Commits](https://github.com/chris48s/commitment/compare/3.0.1...4.0.0) --- updated-dependencies: - dependency-name: commitment 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 e2eabca6..196555c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "beautifulsoup4==4.12.3", "boto3==1.35.54", "botocore==1.35.54", - "commitment==3.0.1", + "commitment==4.0.0", "Django==4.2.16", "django-cors-headers==4.6.0", "django-extensions==3.2.3",