Skip to content

Commit

Permalink
Bump pip deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Oct 9, 2024
1 parent 52578e6 commit 1e1566f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
18 changes: 9 additions & 9 deletions third_party/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e1566f

Please sign in to comment.