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