From 2933172a8810c1a85279f54830ae67c417861ab0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:22:22 +0000 Subject: [PATCH] build(deps): update dependency pyright to v1.1.383 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 109acc248..179746404 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ lint = [ ] types = [ "mypy[reports]~=1.11", - "pyright==1.1.380", + "pyright==1.1.383", "types-python-dateutil", "types-PyYAML", "types-requests<2.31.0.20240312", # Frozen until we can get urllib3 v2