Skip to content

Commit 3457532

Browse files
committed
Update pyobjc and PyYAML versions
1 parent a7a775a commit 3457532

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

plover/gui_qt/add_translation_widget.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ def _format_label(self, fmt, strokes, translation=None, filename=None):
242242
filename = html_escape(filename)
243243

244244
return fmt.format(strokes=strokes, translation=translation, filename=filename)
245+
245246
@Slot()
246247
def handle_stroke_input_change(self):
247248
mapping_is_valid = self.strokes.hasAcceptableInput()
@@ -277,6 +278,7 @@ def handle_stroke_input_change(self):
277278
else:
278279
info = ''
279280
self.strokes_info.setText(info)
281+
280282
@Slot()
281283
def handle_translation_input_change(self):
282284
translation = self._translation()

reqs/constraints.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ pluggy==1.0.0
3838
py==1.10.0
3939
pycparser==2.20
4040
Pygments==2.10.0
41-
pyobjc-core==7.3
42-
pyobjc-framework-Cocoa==7.3
43-
pyobjc-framework-Quartz==7.3
41+
pyobjc-core==11.0
42+
pyobjc-framework-Cocoa==11.0
43+
pyobjc-framework-Quartz==11.0
4444
pyparsing==3.0.3
4545
PySide6==6.5.2
4646
pyserial==3.5
4747
pytest==6.2.5
4848
pytest-qt==4.0.2
4949
python-xlib==0.31
5050
pytz==2021.3
51-
PyYAML==6.0
51+
PyYAML==5.3.1
5252
readme-renderer==37.3
5353
requests==2.26.0
5454
requests-cache==0.9.1

0 commit comments

Comments
 (0)