From 0e8b4a8661f1cd8111b1de85c1c47adef531c62c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:35:44 +0000 Subject: [PATCH] Bump pyre-check from 0.9.18 to 0.9.22 Bumps [pyre-check](https://github.com/facebook/pyre-check) from 0.9.18 to 0.9.22. - [Release notes](https://github.com/facebook/pyre-check/releases) - [Commits](https://github.com/facebook/pyre-check/compare/v0.9.18...v0.9.22) --- updated-dependencies: - dependency-name: pyre-check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16123a81..41bcea8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dev = [ "maturin>=1.7.0,<1.8", "nbsphinx>=0.4.2", "prompt-toolkit>=2.0.9", - "pyre-check==0.9.18; platform_system != 'Windows'", + "pyre-check==0.9.22; platform_system != 'Windows'", "setuptools_scm>=6.0.1", "sphinx-rtd-theme>=0.4.3", "ufmt==2.7.0",