File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444- style: replace format() with f-strings (#1667)
4545- migrate from external mock package to stdlib unittest.mock (#1673)
4646- fix: import of Mapping from collections.abc (#1675)
47+ - backend: update irc, telegram and xmpp dependencies (#1655)
4748
4849
4950v6.1.9 (2022-06-11)
Original file line number Diff line number Diff line change @@ -121,15 +121,15 @@ def read(fname, encoding="ascii"):
121121 "err-backend-mattermost==3.0.0" ,
122122 ],
123123 "IRC" : [
124- "irc==20.0 .0" ,
124+ "irc==20.3 .0" ,
125125 ],
126126 "telegram" : [
127- "python-telegram-bot==13.10 " ,
127+ "python-telegram-bot==13.15 " ,
128128 ],
129129 "XMPP" : [
130- "slixmpp==1.7.1 " ,
131- "pyasn1==0.4.8 " ,
132- "pyasn1-modules==0.2.8 " ,
130+ "slixmpp==1.8.4 " ,
131+ "pyasn1==0.5.0 " ,
132+ "pyasn1-modules==0.3.0 " ,
133133 ],
134134 ':sys_platform!="win32"' : ["daemonize==2.5.0" ],
135135 },
You can’t perform that action at this time.
0 commit comments