From 6bbfb4d89c4b78beed4994b24b9e4d983fe1968a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 05:56:37 +0000 Subject: [PATCH] Bump black from 20.8b1 to 23.1.0 in /backend Bumps [black](https://github.com/psf/black) from 20.8b1 to 23.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/23.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... 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 c731ff628..1c9901422 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -21,7 +21,7 @@ cryptography==3.2.1 flask_jwt_extended==3.24.1 flake8==3.8.4 -black==20.8b1 +black==23.1.0 pre-commit==2.8.2 lorem==0.1.1