Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update aiocqhttp requirement from ~=1.4.3 to ~=1.4.4 #1

Open
wants to merge 1 commit into
base: browser-version
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2023

Updates the requirements on aiocqhttp to permit the latest version.

Changelog

Sourced from aiocqhttp's changelog.

v1.4.4

  • 修复 run_task() 不可用的问题 #69
  • 修复 HttpApi 超时时间设置不生效的问题 #71

v1.4.3

  • 修复从 str 构造 Message 时无法识别空参数值 #60
  • 提升 Quart 依赖至 0.17. 如遇到依赖错误请升级

v1.4.2

  • 修复从 str 构造 Message 时无法正确去转义参数 #57
  • 修复无法构造空 Message 的问题

v1.4.1

  • 修复上一版本中 ActionFailed 的不兼容更新 #53

v1.4.0

  • 调整 ActionFailed 错误信息格式 #44
  • 修复多个 WebSocket 同时存在时可能引发的 bug #43
  • 提升 Quart 依赖至 0.14. 如升级 aiocqhttp 后遇到错误请升级依赖
  • 更新消息段 (MessageSegment) 和 API stub 至 OneBot v11 标准。调整 apiapi_impl 的继承关系
  • 调整消息 += 的处理方式 #48

v1.3.0

  • CQHttp 类新增 on_startup 装饰器,用于注册 bot 对象启动时钩子函数
  • CQHttp 类新增 on_websocket_connection 装饰器,用于注册 WebSocket 连接事件处理函数
  • CQHttp 类新增 before_* 装饰器(beforebefore_message 等),用于注册事件处理前的钩子函数,使用方式同 on_* 装饰器
  • CQHttp 类新增 before_sending 装饰器,用于注册发送消息前的钩子函数
  • 修复 Message 对象拼接运算的 bug #32

v1.2.5

  • 修复使用 Quart app 时,无法找到模板文件夹等问题
  • CQHttp 类新增位置参数 import_name,通常应不传入(保持默认)或传入 __name__
  • CQHttp 类新增 server_app_kwargs 参数,用于配置 Quart 对象,将以命名参数的形式传入其初始化函数

v1.2.3

  • 新增 CQHttp.run_task 方法,运行产生 coroutine 而不是直接启动事件循环

v1.2.2

  • CQHttp 类新增 api_timeout_sec 参数,用于设置 CQHTTP API 请求的超时时间(单位秒)
  • 默认关闭 Quart 的 reloader(监测文件变更,自动重启)
  • 修复 api 模块 stub 文件缺少 self_id 参数问题

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [aiocqhttp](https://github.com/nonebot/aiocqhttp) to permit the latest version.
- [Release notes](https://github.com/nonebot/aiocqhttp/releases)
- [Changelog](https://github.com/nonebot/aiocqhttp/blob/master/docs/changelog.md)
- [Commits](nonebot/aiocqhttp@v1.4.3...v1.4.4)

---
updated-dependencies:
- dependency-name: aiocqhttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants