Skip to content

Commit 106e4d0

Browse files
authored
Fix crash when initiating search in ikhal
Fixes: #1357 See: #1358
1 parent 4b6e799 commit 106e4d0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AUTHORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ Valentin Iovene - val [at] too [dot] gy
5656
Julian Wollrath
5757
Mattori Birnbaum - me [at] mattori [dot] com - https://mattori.com
5858
Pi R
59+
Alnoman Kamil - noman [at] kamil [dot] gr - https://kamil.gr

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ may want to subscribe to `GitHub's tag feed
1111
======
1212
not released yet
1313

14-
* UPDATED REQUIREMENT urwid is now required >= 2.1.0
14+
* UPDATED REQUIREMENT urwid is now required >= 2.6.15
1515
* NEW REQUIREMENT for tests on python >= 3.12: pkg_resources
1616
* optimization in ikhal when editing events in the far future or past
1717
* FIX an issue in ikhal with updating the view of the event list after editing

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"click>=3.2",
2929
"click_log>=0.2.0",
3030
"icalendar>=4.0.3",
31-
"urwid>=2.1.0",
31+
"urwid>=2.6.15",
3232
"pyxdg",
3333
"pytz",
3434
"python-dateutil",

0 commit comments

Comments
 (0)