Skip to content

Commit ba63d9e

Browse files
authored
Merge pull request #788 from lukaszstolarczuk/update-deps
Bump pip dependencies
2 parents 0420d07 + 1e1566f commit ba63d9e

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
with:
4747
fetch-depth: 0
4848

49+
- name: Setup newer Python
50+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
51+
with:
52+
python-version: "3.10"
53+
4954
- name: Initialize CodeQL
5055
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
5156
with:

third_party/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ clang-format==15.0.7
44
cmake-format==0.6.13
55
black==24.3.0
66
# Tests
7-
packaging==24.0
7+
packaging==24.1
88
# Generating HTML documentation
9-
pygments==2.15.1
10-
sphinxcontrib_applehelp==1.0.4
11-
sphinxcontrib_devhelp==1.0.2
12-
sphinxcontrib_htmlhelp==2.0.1
13-
sphinxcontrib_serializinghtml==1.1.5
14-
sphinxcontrib_qthelp==1.0.3
9+
pygments==2.18.0
10+
sphinxcontrib_applehelp==2.0.0
11+
sphinxcontrib_devhelp==2.0.0
12+
sphinxcontrib_htmlhelp==2.1.0
13+
sphinxcontrib_serializinghtml==2.0.0
14+
sphinxcontrib_qthelp==2.0.0
1515
breathe==4.35.0
16-
sphinx==4.5.0
17-
sphinx_book_theme==0.3.3
16+
sphinx==8.0.2
17+
sphinx_book_theme==1.1.3

0 commit comments

Comments
 (0)