From ae66a88ad65bf0dbf8a4b6399bb3be1b836e8564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 21:22:41 +0000 Subject: [PATCH] Bump pyanalyze from 0.9.0 to 0.13.1 Bumps [pyanalyze](https://github.com/quora/pyanalyze) from 0.9.0 to 0.13.1. - [Release notes](https://github.com/quora/pyanalyze/releases) - [Changelog](https://github.com/quora/pyanalyze/blob/master/docs/changelog.md) - [Commits](https://github.com/quora/pyanalyze/compare/v0.9.0...v0.13.1) --- updated-dependencies: - dependency-name: pyanalyze dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8390241..bcb1a13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ joblib = "^1.2.0" mccabe = "*" pep257 = "*" pep8 = "*" -pyanalyze = "^0.9.0" +pyanalyze = "^0.13.1" pyannotate = "^1.2.0" pycodestyle = ">2.9" pydocstyle = ">=6.3.0"