From 8899f5681330d9ac6bf3fb430e4317097be31225 Mon Sep 17 00:00:00 2001 From: Robpol86 Date: Sun, 2 Apr 2023 13:35:34 -0500 Subject: [PATCH] Update Dependencies (#212) * Add TODOs * Update black * Updated pylint. Disabling new linter "use-dict-literal" for styling reasons. Using a literal would intoduce a new level of indentation. * new pytest * Updating sphinxext-opengraph Looks like it added a new feature: https://github.com/wpilibsuite/sphinxext-opengraph/pull/88 --- docs/conf.py | 2 +- poetry.lock | 504 +++++++++++++++++++++++++++++++++++++++++++++---- pyproject.toml | 6 +- 3 files changed, 474 insertions(+), 38 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3b4265f4..d36360b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -132,7 +132,7 @@ imgur_target_format = "https://i.imgur.com/%(id)s.%(ext)s" myst_enable_extensions = ["colon_fence", "deflist", "fieldlist", "linkify", "replacements", "strikethrough", "substitution"] myst_url_schemes = ("http", "https", "mailto") -notfound_context = dict( +notfound_context = dict( # pylint: disable=use-dict-literal title="404 Not Found", body="

404 Not Found

\n\n" '