From 31b4a774f612d3c5928e3f7bf36f72638e1e395a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 02:53:17 +0000 Subject: [PATCH] build(deps): bump pyre-check from 0.9.18 to 0.9.25 Bumps [pyre-check](https://github.com/facebook/pyre-check) from 0.9.18 to 0.9.25. - [Release notes](https://github.com/facebook/pyre-check/releases) - [Commits](https://github.com/facebook/pyre-check/compare/v0.9.18...v0.9.25) --- updated-dependencies: - dependency-name: pyre-check dependency-version: 0.9.25 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 394eca43..4cb7c5fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "maturin>=1.7.0,<1.8", "poethepoet>=0.35.0", "prompt-toolkit>=2.0.9", - "pyre-check==0.9.18; platform_system != 'Windows'", + "pyre-check==0.9.25; platform_system != 'Windows'", "setuptools_scm>=6.0.1", "ufmt==2.8.0", "usort==1.0.8.post1",