errbot
errbot copied to clipboard
Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.2.0. Release notes Sourced from actions/setup-python's releases. v5.2.0 What's Changed Bug fixes: Add .zip extension to Windows package downloads for Expand-Archive Compatibility by @priyagupta108 in...
Should fix issue [#1721](https://github.com/errbotio/errbot/issues/1721). `webtest` is used to validate incoming webhooks in the production `Webserver()`. Via `webtest` and `webob`, we have a transitive dependency on `cgi`. As of python 3.13...
Hello Folks, Can you please help me understand the support status for the latest python? It looks like we depend on `cgi`; apparently via `webob` and then via `webtest` [which...
**Describe the bug** Plugin fails to starts when using @webhook annotation. Error message is: (PipelineNotifier is the name of a plugin) ``` Error: PipelineNotifier failed to activate: PipelineNotifier failed to...
Slack shut off legacy bot access today, April 2, 2025. They said they were shutting it off March 31, 2025, but it continued to work until today. For anybody else...
This PR resolves Issue [#1694](https://github.com/errbotio/errbot/issues/1694) by adding a warning for plugin folders named lib, test, or utils. These names may cause plugin loading conflicts due to Python module resolution or...
**Requesting a version bump with updated dependencies** We have a renovate bot to check for updated versions of this bot and its dependencies. The latest version (6.2.0) is from 2...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. Release notes Sourced from actions/checkout's releases. v6.0.1 What's Changed Update all references from v5 and v4 to v6 by @ericsciple in actions/checkout#2314 Add worktree...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. Release notes Sourced from actions/setup-python's releases. v6.1.0 What's Changed Enhancements: Add support for pip-install input by @gowridurgad in actions/setup-python#1201 Add graalpy early-access and windows...