From cc6d06878befb2bfa30501fc8b08354b0aec1824 Mon Sep 17 00:00:00 2001 From: Ace Date: Wed, 17 Jun 2020 21:18:45 +0200 Subject: [PATCH] bump recurring-ical-events to v0.1.17b0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ff7ee3f..668dcc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pyowm==2.10.0 # weather Pillow>=7.1.1 # imaging icalendar==4.0.6 # iCalendar parsing -recurring-ical-events==0.1.16b0 # parse recurring events +recurring-ical-events==0.1.17b0 # parse recurring events feedparser==5.2.1 # parse RSS-feeds numpy>=1.18.2 # image pre-processing arrow>=0.15.6 # time operations