From c1510220e48906aaabf13472e437f093478946e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:46:30 +0000 Subject: [PATCH] build(deps): bump pytype from 2024.9.13 to 2024.10.11 in /book/src Bumps [pytype](https://github.com/google/pytype) from 2024.9.13 to 2024.10.11. - [Changelog](https://github.com/google/pytype/blob/main/CHANGELOG) - [Commits](https://github.com/google/pytype/compare/2024.09.13...2024.10.11) --- updated-dependencies: - dependency-name: pytype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- book/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/requirements.txt b/book/src/requirements.txt index 74b9b537..dba1395f 100644 --- a/book/src/requirements.txt +++ b/book/src/requirements.txt @@ -12,6 +12,6 @@ pyflakes==3.2.0 pylint==3.3.1 pytest==8.3.3 pytest-cov==5.0.0 -pytype==2024.9.13 +pytype==2024.10.11 requests==2.32.3 yapf==0.40.2