Skip to content

Commit

Permalink
chore: update backend dependencies (#1655)
Browse files Browse the repository at this point in the history
* chore: update irc backend dependencies

* chore: update telegram backend dependencies

* chore: update xmpp backend dependencies

* docs: add comment in CHANGES
  • Loading branch information
sijis authored Dec 31, 2023
1 parent c7e65f9 commit 3b6b57a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ fixes:
- style: replace format() with f-strings (#1667)
- migrate from external mock package to stdlib unittest.mock (#1673)
- fix: import of Mapping from collections.abc (#1675)
- backend: update irc, telegram and xmpp dependencies (#1655)


v6.1.9 (2022-06-11)
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ def read(fname, encoding="ascii"):
"err-backend-mattermost==3.0.0",
],
"IRC": [
"irc==20.0.0",
"irc==20.3.0",
],
"telegram": [
"python-telegram-bot==13.10",
"python-telegram-bot==13.15",
],
"XMPP": [
"slixmpp==1.7.1",
"pyasn1==0.4.8",
"pyasn1-modules==0.2.8",
"slixmpp==1.8.4",
"pyasn1==0.5.0",
"pyasn1-modules==0.3.0",
],
':sys_platform!="win32"': ["daemonize==2.5.0"],
},
Expand Down

0 comments on commit 3b6b57a

Please sign in to comment.