Skip to content

Commit fc90317

Browse files
authored
Merge branch 'main' into fix-cryomagnetics4g
2 parents cfe21fa + 976c9cf commit fc90317

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# even if the previous steps fail. This allows users to get feedback
9797
# from both typechecking and tests even if one of them fails.
9898
- name: Run Pyright
99-
uses: jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2
99+
uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
100100
with:
101101
version: ${{ steps.pyright-version.outputs.version }}
102102
if: ${{ !matrix.min-version && always() }}

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ comm==0.2.3
5454
# ipywidgets
5555
contourpy==1.3.3
5656
# via matplotlib
57-
coverage==7.10.3
57+
coverage==7.10.4
5858
# via
5959
# qcodes (pyproject.toml)
6060
# pytest-cov
@@ -102,7 +102,7 @@ h5py==3.14.0
102102
# qcodes-loop
103103
hickle==5.0.3
104104
# via qcodes-loop
105-
hypothesis==6.138.0
105+
hypothesis==6.138.2
106106
# via qcodes (pyproject.toml)
107107
idna==3.10
108108
# via requests
@@ -140,7 +140,7 @@ jsonpointer==3.0.0
140140
# via sphinx-jsonschema
141141
jsonref==1.1.0
142142
# via zhinst-toolkit
143-
jsonschema==4.25.0
143+
jsonschema==4.25.1
144144
# via
145145
# qcodes (pyproject.toml)
146146
# nbformat
@@ -354,7 +354,7 @@ referencing==0.36.2
354354
# jsonschema
355355
# jsonschema-specifications
356356
# types-jsonschema
357-
requests==2.32.4
357+
requests==2.32.5
358358
# via
359359
# sphinx
360360
# sphinx-jsonschema

0 commit comments

Comments
 (0)