From a471ac209bce9faa31907f65f11e1e39b7c8df81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:34:34 +0000 Subject: [PATCH] chore(deps): bump pyright from 1.1.383 to 1.1.384 Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.383 to 1.1.384. - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.383...v1.1.384) --- 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 455e38f..fa47971 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -11,7 +11,7 @@ pytest-asyncio pyfakefs freezegun -pyright ==1.1.383 +pyright ==1.1.384 types-python-dateutil >=2.8.19.3 types-click >=7.1.8, <9.0 types-toml >=0.10.8, <0.11