From 17d8ef32bee9f721e0f5608401bb9a57b2ca5216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 02:38:34 +0000 Subject: [PATCH] Bump pyre-check from 0.9.9 to 0.9.18 Bumps [pyre-check](https://github.com/facebook/pyre-check) from 0.9.9 to 0.9.18. - [Release notes](https://github.com/facebook/pyre-check/releases) - [Commits](https://github.com/facebook/pyre-check/compare/v0.9.9...v0.9.18) --- updated-dependencies: - dependency-name: pyre-check dependency-type: direct:development 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 f24dd9d78..262f80e02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "maturin>=0.8.3,<0.14", "nbsphinx>=0.4.2", "prompt-toolkit>=2.0.9", - "pyre-check==0.9.10; platform_system != 'Windows'", + "pyre-check==0.9.18; platform_system != 'Windows'", "setuptools_scm>=6.0.1", "sphinx-rtd-theme>=0.4.3", "ufmt==2.0.1",