Skip to content

Commit 3e68363

Browse files
committed
chore: update backend dependencies (#1655)
* chore: update irc backend dependencies * chore: update telegram backend dependencies * chore: update xmpp backend dependencies * docs: add comment in CHANGES
1 parent b10af24 commit 3e68363

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ fixes:
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

4950
v6.1.9 (2022-06-11)

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)