From 5e7d8a5bbe449859c09e06c1b7d45d3d04e7d8cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 00:49:16 -0300 Subject: [PATCH] chore(deps): bump black from 23.10.0 to 23.10.1 (#37) Bumps [black](https://github.com/psf/black) from 23.10.0 to 23.10.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.10.0...23.10.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 1f25067..05b630d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -10,5 +10,5 @@ pydantic>=2.0.2 pymongo==4.5.0 mypy==1.6.1 mypy-extensions==1.0.0 -black==23.10.0 +black==23.10.1 isort==5.12.0 \ No newline at end of file