From 0e0bc6a2c13faa977037724514b5ab3c71fd930b Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 24 Apr 2026 23:35:36 +0200 Subject: [PATCH] chore(deps): fix docs deps These should have been updated by postgrest-nixpkgs-upgrade, when I upgraded the Nixpkgs pin, but I did not follow my own readme, and just ran nix flake update... --- .readthedocs.yaml | 2 +- docs/requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e25953d27..16ce4b893 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,4 +7,4 @@ python: build: os: ubuntu-24.04 tools: - python: "3.11" + python: "3.12" diff --git a/docs/requirements.txt b/docs/requirements.txt index e26500a24..bdee37d45 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ # This file is auto-generated by postgrest-nixpkgs-upgrade -sphinx==8.2.3 +sphinx==9.1.0 sphinx-copybutton==0.5.2 sphinx-rtd-dark-mode==1.3.0 -sphinx-rtd-theme==3.0.2 -sphinx-tabs==3.4.7 -sphinxext-opengraph==0.9.1 \ No newline at end of file +sphinx-rtd-theme==3.1.0 +sphinx-tabs==3.5.0 +sphinxext-opengraph==0.13.0 \ No newline at end of file