From 1e1566f941be63dd406428ff5ce9107008284741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Stolarczuk?= Date: Wed, 9 Oct 2024 13:08:09 +0200 Subject: [PATCH] Bump pip deps --- .github/workflows/codeql.yml | 5 +++++ third_party/requirements.txt | 18 +++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a44423420..4a8f3ceb5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -46,6 +46,11 @@ jobs: with: fetch-depth: 0 + - name: Setup newer Python + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 + with: + python-version: "3.10" + - name: Initialize CodeQL uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2 with: diff --git a/third_party/requirements.txt b/third_party/requirements.txt index 8a5f6c4cf..ac316e2ad 100644 --- a/third_party/requirements.txt +++ b/third_party/requirements.txt @@ -4,14 +4,14 @@ clang-format==15.0.7 cmake-format==0.6.13 black==24.3.0 # Tests -packaging==24.0 +packaging==24.1 # Generating HTML documentation -pygments==2.15.1 -sphinxcontrib_applehelp==1.0.4 -sphinxcontrib_devhelp==1.0.2 -sphinxcontrib_htmlhelp==2.0.1 -sphinxcontrib_serializinghtml==1.1.5 -sphinxcontrib_qthelp==1.0.3 +pygments==2.18.0 +sphinxcontrib_applehelp==2.0.0 +sphinxcontrib_devhelp==2.0.0 +sphinxcontrib_htmlhelp==2.1.0 +sphinxcontrib_serializinghtml==2.0.0 +sphinxcontrib_qthelp==2.0.0 breathe==4.35.0 -sphinx==4.5.0 -sphinx_book_theme==0.3.3 +sphinx==8.0.2 +sphinx_book_theme==1.1.3