File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 96
96
# even if the previous steps fail. This allows users to get feedback
97
97
# from both typechecking and tests even if one of them fails.
98
98
- name : Run Pyright
99
- uses : jakebailey/pyright-action@b5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe # v2.3.2
99
+ uses : jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
100
100
with :
101
101
version : ${{ steps.pyright-version.outputs.version }}
102
102
if : ${{ !matrix.min-version && always() }}
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ comm==0.2.3
54
54
# ipywidgets
55
55
contourpy == 1.3.3
56
56
# via matplotlib
57
- coverage == 7.10.3
57
+ coverage == 7.10.4
58
58
# via
59
59
# qcodes (pyproject.toml)
60
60
# pytest-cov
@@ -102,7 +102,7 @@ h5py==3.14.0
102
102
# qcodes-loop
103
103
hickle == 5.0.3
104
104
# via qcodes-loop
105
- hypothesis == 6.138.0
105
+ hypothesis == 6.138.2
106
106
# via qcodes (pyproject.toml)
107
107
idna == 3.10
108
108
# via requests
@@ -140,7 +140,7 @@ jsonpointer==3.0.0
140
140
# via sphinx-jsonschema
141
141
jsonref == 1.1.0
142
142
# via zhinst-toolkit
143
- jsonschema == 4.25.0
143
+ jsonschema == 4.25.1
144
144
# via
145
145
# qcodes (pyproject.toml)
146
146
# nbformat
@@ -354,7 +354,7 @@ referencing==0.36.2
354
354
# jsonschema
355
355
# jsonschema-specifications
356
356
# types-jsonschema
357
- requests == 2.32.4
357
+ requests == 2.32.5
358
358
# via
359
359
# sphinx
360
360
# sphinx-jsonschema
You can’t perform that action at this time.
0 commit comments