From 5a2b016e6107edcbdbec6f809138adfa78ce2d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:00:52 -0700 Subject: [PATCH] Bump pyre-check from 0.9.22 to 0.9.23 (#47) Bumps [pyre-check](https://github.com/facebook/pyre-check) from 0.9.22 to 0.9.23. - [Release notes](https://github.com/facebook/pyre-check/releases) - [Commits](https://github.com/facebook/pyre-check/compare/v0.9.22...v0.9.23) --- updated-dependencies: - dependency-name: pyre-check dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 58a7f3b..a8e7a04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ wheel==0.44.0 twine==5.1.1 mypy==1.13.0 -pyre-check==0.9.22 +pyre-check==0.9.23 flake8==7.1.1 black==24.10.0 coverage==7.6.4