From bf9cc4a5e7903ada2e819a63fe2da011f292a143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 00:53:24 +0200 Subject: [PATCH] Bump black from 19.10b0 to 20.8b1 (#1909) * Bump black from 19.10b0 to 20.8b1 Bumps [black](https://github.com/psf/black) from 19.10b0 to 20.8b1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/master/CHANGES.md) - [Commits](https://github.com/psf/black/commits) Signed-off-by: dependabot[bot] * fix: run `make format` Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PrettyWood --- pydantic/utils.py | 3 ++- tests/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pydantic/utils.py b/pydantic/utils.py index d692f4f..d14a285 100644 --- a/pydantic/utils.py +++ b/pydantic/utils.py @@ -241,7 +241,8 @@ def unique_list(input_list: Union[List[T], Tuple[T, ...]]) -> List[T]: def update_normalized_all( - item: Union['AbstractSetIntStr', 'MappingIntStrAny'], all_items: Union['AbstractSetIntStr', 'MappingIntStrAny'], + item: Union['AbstractSetIntStr', 'MappingIntStrAny'], + all_items: Union['AbstractSetIntStr', 'MappingIntStrAny'], ) -> Union['AbstractSetIntStr', 'MappingIntStrAny']: """ Update item based on what all items contains. diff --git a/tests/requirements.txt b/tests/requirements.txt index 1f9ef4e..b7f098b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -black==19.10b0 +black==20.8b1 coverage==5.2.1 flake8==3.8.3 flake8-quotes==3.2.0