From d09fb09db3ec344a3467ca970f8445a74fc014f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 04:54:49 +0000 Subject: [PATCH] Bump conditional from 1.5 to 2.0 Bumps [conditional](https://github.com/stefanholek/conditional) from 1.5 to 2.0. - [Changelog](https://github.com/stefanholek/conditional/blob/main/CHANGES.rst) - [Commits](https://github.com/stefanholek/conditional/compare/1.5...2.0) --- updated-dependencies: - dependency-name: conditional 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 fda9d621..214c6221 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # asgiref==3.8.1 # via django -conditional==1.5 +conditional==2.0 # via django-clone (setup.py) django==5.0.4 # via django-clone (setup.py)