diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1c7e7ea281f..2bbc1ff322f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,11 +33,10 @@ updates: directory: /tools/src/setup-envtest schedule: interval: weekly - # Enable once https://github.com/envoyproxy/gateway/issues/848 is fixed. - # - package-ecosystem: pip - # directory: /tools/src/sphinx-build - # schedule: - # interval: weekly + - package-ecosystem: pip + directory: /tools/src/sphinx-build + schedule: + interval: weekly - package-ecosystem: pip directory: /tools/src/yamllint schedule: diff --git a/tools/src/sphinx-build/requirements.txt b/tools/src/sphinx-build/requirements.txt index 0d03a0660e9..6ba13746d41 100644 --- a/tools/src/sphinx-build/requirements.txt +++ b/tools/src/sphinx-build/requirements.txt @@ -1,2 +1,2 @@ -Sphinx==5.3.0 -myst-parser==0.18.1 \ No newline at end of file +Sphinx==6.2.1 +myst-parser==1.0.0