From 55bf21a19707ca1b0b147c1655ee25a398ce82d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 05:10:03 +0000 Subject: [PATCH] build(deps): bump django Bumps [django](https://github.com/django/django) from 5.1.2 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.1.2...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../stateless/stacks/workflow-manager/deps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/workload/stateless/stacks/workflow-manager/deps/requirements.txt b/lib/workload/stateless/stacks/workflow-manager/deps/requirements.txt index 66693e0ee..d2114ca35 100644 --- a/lib/workload/stateless/stacks/workflow-manager/deps/requirements.txt +++ b/lib/workload/stateless/stacks/workflow-manager/deps/requirements.txt @@ -4,7 +4,7 @@ aws-xray-sdk # Intentionally commented boto3. We can just leverage the AWS Lambda Python Runtime cache for boto3 and botocore. #boto3 -Django==5.1.2 +Django==5.1.4 djangorestframework==3.15.2 django-cors-headers==4.5.0 django-environ==0.11.2