We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b903fe2 commit 3c3af1aCopy full SHA for 3c3af1a
CHANGES.rst
@@ -19,6 +19,7 @@ fixes:
19
- Fix: situationally broken apropos command (#1711)
20
- chore: bump requests to 2.32.3 (#1715)
21
- chore: bump jinja2 to 3.1.6 (#1723)
22
+- chore: update errbot-backend-slackv3 version to 0.3.1 (#1725)
23
24
25
v6.2.0 (2024-01-01)
setup.py
@@ -109,7 +109,7 @@ def read(fname, encoding="ascii"):
109
},
110
extras_require={
111
"slack": [
112
- "errbot-backend-slackv3==0.2.1",
+ "errbot-backend-slackv3==0.3.1",
113
],
114
"discord": [
115
"err-backend-discord==3.0.1",
0 commit comments