From af420657e3c15f6d51ca800344111845e650993c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:28:19 +0000 Subject: [PATCH] chore(deps): bump pyright from 1.1.380 to 1.1.381 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.380 to 1.1.381. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.380...v1.1.381) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 36772af..48169dd 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -11,7 +11,7 @@ pytest-asyncio pyfakefs freezegun -pyright ==1.1.380 +pyright ==1.1.381 types-python-dateutil >=2.8.19.3 types-click >=7.1.8, <9.0 types-toml >=0.10.8, <0.11