From 4831079e1e3bd1cde3f60b1f2bab78cf5f350fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 14:47:59 +0000 Subject: [PATCH 1/2] Update myst-parser[linkify] requirement in /requirements Updates the requirements on [myst-parser[linkify]](https://github.com/executablebooks/MyST-Parser) to permit the latest version. - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/MyST-Parser/compare/v0.15.0...v0.16.1) --- updated-dependencies: - dependency-name: myst-parser[linkify] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/documentation.txt b/requirements/documentation.txt index c6542c8..383bd38 100644 --- a/requirements/documentation.txt +++ b/requirements/documentation.txt @@ -3,7 +3,7 @@ ghp-import>=2.0,<2.1 furo==2021.11.23 -myst-parser[linkify]>=0.15,<0.16 +myst-parser[linkify]>=0.15,<0.17 sphinx-autobuild==2021.3.14 sphinx-copybutton>=0.3,<1 sphinxext-opengraph>=0.4,<1 From 03d785eb62f53b4fe7d5debee39ae40e352efe9c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 14:48:12 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8cf947..0ada754 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,4 +44,3 @@ repos: ci: autofix_prs: true autoupdate_schedule: quarterly -