Skip to content

Commit cf6b07d

Browse files
authored
Merge branch 'master' into perf/datadict-copy-optimization
2 parents 15d683b + 7069abf commit cf6b07d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
2424
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v6.2.0
2828
with:

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- name: Set up Python
1616
uses: actions/setup-python@v6.2.0
1717
with:

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sphinx==9.1.0
2-
sphinx-autodoc-typehints>=3.10.2
2+
sphinx-autodoc-typehints>=3.10.5
33
PyQt5>=5.15.11

0 commit comments

Comments
 (0)