From 1333d69a471f5f37880ed92286841b9792c5fa28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:26:22 +0000 Subject: [PATCH] Update dependency test/pytype to v2023.12.8 --- blue/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blue/pyproject.toml b/blue/pyproject.toml index 5fb0019..d705119 100644 --- a/blue/pyproject.toml +++ b/blue/pyproject.toml @@ -27,7 +27,7 @@ test = [ "attrs==23.1.0", "codecov==2.1.13", "pylint==3.0.2", - "pytype==2023.12.7", + "pytype==2023.12.8", "pytest==7.4.3", "pytest-cov==4.1.0", "ruamel.yaml~=0.17"