From 123f9a290e8f55ce8ba68a251714e383059accb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 02:10:27 +0000 Subject: [PATCH] chore(deps): bump black from 23.3.0 to 23.9.1 Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.9.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.3.0...23.9.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index fedd212..84e3da1 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -10,5 +10,5 @@ pydantic>=2.0.2 pymongo==4.3.3 mypy==0.991 mypy-extensions==1.0.0 -black==23.3.0 +black==23.9.1 isort==5.12.0 \ No newline at end of file