Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ fixes:
- chore: update errbot-backend-slackv3 version to 0.3.2 (#1743)
- fix: allow webtest to work on python 3.13 (#1729)
- fix: add command in logged when blocked by cmdfilter (#1631)
- chore: bump pyasn1 version (#1752)


v6.2.0 (2024-01-01)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def read(fname, encoding="ascii"):
],
"XMPP": [
"slixmpp==1.8.4",
"pyasn1==0.5.0",
"pyasn1==0.6.3",
"pyasn1-modules==0.3.0",
],
':sys_platform!="win32"': ["daemonize==2.5.0"],
Expand Down