From fbb1ec5ff6d062dac46ed9bb7f55f4cc36cad5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:46:16 +0000 Subject: [PATCH] Bump pyre-check from 0.9.18 to 0.9.21 Bumps [pyre-check](https://github.com/facebook/pyre-check) from 0.9.18 to 0.9.21. - [Release notes](https://github.com/facebook/pyre-check/releases) - [Commits](https://github.com/facebook/pyre-check/compare/v0.9.18...v0.9.21) --- 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 a61f88b1..10666094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dev = [ "maturin>=0.8.3,<1.7", "nbsphinx>=0.4.2", "prompt-toolkit>=2.0.9", - "pyre-check==0.9.18; platform_system != 'Windows'", + "pyre-check==0.9.21; platform_system != 'Windows'", "setuptools_scm>=6.0.1", "sphinx-rtd-theme>=0.4.3", "ufmt==2.6.0",