From 6e8fc6f780f228aab0f44bc6694f75392613a333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:35:05 +0000 Subject: [PATCH] Bump mypy from 1.11.2 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lms/services/moodle.py | 2 +- requirements/typecheck.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/services/moodle.py b/lms/services/moodle.py index 482d36c4ca..4a66061f6d 100644 --- a/lms/services/moodle.py +++ b/lms/services/moodle.py @@ -200,7 +200,7 @@ def list_pages(self, course_id: int): "display_name": module["name"], "lms_id": module["id"], "id": f"moodle://page/course/{course_id}/page_id/{module['id']}", - "updated_at": updated_at, + "updated_at": updated_at, # type: ignore } current_node["children"].append(file_node) diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 122bd0707c..ed44266628 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -170,7 +170,7 @@ multidict==6.0.4 # -r requirements/prod.txt # aiohttp # yarl -mypy==1.11.2 +mypy==1.13.0 # via -r requirements/typecheck.in mypy-extensions==1.0.0 # via mypy