From 247479ce4aaacdd64eaf8f0d82084c119d666738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 01:02:28 +0000 Subject: [PATCH] Bump singledispatch from 3.6.2 to 3.7.0 in /backend Bumps [singledispatch](https://github.com/jaraco/singledispatch) from 3.6.2 to 3.7.0. - [Release notes](https://github.com/jaraco/singledispatch/releases) - [Changelog](https://github.com/jaraco/singledispatch/blob/main/CHANGES.rst) - [Commits](https://github.com/jaraco/singledispatch/compare/v3.6.2...v3.7.0) --- updated-dependencies: - dependency-name: singledispatch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f9723b5..c67696b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -38,7 +38,7 @@ pyopenssl==20.0.1 pytz==2021.1 rx==1.6.1 service-identity==21.1.0 -singledispatch==3.6.2; python_version >= '2.6' +singledispatch==3.7.0; python_version >= '2.6' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlparse==0.4.1; python_version >= '3.5' text-unidecode==1.3