From 7ce2170dd112d6cd95a1969c769bd73ea0cc4837 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 03:12:27 +0000 Subject: [PATCH] Update dependency test/pytype to v2023.11.21 --- blue/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blue/pyproject.toml b/blue/pyproject.toml index f129c09..cd2d28a 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.10.31", + "pytype==2023.11.21", "pytest==7.4.3", "pytest-cov==4.1.0", "ruamel.yaml~=0.17"