|
|
7a3d7c908c
|
✨ 添加 override 标记
|
2024-05-02 20:51:27 +08:00 |
|
|
|
bc37a015d6
|
🔖 1.0.0
1.0.0
|
2024-05-02 01:24:29 +08:00 |
|
呵呵です
|
fd85140c99
|
✨ 绑定使用图片回复 #61 (#305)
* 🚧 查数据图初版测试
Co-authored-by: C1ystal <m17687496044@163.com>
Co-authored-by: C29H25N3O5 <michaelgu495@gmail.com>
* 🙈 添加一些 ignore 文件
* 🎨 格式化代码
* 🐛 修复格式化导致的样式爆炸
* 💄 优化曲线图观感
* 💄 将雷达图的指示器名称旋转显示
* 💄 查数据图第二版
Co-authored-by: C29H25N3O5 <michaelgu495@gmail.com>
* ✏️ 修复 typo
* 💄 把用户头像文件的引用放到 html 里
* 💄 账户绑定图第一版
Co-authored-by: C1ystal <m17687496044@163.com>
Co-authored-by: C29H25N3O5 <michaelgu495@gmail.com>
* 🚧 模板化测试
* ➕ 添加依赖 fastapi
* ✨ 通过 FastAPI 提供静态文件
* ➕ 添加依赖 jinja2
* 💄 更新数据图模板 (#291)
* feat(template): show actual value
* feat(template): add user avatar
* feat(template): fix radar
* feat(style): fix name container width fixed caused display misplacement
* feat(style): fix vs value wrap display
* feat(template): make check data length in template
* feat(template): update radar data
* feat(jinja): update data
* fix(template): fix typo
* feat(style): prevent sign too long
* feat(template): turn off echarts animation
* chore(deps): add identicon.js
* fix(template): fix typo
* 🙈 更新.gitignore
* 🏗️ 大部分重构为 flex 布局
---------
Co-authored-by: shoucandanghehe <wallfjjd@gmail.com>
Co-authored-by: 呵呵です <51957264+shoucandanghehe@users.noreply.github.com>
* ➕ 添加依赖 nonebot_plugin_userinfo
* ✨ 通过 FastAPI 托管渲染后的模板
* ✨ 新增头像 api 使用 playwright 生成
* ✨ 修正模板资源文件引用路径
被托管后的正确路径
* 💄 将绑定图模板化
* 💄 重命名变量
* 🚚 重命名资源
* ✨ 使用 jinja2 渲染模板
* ✨ 使用 playwright 渲染网页
* 🩹 渲染模板时对 IO 进行一些额外处理
* ➕ 添加依赖 pillow
* 🚚 修改托管页面的路由路径
* 💬 优化绑定图文案
* ✨ 新增获取自身网络位置的方法
* 🍱 更新 unknown.svg
* ✨ 新增获取用户头像的方法
* ✨ 绑定消息使用图片回复
* ✨ 为 identicon api 添加缓存
* 🔥 删除旧文件
* 🚚 重命名模板
* 📄 添加字体 License
* 🙈 更新.gitignore
---------
Co-authored-by: C1ystal <m17687496044@163.com>
Co-authored-by: C29H25N3O5 <michaelgu495@gmail.com>
Co-authored-by: 渣渣120 <WOSHIZHAZHA120@qq.com>
|
2024-05-02 01:22:33 +08:00 |
|
dependabot[bot]
|
80f4316564
|
⬆️ Bump nonebot2 from 2.2.1 to 2.3.0 (#304)
Bumps [nonebot2](https://github.com/nonebot/nonebot2) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/nonebot/nonebot2/releases)
- [Changelog](https://github.com/nonebot/nonebot2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nonebot/nonebot2/compare/v2.2.1...v2.3.0)
---
updated-dependencies:
- dependency-name: nonebot2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-05-02 00:31:44 +08:00 |
|
dependabot[bot]
|
3b9c0c89b1
|
⬆️ Bump nonebot-adapter-satori from 0.11.3 to 0.11.4 (#302)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.11.3 to 0.11.4.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.11.3...v0.11.4)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-30 23:25:33 +08:00 |
|
|
|
c02fdfc47f
|
🔖 1.0.0.a17
1.0.0.a17
|
2024-04-30 02:27:31 +08:00 |
|
|
|
93b169fa40
|
🐛 修复对 Pydantic V1 的适配
|
2024-04-30 02:27:08 +08:00 |
|
|
|
5cb428ed71
|
🔖 1.0.0.a16
1.0.0.a16
|
2024-04-30 02:09:34 +08:00 |
|
呵呵です
|
ec392ee384
|
✨ 支持茶服多个api地址的故障转移 (#301)
* ✨ RequestError 新增 status_code 参数
* ✨ 新增支持故障转移的请求方法
* ✨ 支持茶服多个api地址的故障转移
|
2024-04-30 01:52:41 +08:00 |
|
dependabot[bot]
|
d037cf6d44
|
⬆️ Bump nonebot-adapter-satori from 0.11.2 to 0.11.3 (#300)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.11.2...v0.11.3)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-30 00:02:36 +08:00 |
|
dependabot[bot]
|
6964e9b655
|
⬆️ Bump nonebot-plugin-orm from 0.7.1 to 0.7.2 (#298)
Bumps [nonebot-plugin-orm](https://github.com/nonebot/plugin-orm) from 0.7.1 to 0.7.2.
- [Release notes](https://github.com/nonebot/plugin-orm/releases)
- [Commits](https://github.com/nonebot/plugin-orm/compare/v0.7.1...v0.7.2)
---
updated-dependencies:
- dependency-name: nonebot-plugin-orm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-29 23:56:55 +08:00 |
|
dependabot[bot]
|
7a032bf947
|
⬆️ Bump nonebot-adapter-kaiheila from 0.3.3 to 0.3.4 (#299)
Bumps [nonebot-adapter-kaiheila](https://github.com/Tian-que/nonebot-adapter-kaiheila) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/Tian-que/nonebot-adapter-kaiheila/releases)
- [Commits](https://github.com/Tian-que/nonebot-adapter-kaiheila/compare/v0.3.3...v0.3.4)
---
updated-dependencies:
- dependency-name: nonebot-adapter-kaiheila
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-29 23:56:31 +08:00 |
|
dependabot[bot]
|
9a91e5ef5b
|
⬆️ Bump nonebot-plugin-alconna from 0.44.0 to 0.45.0 (#297)
Bumps [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](https://github.com/nonebot/plugin-alconna/compare/v0.44.0...v0.45.0)
---
updated-dependencies:
- dependency-name: nonebot-plugin-alconna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-29 23:56:20 +08:00 |
|
dependabot[bot]
|
5b58697fce
|
⬆️ Bump nonebot-adapter-satori from 0.11.0 to 0.11.2 (#296)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.11.0 to 0.11.2.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.11.0...v0.11.2)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-28 15:38:57 +08:00 |
|
dependabot[bot]
|
b14cebe832
|
⬆️ Bump ruff from 0.4.1 to 0.4.2 (#295)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.4.1...v0.4.2)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-28 15:38:48 +08:00 |
|
dependabot[bot]
|
4306195ee5
|
⬆️ Bump nonebot-plugin-alconna from 0.43.0 to 0.44.0 (#294)
Bumps [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](https://github.com/nonebot/plugin-alconna/compare/v0.43.0...v0.44.0)
---
updated-dependencies:
- dependency-name: nonebot-plugin-alconna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-28 15:38:39 +08:00 |
|
dependabot[bot]
|
ac9c6e79d9
|
⬆️ Bump nonebot-adapter-satori from 0.10.5 to 0.11.0 (#293)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.10.5 to 0.11.0.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.10.5...v0.11.0)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-25 15:53:32 +08:00 |
|
dependabot[bot]
|
ed035c65c1
|
⬆️ Bump mypy from 1.9.0 to 1.10.0 (#292)
Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-25 02:29:20 +08:00 |
|
|
|
dc8bc9b306
|
🚨 添加一些type: ignore)
|
2024-04-24 17:56:24 +08:00 |
|
|
|
454dd57007
|
🐛 mode写错了
|
2024-04-24 17:55:17 +08:00 |
|
|
|
b396a6d450
|
✨ 存储历史IO Rank数据至本地
|
2024-04-24 17:28:40 +08:00 |
|
|
|
7f584a46eb
|
➕ 添加依赖 zstandard
|
2024-04-24 16:56:44 +08:00 |
|
|
|
27518c0408
|
✨ 适配 Pydantic V2
|
2024-04-24 16:49:01 +08:00 |
|
dependabot[bot]
|
d2a3801dac
|
⬆️ Bump nonebot-plugin-alconna from 0.42.5 to 0.43.0 (#290)
Bumps [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna) from 0.42.5 to 0.43.0.
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](https://github.com/nonebot/plugin-alconna/compare/v0.42.5...v0.43.0)
---
updated-dependencies:
- dependency-name: nonebot-plugin-alconna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-24 00:53:44 +08:00 |
|
|
|
563564ac8d
|
✨ 适配 Pydantic V2
|
2024-04-24 00:52:32 +08:00 |
|
|
|
87c87ad231
|
🗃️ 重命名字段
|
2024-04-24 00:52:31 +08:00 |
|
|
|
30515d1907
|
🚨 ruff auto fix
|
2024-04-23 22:52:04 +08:00 |
|
dependabot[bot]
|
bd0a8ea447
|
⬆️ Bump nonebot-plugin-alconna from 0.42.4 to 0.42.5 (#289)
Bumps [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna) from 0.42.4 to 0.42.5.
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](https://github.com/nonebot/plugin-alconna/compare/v0.42.4...v0.42.5)
---
updated-dependencies:
- dependency-name: nonebot-plugin-alconna
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-23 22:28:43 +08:00 |
|
dependabot[bot]
|
1db1e6dbba
|
⬆️ Bump nonebot-adapter-satori from 0.10.4 to 0.10.5 (#288)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.10.4 to 0.10.5.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.10.4...v0.10.5)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-23 22:28:21 +08:00 |
|
dependabot[bot]
|
9040aa9fba
|
⬆️ Bump ruff from 0.3.7 to 0.4.1 (#287)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.7 to 0.4.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.7...v0.4.1)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-23 22:27:59 +08:00 |
|
呵呵です
|
3a5f1eb266
|
🔖 1.0.0.a15
1.0.0.a15
|
2024-04-17 14:11:45 +08:00 |
|
MianSoft
|
43e927430a
|
👽️ 修改茶服api地址 (#286)
|
2024-04-17 14:09:59 +08:00 |
|
|
|
e1b0918a52
|
🔖 1.0.0.a14
1.0.0.a14
|
2024-04-15 17:42:31 +08:00 |
|
|
|
c86b2eb31b
|
⬆️ 更新依赖
|
2024-04-15 17:41:39 +08:00 |
|
dependabot[bot]
|
47b3f3e881
|
⬆️ Bump nonebot-plugin-alconna from 0.37.0 to 0.38.2 (#268)
Bumps [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna) from 0.37.0 to 0.38.2.
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](https://github.com/nonebot/plugin-alconna/compare/v0.37.0...v0.38.2)
---
updated-dependencies:
- dependency-name: nonebot-plugin-alconna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-14 08:53:59 +08:00 |
|
dependabot[bot]
|
7caee587b4
|
⬆️ Bump pandas from 2.2.0 to 2.2.1 (#266)
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v2.2.1)
---
updated-dependencies:
- dependency-name: pandas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-14 08:53:44 +08:00 |
|
dependabot[bot]
|
28ae564e59
|
⬆️ Bump nonebot-plugin-orm from 0.6.3 to 0.7.1 (#264)
Bumps [nonebot-plugin-orm](https://github.com/nonebot/plugin-orm) from 0.6.3 to 0.7.1.
- [Release notes](https://github.com/nonebot/plugin-orm/releases)
- [Commits](https://github.com/nonebot/plugin-orm/compare/v0.6.3...v0.7.1)
---
updated-dependencies:
- dependency-name: nonebot-plugin-orm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 14:06:04 +08:00 |
|
dependabot[bot]
|
90dee8402d
|
⬆️ Bump httpx from 0.26.0 to 0.27.0 (#263)
Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.26.0...0.27.0)
---
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 12:02:53 +08:00 |
|
dependabot[bot]
|
8b560e55cb
|
⬆️ Bump pandas-stubs from 2.1.4.231227 to 2.2.0.240218 (#259)
Bumps [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) from 2.1.4.231227 to 2.2.0.240218.
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](https://github.com/pandas-dev/pandas-stubs/compare/v2.1.4.231227...v2.2.0.240218)
---
updated-dependencies:
- dependency-name: pandas-stubs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 11:53:08 +08:00 |
|
dependabot[bot]
|
3080531503
|
⬆️ Bump nonebot-adapter-satori from 0.9.1 to 0.9.3 (#258)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.9.1 to 0.9.3.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.9.1...v0.9.3)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 11:52:54 +08:00 |
|
dependabot[bot]
|
fae0088533
|
⬆️ Bump ruff from 0.2.1 to 0.3.0 (#265)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...v0.3.0)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-04 11:48:09 +08:00 |
|
dependabot[bot]
|
db9286a369
|
⬆️ Bump nonebot-adapter-onebot from 2.4.0 to 2.4.1 (#257)
Bumps [nonebot-adapter-onebot](https://github.com/nonebot/adapter-onebot) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/nonebot/adapter-onebot/releases)
- [Commits](https://github.com/nonebot/adapter-onebot/compare/v2.4.0...v2.4.1)
---
updated-dependencies:
- dependency-name: nonebot-adapter-onebot
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-17 22:14:59 +08:00 |
|
dependabot[bot]
|
420fb29318
|
⬆️ Bump nonebot-adapter-kaiheila from 0.3.0 to 0.3.1 (#256)
Bumps [nonebot-adapter-kaiheila](https://github.com/Tian-que/nonebot-adapter-kaiheila) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/Tian-que/nonebot-adapter-kaiheila/releases)
- [Commits](https://github.com/Tian-que/nonebot-adapter-kaiheila/compare/v0.03...v0.3.1)
---
updated-dependencies:
- dependency-name: nonebot-adapter-kaiheila
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-17 21:31:20 +08:00 |
|
dependabot[bot]
|
433a6edd3b
|
⬆️ Bump nonebot-adapter-satori from 0.9.0 to 0.9.1 (#255)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.9.0...v0.9.1)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-17 20:56:27 +08:00 |
|
dependabot[bot]
|
fa81231f78
|
⬆️ Bump nonebot-plugin-alconna from 0.36.2 to 0.37.0 (#253)
Bumps [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna) from 0.36.2 to 0.37.0.
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](https://github.com/nonebot/plugin-alconna/compare/v0.36.2...v0.37.0)
---
updated-dependencies:
- dependency-name: nonebot-plugin-alconna
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-17 19:22:12 +08:00 |
|
dependabot[bot]
|
c474cf0af2
|
⬆️ Bump nonebot-plugin-apscheduler from 0.3.0 to 0.4.0 (#252)
Bumps [nonebot-plugin-apscheduler](https://github.com/nonebot/plugin-apscheduler) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/nonebot/plugin-apscheduler/releases)
- [Commits](https://github.com/nonebot/plugin-apscheduler/compare/v0.3.0...v0.4.0)
---
updated-dependencies:
- dependency-name: nonebot-plugin-apscheduler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-17 10:09:27 +08:00 |
|
dependabot[bot]
|
e38eb5cdff
|
⬆️ Bump types-lxml from 2023.10.21 to 2024.2.9 (#251)
Bumps [types-lxml](https://github.com/abelcheung/types-lxml) from 2023.10.21 to 2024.2.9.
- [Release notes](https://github.com/abelcheung/types-lxml/releases)
- [Commits](https://github.com/abelcheung/types-lxml/compare/2023.10.21...2024.02.09)
---
updated-dependencies:
- dependency-name: types-lxml
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-14 16:39:41 +08:00 |
|
dependabot[bot]
|
7bacf89840
|
⬆️ Bump nonebot-adapter-onebot from 2.3.1 to 2.4.0 (#254)
Bumps [nonebot-adapter-onebot](https://github.com/nonebot/adapter-onebot) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/nonebot/adapter-onebot/releases)
- [Commits](https://github.com/nonebot/adapter-onebot/compare/v2.3.1...v2.4.0)
---
updated-dependencies:
- dependency-name: nonebot-adapter-onebot
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-14 14:44:14 +08:00 |
|
dependabot[bot]
|
4622e90995
|
⬆️ Bump nonebot-adapter-satori from 0.8.1 to 0.9.0 (#250)
Bumps [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](https://github.com/nonebot/adapter-satori/compare/v0.8.1...v0.9.0)
---
updated-dependencies:
- dependency-name: nonebot-adapter-satori
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-12 22:42:50 +08:00 |
|
dependabot[bot]
|
fa8c2b11e6
|
⬆️ Bump nonebot-plugin-localstore from 0.5.1 to 0.6.0 (#249)
Bumps [nonebot-plugin-localstore](https://github.com/nonebot/plugin-localstore) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/nonebot/plugin-localstore/releases)
- [Commits](https://github.com/nonebot/plugin-localstore/compare/v0.5.1...v0.6.0)
---
updated-dependencies:
- dependency-name: nonebot-plugin-localstore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-02-12 19:54:44 +08:00 |
|