From b6edadb8f468e9edf2bd63c7981c934a746e3057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:58:26 +0000 Subject: [PATCH] Bump django from 3.2.13 to 3.2.17 in /src/rrsm Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.17. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.13...3.2.17) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/rrsm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrsm/requirements.txt b/src/rrsm/requirements.txt index 2f742e1..6b7e756 100644 --- a/src/rrsm/requirements.txt +++ b/src/rrsm/requirements.txt @@ -1,4 +1,4 @@ -django==3.2.13 +django==3.2.17 python-decouple==3.4 django-cleanup==5.2.0 django-widget-tweaks==1.4.8