From b49ca2490b085e8be836c7c4c930ae6f8fbe35f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:03:35 +0000 Subject: [PATCH] Bump pyre-check from 0.9.18 to 0.9.23 Bumps [pyre-check](https://github.com/facebook/pyre-check) from 0.9.18 to 0.9.23. - [Release notes](https://github.com/facebook/pyre-check/releases) - [Commits](https://github.com/facebook/pyre-check/compare/v0.9.18...v0.9.23) --- 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 79ce0ba1..2aac480e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,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.23; platform_system != 'Windows'", "setuptools_scm>=6.0.1", "sphinx-rtd-theme>=0.4.3", "ufmt==2.7.3",