Quan666 / ELF_RSS

QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub
https://myelf.club/archives/221
GNU General Public License v3.0
539 stars 53 forks source link

fix(deps): update all non-major dependencies #454

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aiohttp ^3.8.4 -> ^3.8.5 age adoption passing confidence
aiohttp ~=3.8.4 -> ~=3.8.5 age adoption passing confidence
nonebot2 (source, changelog) ^2.0.0 -> ^2.0.1 age adoption passing confidence
nonebot2 (source, changelog) ~=2.0.0rc3 -> ~=2.0.1 age adoption passing confidence
pikpakapi ^0.1.1 -> ^0.1.2 age adoption passing confidence
pikpakapi ~=0.1.1 -> ~=0.1.2 age adoption passing confidence

Release Notes

aio-libs/aiohttp (aiohttp) ### [`v3.8.5`](https://togithub.com/aio-libs/aiohttp/releases/tag/v3.8.5): 3.8.5 [Compare Source](https://togithub.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5) ## Security bugfixes - Upgraded the vendored copy of llhttp\_ to v8.1.1 -- by :user:`webknjaz` and :user:`Dreamsorcerer`. Thanks to :user:`sethmlarson` for reporting this and providing us with comprehensive reproducer, workarounds and fixing details! For more information, see https://github.com/aio-libs/aiohttp/security/advisories/GHSA-45c4-8wx5-qw6w. .. \_llhttp: https://llhttp.org ([#​7346](https://togithub.com/aio-libs/aiohttp/issues/7346)) ## Features - Added information to C parser exceptions to show which character caused the error. -- by :user:`Dreamsorcerer` ([#​7366](https://togithub.com/aio-libs/aiohttp/issues/7366)) ## Bugfixes - Fixed a transport is :data:`None` error -- by :user:`Dreamsorcerer`. ([#​3355](https://togithub.com/aio-libs/aiohttp/issues/3355)) ***
nonebot/nonebot2 (nonebot2) ### [`v2.0.1`](https://togithub.com/nonebot/nonebot2/releases/tag/v2.0.1): 🌈☀️ [Compare Source](https://togithub.com/nonebot/nonebot2/compare/v2.0.0...v2.0.1) ##### 🚀 新功能 - Develop: 添加 Pyright 检查 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2194](https://togithub.com/nonebot/nonebot2/pull/2194)) - Feature: 使用 `typing.override` 标记 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2193](https://togithub.com/nonebot/nonebot2/pull/2193)) - Feature: 补充响应器组属性 [@​eya46](https://togithub.com/eya46) ([#​2154](https://togithub.com/nonebot/nonebot2/pull/2154)) - Feature: CommandGroup 支持命令别名添加前缀选项 [@​eya46](https://togithub.com/eya46) ([#​2134](https://togithub.com/nonebot/nonebot2/pull/2134)) - Feature: 添加用于动态继承支持适配器数据的方法 [@​NCBM](https://togithub.com/NCBM) ([#​2127](https://togithub.com/nonebot/nonebot2/pull/2127)) - Feature: 添加内置插件的插件元数据 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2113](https://togithub.com/nonebot/nonebot2/pull/2113)) - Feature: 插件商店适配最新的插件元数据 [@​he0119](https://togithub.com/he0119) ([#​2094](https://togithub.com/nonebot/nonebot2/pull/2094)) - Feature: 依赖注入支持 Generic TypeVar 和 Matcher 重载 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2089](https://togithub.com/nonebot/nonebot2/pull/2089)) ##### 🐛 Bug 修复 - Fix: 修复 Quart WS task 上下文错误 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2192](https://togithub.com/nonebot/nonebot2/pull/2192)) - Fix: 修复 dotenv 配置项为 None 将会跳过赋值 [@​eya46](https://togithub.com/eya46) ([#​2143](https://togithub.com/nonebot/nonebot2/pull/2143)) - Fix: 修复 `ArgParam` 不支持 `Annotated` [@​eya46](https://togithub.com/eya46) ([#​2124](https://togithub.com/nonebot/nonebot2/pull/2124)) - Fix: aiohttp 请求时 data 和 file 不能同时存在 [@​j1g5awi](https://togithub.com/j1g5awi) ([#​2088](https://togithub.com/nonebot/nonebot2/pull/2088)) - Fix: 修复因 loguru 更新导致的启动和关闭日志 name 不正常 [@​DiheChen](https://togithub.com/DiheChen) ([#​2080](https://togithub.com/nonebot/nonebot2/pull/2080)) ##### 📝 文档 - Docs: 移动 Alconna 文档至最佳实践 [@​RF-Tar-Railt](https://togithub.com/RF-Tar-Railt) ([#​2208](https://togithub.com/nonebot/nonebot2/pull/2208)) - Docs: 移除商店中不符合现规范的 tag [@​j1g5awi](https://togithub.com/j1g5awi) ([#​2205](https://togithub.com/nonebot/nonebot2/pull/2205)) - Docs: 添加 scoped 插件配置指南 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2198](https://togithub.com/nonebot/nonebot2/pull/2198)) - Docs: 钩子函数代码片段补充 [@​A-kirami](https://togithub.com/A-kirami) ([#​2173](https://togithub.com/nonebot/nonebot2/pull/2173)) - Docs: 格式化钩子函数中的代码片段 [@​A-kirami](https://togithub.com/A-kirami) ([#​2172](https://togithub.com/nonebot/nonebot2/pull/2172)) - Docs: 补充 Message.only 文档 [@​eya46](https://togithub.com/eya46) ([#​2155](https://togithub.com/nonebot/nonebot2/pull/2155)) - Docs: 修复日志自定义文档 typo [@​17TheWord](https://togithub.com/17TheWord) ([#​2140](https://togithub.com/nonebot/nonebot2/pull/2140)) - Docs: 修复依赖注入文档 `ArgStr` 3.9+ 和 3.8+ 版本代码写反 [@​eya46](https://togithub.com/eya46) ([#​2126](https://togithub.com/nonebot/nonebot2/pull/2126)) - Docs: 删除商店插件发布多余模块 [@​forchannot](https://togithub.com/forchannot) ([#​2095](https://togithub.com/nonebot/nonebot2/pull/2095)) - Docs: 微调插件元数据的部分描述 [@​NCBM](https://togithub.com/NCBM) ([#​2096](https://togithub.com/nonebot/nonebot2/pull/2096)) - Docs: 完成发布插件教程 [@​NCBM](https://togithub.com/NCBM) ([#​2078](https://togithub.com/nonebot/nonebot2/pull/2078)) - Docs: 更新插件元数据的相关描述 [@​NCBM](https://togithub.com/NCBM) ([#​2087](https://togithub.com/nonebot/nonebot2/pull/2087)) - Docs: 添加 Villa 适配器到 README [@​CMHopeSunshine](https://togithub.com/CMHopeSunshine) ([#​2086](https://togithub.com/nonebot/nonebot2/pull/2086)) ##### 💫 杂项 - Plugin: 黑白名单添加标签 [@​A-kirami](https://togithub.com/A-kirami) ([#​2170](https://togithub.com/nonebot/nonebot2/pull/2170)) - Plugin: 修改 nonebot-plugin-ocgbot-v2 插件名称 [@​fireinsect](https://togithub.com/fireinsect) ([#​2147](https://togithub.com/nonebot/nonebot2/pull/2147)) - Plugin: 更新 SparkGPT 插件描述 [@​canxin121](https://togithub.com/canxin121) ([#​2144](https://togithub.com/nonebot/nonebot2/pull/2144)) - Plugin: 修改 nonebot-plugin-ocgbot-v2 插件名称 [@​fireinsect](https://togithub.com/fireinsect) ([#​2141](https://togithub.com/nonebot/nonebot2/pull/2141)) - Plugin: 删除 nonebot-plugin-phlogo [@​kexue-z](https://togithub.com/kexue-z) ([#​2128](https://togithub.com/nonebot/nonebot2/pull/2128)) - Plugin: 修改 `nonebot-plugin-gw2` 模块名 [@​Agnes4m](https://togithub.com/Agnes4m) ([#​2123](https://togithub.com/nonebot/nonebot2/pull/2123)) - Develop: 添加 ruff linter [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2114](https://togithub.com/nonebot/nonebot2/pull/2114)) - Plugin: 更新 `nonebot-plugin-msgbuf` 插件的名称等信息 [@​NCBM](https://togithub.com/NCBM) ([#​2119](https://togithub.com/nonebot/nonebot2/pull/2119)) - Plugin: 修改插件信息和仓库地址 [@​Agnes4m](https://togithub.com/Agnes4m) ([#​2115](https://togithub.com/nonebot/nonebot2/pull/2115)) - Test: 移除 httpbin 并整理测试 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2110](https://togithub.com/nonebot/nonebot2/pull/2110)) - CI: 缓存 NoneFlow 所需的 pre-commit hooks [@​he0119](https://togithub.com/he0119) ([#​2104](https://togithub.com/nonebot/nonebot2/pull/2104)) - Plugin: 移除过时未更新的插件\&Bot [@​FYWinds](https://togithub.com/FYWinds) ([#​2072](https://togithub.com/nonebot/nonebot2/pull/2072)) - Plugin: 删除插件 nonebot_plugin_r6s [@​BalconyJH](https://togithub.com/BalconyJH) ([#​2071](https://togithub.com/nonebot/nonebot2/pull/2071)) ##### 🍻 插件发布 - Plugin: 方寸狭间 [@​noneflow](https://togithub.com/noneflow) ([#​2207](https://togithub.com/nonebot/nonebot2/pull/2207)) - Plugin: DALL-E绘图 [@​noneflow](https://togithub.com/noneflow) ([#​2204](https://togithub.com/nonebot/nonebot2/pull/2204)) - Plugin: 指定戳一戳 [@​noneflow](https://togithub.com/noneflow) ([#​2202](https://togithub.com/nonebot/nonebot2/pull/2202)) - Plugin: templates_render [@​noneflow](https://togithub.com/noneflow) ([#​2197](https://togithub.com/nonebot/nonebot2/pull/2197)) - Plugin: MongoDB [@​noneflow](https://togithub.com/noneflow) ([#​2189](https://togithub.com/nonebot/nonebot2/pull/2189)) - Plugin: pjsk表情 [@​noneflow](https://togithub.com/noneflow) ([#​2187](https://togithub.com/nonebot/nonebot2/pull/2187)) - Plugin: nonebot-plugin-wenan [@​noneflow](https://togithub.com/noneflow) ([#​2184](https://togithub.com/nonebot/nonebot2/pull/2184)) - Plugin: nonebot-plugin-picture-api [@​noneflow](https://togithub.com/noneflow) ([#​2180](https://togithub.com/nonebot/nonebot2/pull/2180)) - Plugin: Blocker [@​noneflow](https://togithub.com/noneflow) ([#​2178](https://togithub.com/nonebot/nonebot2/pull/2178)) - Plugin: nonebot-plugin-nobahpicture [@​noneflow](https://togithub.com/noneflow) ([#​2176](https://togithub.com/nonebot/nonebot2/pull/2176)) - Plugin: 过期事件过滤器 [@​noneflow](https://togithub.com/noneflow) ([#​2169](https://togithub.com/nonebot/nonebot2/pull/2169)) - Plugin: 猫猫虫咖波图片发送 [@​noneflow](https://togithub.com/noneflow) ([#​2167](https://togithub.com/nonebot/nonebot2/pull/2167)) - Plugin: nonebot-plugin-splatoon3 [@​noneflow](https://togithub.com/noneflow) ([#​2165](https://togithub.com/nonebot/nonebot2/pull/2165)) - Plugin: nonebot-plugin-cfassistant [@​noneflow](https://togithub.com/noneflow) ([#​2164](https://togithub.com/nonebot/nonebot2/pull/2164)) - Plugin: 算法竞赛比赛查询 [@​noneflow](https://togithub.com/noneflow) ([#​2159](https://togithub.com/nonebot/nonebot2/pull/2159)) - Plugin: nonebot-plugin-update [@​noneflow](https://togithub.com/noneflow) ([#​2153](https://togithub.com/nonebot/nonebot2/pull/2153)) - Plugin: 远程同意好友 [@​noneflow](https://togithub.com/noneflow) ([#​2146](https://togithub.com/nonebot/nonebot2/pull/2146)) - Plugin: 戳一戳事件 [@​noneflow](https://togithub.com/noneflow) ([#​2139](https://togithub.com/nonebot/nonebot2/pull/2139)) - Plugin: EitherChoice [@​noneflow](https://togithub.com/noneflow) ([#​2137](https://togithub.com/nonebot/nonebot2/pull/2137)) - Plugin: 用户信息 [@​noneflow](https://togithub.com/noneflow) ([#​2133](https://togithub.com/nonebot/nonebot2/pull/2133)) - Plugin: Diablo4地狱狂潮boss提醒小助手 [@​noneflow](https://togithub.com/noneflow) ([#​2122](https://togithub.com/nonebot/nonebot2/pull/2122)) - Plugin: nonbot-plugin-ocgbot-v2 [@​noneflow](https://togithub.com/noneflow) ([#​2120](https://togithub.com/nonebot/nonebot2/pull/2120)) - Plugin: 错误告警 [@​noneflow](https://togithub.com/noneflow) ([#​2117](https://togithub.com/nonebot/nonebot2/pull/2117)) - Plugin: follow_withdraw [@​noneflow](https://togithub.com/noneflow) ([#​2112](https://togithub.com/nonebot/nonebot2/pull/2112)) - Plugin: 战雷查水表 [@​noneflow](https://togithub.com/noneflow) ([#​2103](https://togithub.com/nonebot/nonebot2/pull/2103)) - Plugin: bili_push [@​noneflow](https://togithub.com/noneflow) ([#​2101](https://togithub.com/nonebot/nonebot2/pull/2101)) - Plugin: AI作曲 [@​noneflow](https://togithub.com/noneflow) ([#​2093](https://togithub.com/nonebot/nonebot2/pull/2093)) - Plugin: pcrjjc [@​noneflow](https://togithub.com/noneflow) ([#​2091](https://togithub.com/nonebot/nonebot2/pull/2091)) - Plugin: twitter订阅 [@​noneflow](https://togithub.com/noneflow) ([#​2082](https://togithub.com/nonebot/nonebot2/pull/2082)) - Plugin: 链接防夹 [@​noneflow](https://togithub.com/noneflow) ([#​2074](https://togithub.com/nonebot/nonebot2/pull/2074)) - Plugin: 碧蓝航线攻略 [@​noneflow](https://togithub.com/noneflow) ([#​2076](https://togithub.com/nonebot/nonebot2/pull/2076)) ##### 🍻 机器人发布 - Bot: 米缸 [@​noneflow](https://togithub.com/noneflow) ([#​2191](https://togithub.com/nonebot/nonebot2/pull/2191)) - Bot: 林汐 [@​noneflow](https://togithub.com/noneflow) ([#​2182](https://togithub.com/nonebot/nonebot2/pull/2182)) - Bot: web_bot [@​noneflow](https://togithub.com/noneflow) ([#​2131](https://togithub.com/nonebot/nonebot2/pull/2131)) - Bot: ReimeiBot-黎明机器人 [@​noneflow](https://togithub.com/noneflow) ([#​2107](https://togithub.com/nonebot/nonebot2/pull/2107)) ##### 🍻 适配器发布 - Adapter: 大别野 [@​noneflow](https://togithub.com/noneflow) ([#​2085](https://togithub.com/nonebot/nonebot2/pull/2085))
Quan666/PikPakAPI (pikpakapi) ### [`v0.1.2`](https://togithub.com/Quan666/PikPakAPI/compare/v0.1.1...v0.1.2) [Compare Source](https://togithub.com/Quan666/PikPakAPI/compare/v0.1.1...v0.1.2)

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.