Skip to content

Commit

Permalink
Bump mypy from 1.11.2 to 1.13.0
Browse files Browse the repository at this point in the history
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](python/mypy@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcospri committed Nov 4, 2024
1 parent 037e895 commit 6e8fc6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lms/services/moodle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e8fc6f

Please sign in to comment.