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 #439

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
nonebot-plugin-apscheduler ^0.2.0 -> ^0.3.0 age adoption passing confidence
nonebot-plugin-apscheduler ~=0.2.0 -> ~=0.3.0 age adoption passing confidence
nonebot2 (source, changelog) ^2.0.0-rc.4 -> ^2.0.0 age adoption passing confidence

Release Notes

nonebot/plugin-apscheduler ### [`v0.3.0`](https://togithub.com/nonebot/plugin-apscheduler/releases/tag/v0.3.0): Release 0.3.0 [Compare Source](https://togithub.com/nonebot/plugin-apscheduler/compare/v0.2.0...v0.3.0) ##### Installation ```bash nb plugin install nonebot_plugin_apscheduler ##### 或者 pip install nonebot-plugin-apscheduler ``` ##### Issues https://github.com/nonebot/plugin-apscheduler/issues **Full Changelog**: https://github.com/nonebot/plugin-apscheduler/compare/v0.2.0...v0.3.0
nonebot/nonebot2 ### [`v2.0.0`](https://togithub.com/nonebot/nonebot2/releases/tag/v2.0.0): Stable Version 🌈😁 [Compare Source](https://togithub.com/nonebot/nonebot2/compare/v2.0.0rc4...v2.0.0) ##### 💥 破坏性变更 - Feature: 支持 `re.Match` 依赖注入 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1950](https://togithub.com/nonebot/nonebot2/pull/1950)) ##### 🚀 新功能 - Feature: 优化事件分发方法 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2067](https://togithub.com/nonebot/nonebot2/pull/2067)) - Feature: 移除部分依赖注入参数默认值检查 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2034](https://togithub.com/nonebot/nonebot2/pull/2034)) - Feature: 添加插件元数据字段 `type` `homepage` `supported_adapters` [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2012](https://togithub.com/nonebot/nonebot2/pull/2012)) - Feature: 支持 `re.Match` 依赖注入 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1950](https://togithub.com/nonebot/nonebot2/pull/1950)) - Feature: 支持主动停止 `none` 系列驱动器 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1951](https://togithub.com/nonebot/nonebot2/pull/1951)) - Feature: 为消息类添加 `has` `join` `include` `exclude` 方法 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1895](https://togithub.com/nonebot/nonebot2/pull/1895)) ##### 🐛 Bug 修复 - Fix: 修复插件 require 未声明插件会识别为子插件 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2040](https://togithub.com/nonebot/nonebot2/pull/2040)) - Fix: 修复命令强制空白符影响无参数情况 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1975](https://togithub.com/nonebot/nonebot2/pull/1975)) - Fix: `run_sync` 上下文 [@​synodriver](https://togithub.com/synodriver) ([#​1968](https://togithub.com/nonebot/nonebot2/pull/1968)) - Fix: shell command 包含富文本时报错信息出错 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1923](https://togithub.com/nonebot/nonebot2/pull/1923)) ##### 📝 文档 - Docs: 添加 Alconna 响应器介绍 [@​RF-Tar-Railt](https://togithub.com/RF-Tar-Railt) ([#​2069](https://togithub.com/nonebot/nonebot2/pull/2069)) - Docs: 更新 README 适配器链接 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2068](https://togithub.com/nonebot/nonebot2/pull/2068)) - Docs: 使用 issue form 进行商店发布 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​2010](https://togithub.com/nonebot/nonebot2/pull/2010)) - Docs: 修复获取事件信息文档代码范例中的高亮行 [@​Lptr-byte](https://togithub.com/Lptr-byte) ([#​1983](https://togithub.com/nonebot/nonebot2/pull/1983)) - Docs: 修复事件处理函数文档代码范例中缺失的 import [@​Lptr-byte](https://togithub.com/Lptr-byte) ([#​1982](https://togithub.com/nonebot/nonebot2/pull/1982)) - Docs: 修复获取事件信息文档代码范例中缺失的 import [@​Lptr-byte](https://togithub.com/Lptr-byte) ([#​1980](https://togithub.com/nonebot/nonebot2/pull/1980)) - Docs: 新增插件跨平台指南 [@​Well2333](https://togithub.com/Well2333) ([#​1938](https://togithub.com/nonebot/nonebot2/pull/1938)) - Docs: 开启 blank issues [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1945](https://togithub.com/nonebot/nonebot2/pull/1945)) - Docs: 使用 issue 表单替换 issue 模板 [@​A-kirami](https://togithub.com/A-kirami) ([#​1928](https://togithub.com/nonebot/nonebot2/pull/1928)) - Docs: 修正教程中部分 import 缺失的问题 [@​Well2333](https://togithub.com/Well2333) ([#​1927](https://togithub.com/nonebot/nonebot2/pull/1927)) - Docs: 添加 Walle-Q 到 Readme [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1891](https://togithub.com/nonebot/nonebot2/pull/1891)) - Docs: 更新部署文档 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1890](https://togithub.com/nonebot/nonebot2/pull/1890)) ##### 💫 杂项 - Plugin: Hello World 添加 tag [@​A-kirami](https://togithub.com/A-kirami) ([#​2056](https://togithub.com/nonebot/nonebot2/pull/2056)) - Plugin: 修改 nonebot-plugin-logpile 的名称和描述 [@​A-kirami](https://togithub.com/A-kirami) ([#​2057](https://togithub.com/nonebot/nonebot2/pull/2057)) - Plugin: 移除 `nonebot_paddle_ocr` 和 `nonebot_poe_chat` [@​canxin121](https://togithub.com/canxin121) ([#​2039](https://togithub.com/nonebot/nonebot2/pull/2039)) - Plugin: 移除 `nonebot-plugin-rtfm` 插件 [@​MingxuanGame](https://togithub.com/MingxuanGame) ([#​2037](https://togithub.com/nonebot/nonebot2/pull/2037)) - Plugin: 移除 extrautils 工具拓展插件(暂停维护) [@​NCBM](https://togithub.com/NCBM) ([#​2033](https://togithub.com/nonebot/nonebot2/pull/2033)) - Adapter: 更新 Minecraft 适配器 [@​17TheWord](https://togithub.com/17TheWord) ([#​1972](https://togithub.com/nonebot/nonebot2/pull/1972)) - Docs: 更正 issue 表单部分内容 [@​A-kirami](https://togithub.com/A-kirami) ([#​1961](https://togithub.com/nonebot/nonebot2/pull/1961)) - Plugin: 更新 AutoReply 插件描述 [@​lgc2333](https://togithub.com/lgc2333) ([#​1949](https://togithub.com/nonebot/nonebot2/pull/1949)) - Plugin: 移除 `MC_QQ_MCRcon` [@​17TheWord](https://togithub.com/17TheWord) ([#​1948](https://togithub.com/nonebot/nonebot2/pull/1948)) - Plugin: 更新 lgc2333 插件仓库地址 [@​lgc2333](https://togithub.com/lgc2333) ([#​1935](https://togithub.com/nonebot/nonebot2/pull/1935)) - Plugin: 更新多功能哔哩哔哩解析工具 [@​djkcyl](https://togithub.com/djkcyl) ([#​1913](https://togithub.com/nonebot/nonebot2/pull/1913)) - CI: 跳过 PR 仓库为 fork 的情况 [@​he0119](https://togithub.com/he0119) ([#​1905](https://togithub.com/nonebot/nonebot2/pull/1905)) - Plugin: 移除旧版本的 GenshinUID [@​KimigaiiWuyi](https://togithub.com/KimigaiiWuyi) ([#​1904](https://togithub.com/nonebot/nonebot2/pull/1904)) - CI: 使用最新的 NoneFlow [@​he0119](https://togithub.com/he0119) ([#​1899](https://togithub.com/nonebot/nonebot2/pull/1899)) - CI: 使用 NoneFlow 管理工作流 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1892](https://togithub.com/nonebot/nonebot2/pull/1892)) - CI: 移除 poetry 版本限制 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1872](https://togithub.com/nonebot/nonebot2/pull/1872)) ##### 🍻 插件发布 - Plugin: stablediffusion绘画插件 [@​noneflow](https://togithub.com/noneflow) ([#​2066](https://togithub.com/nonebot/nonebot2/pull/2066)) - Plugin: 随机抽取自定义内容 [@​noneflow](https://togithub.com/noneflow) ([#​2064](https://togithub.com/nonebot/nonebot2/pull/2064)) - Plugin: NAGA公交车 [@​noneflow](https://togithub.com/noneflow) ([#​2062](https://togithub.com/nonebot/nonebot2/pull/2062)) - Plugin: 本子标题关键词提取 [@​noneflow](https://togithub.com/noneflow) ([#​2058](https://togithub.com/nonebot/nonebot2/pull/2058)) - Plugin: puzzle [@​noneflow](https://togithub.com/noneflow) ([#​2054](https://togithub.com/nonebot/nonebot2/pull/2054)) - Plugin: homo_mathematician [@​noneflow](https://togithub.com/noneflow) ([#​2052](https://togithub.com/nonebot/nonebot2/pull/2052)) - Plugin: cuber [@​noneflow](https://togithub.com/noneflow) ([#​2048](https://togithub.com/nonebot/nonebot2/pull/2048)) - Plugin: nonebot-plugin-lua [@​noneflow](https://togithub.com/noneflow) ([#​2049](https://togithub.com/nonebot/nonebot2/pull/2049)) - Plugin: Github仓库卡片 [@​noneflow](https://togithub.com/noneflow) ([#​2042](https://togithub.com/nonebot/nonebot2/pull/2042)) - Plugin: 股票看盘助手 [@​noneflow](https://togithub.com/noneflow) ([#​2032](https://togithub.com/nonebot/nonebot2/pull/2032)) - Plugin: 便携插件安装器 [@​noneflow](https://togithub.com/noneflow) ([#​2027](https://togithub.com/nonebot/nonebot2/pull/2027)) - Plugin: 会话 id [@​noneflow](https://togithub.com/noneflow) ([#​2025](https://togithub.com/nonebot/nonebot2/pull/2025)) - Plugin: SD绘画插件 [@​noneflow](https://togithub.com/noneflow) ([#​2023](https://togithub.com/nonebot/nonebot2/pull/2023)) - Plugin: 《女神异闻录5》预告信生成器 [@​noneflow](https://togithub.com/noneflow) ([#​2021](https://togithub.com/nonebot/nonebot2/pull/2021)) - Plugin: 小小的WEBAPI调用插件 [@​noneflow](https://togithub.com/noneflow) ([#​2020](https://togithub.com/nonebot/nonebot2/pull/2020)) - Plugin: MultiNCM [@​noneflow](https://togithub.com/noneflow) ([#​2018](https://togithub.com/nonebot/nonebot2/pull/2018)) - Plugin: 签到 [@​noneflow](https://togithub.com/noneflow) ([#​2014](https://togithub.com/nonebot/nonebot2/pull/2014)) - Plugin: 链接解析 [@​noneflow](https://togithub.com/noneflow) ([#​2011](https://togithub.com/nonebot/nonebot2/pull/2011)) - Plugin: 信鸽巴夫 [@​noneflow](https://togithub.com/noneflow) ([#​2008](https://togithub.com/nonebot/nonebot2/pull/2008)) - Plugin: 明日方舟抽卡模拟 [@​noneflow](https://togithub.com/noneflow) ([#​2005](https://togithub.com/nonebot/nonebot2/pull/2005)) - Plugin: 雷神工业 [@​noneflow](https://togithub.com/noneflow) ([#​2003](https://togithub.com/nonebot/nonebot2/pull/2003)) - Plugin: nonebot-plugin-logpile [@​noneflow](https://togithub.com/noneflow) ([#​1999](https://togithub.com/nonebot/nonebot2/pull/1999)) - Plugin: Spark-GPT [@​noneflow](https://togithub.com/noneflow) ([#​1997](https://togithub.com/nonebot/nonebot2/pull/1997)) - Plugin: 企鹅物流统计数据查询 [@​noneflow](https://togithub.com/noneflow) ([#​1995](https://togithub.com/nonebot/nonebot2/pull/1995)) - Plugin: CallAPI [@​noneflow](https://togithub.com/noneflow) ([#​1990](https://togithub.com/nonebot/nonebot2/pull/1990)) - Plugin: 群聊人数锁定 [@​noneflow](https://togithub.com/noneflow) ([#​1988](https://togithub.com/nonebot/nonebot2/pull/1988)) - Plugin: CSGO开箱模拟器 [@​noneflow](https://togithub.com/noneflow) ([#​1986](https://togithub.com/nonebot/nonebot2/pull/1986)) - Plugin: wordle_help [@​noneflow](https://togithub.com/noneflow) ([#​1974](https://togithub.com/nonebot/nonebot2/pull/1974)) - Plugin: 星穹铁道活动日历 [@​noneflow](https://togithub.com/noneflow) ([#​1970](https://togithub.com/nonebot/nonebot2/pull/1970)) - Plugin: 水印大师 [@​noneflow](https://togithub.com/noneflow) ([#​1965](https://togithub.com/nonebot/nonebot2/pull/1965)) - Plugin: 图片/漫画翻译 [@​noneflow](https://togithub.com/noneflow) ([#​1955](https://togithub.com/nonebot/nonebot2/pull/1955)) - Plugin: 为美好群聊献上爆炎 [@​noneflow](https://togithub.com/noneflow) ([#​1953](https://togithub.com/nonebot/nonebot2/pull/1953)) - Plugin: 公共画板插件 [@​noneflow](https://togithub.com/noneflow) ([#​1957](https://togithub.com/nonebot/nonebot2/pull/1957)) - Plugin: 运行代码 [@​noneflow](https://togithub.com/noneflow) ([#​1942](https://togithub.com/nonebot/nonebot2/pull/1942)) - Plugin: brainfuck [@​noneflow](https://togithub.com/noneflow) ([#​1944](https://togithub.com/nonebot/nonebot2/pull/1944)) - Plugin: Mixin [@​noneflow](https://togithub.com/noneflow) ([#​1947](https://togithub.com/nonebot/nonebot2/pull/1947)) - Plugin: AppInsights日志监控 [@​noneflow](https://togithub.com/noneflow) ([#​1940](https://togithub.com/nonebot/nonebot2/pull/1940)) - Plugin: nonebot_poe_chat [@​noneflow](https://togithub.com/noneflow) ([#​1937](https://togithub.com/nonebot/nonebot2/pull/1937)) - Plugin: 更改BOT群名片 [@​noneflow](https://togithub.com/noneflow) ([#​1934](https://togithub.com/nonebot/nonebot2/pull/1934)) - Plugin: Akinator [@​noneflow](https://togithub.com/noneflow) ([#​1925](https://togithub.com/nonebot/nonebot2/pull/1925)) - Plugin: Bilifan [@​noneflow](https://togithub.com/noneflow) ([#​1921](https://togithub.com/nonebot/nonebot2/pull/1921)) - Plugin: osu!入群审批 [@​noneflow](https://togithub.com/noneflow) ([#​1919](https://togithub.com/nonebot/nonebot2/pull/1919)) - Plugin: 与ChatGpt聊天 [@​noneflow](https://togithub.com/noneflow) ([#​1917](https://togithub.com/nonebot/nonebot2/pull/1917)) - Plugin: TataruBot2 [@​noneflow](https://togithub.com/noneflow) ([#​1915](https://togithub.com/nonebot/nonebot2/pull/1915)) - Plugin: 宝可梦融合 [@​noneflow](https://togithub.com/noneflow) ([#​1912](https://togithub.com/nonebot/nonebot2/pull/1912)) - Plugin: FuckYou [@​noneflow](https://togithub.com/noneflow) ([#​1910](https://togithub.com/nonebot/nonebot2/pull/1910)) - Plugin: SDGPT [@​noneflow](https://togithub.com/noneflow) ([#​1908](https://togithub.com/nonebot/nonebot2/pull/1908)) - Plugin: nonebot clock 群闹钟 ⏰ [@​noneflow](https://togithub.com/noneflow) ([#​1906](https://togithub.com/nonebot/nonebot2/pull/1906)) - Plugin: B站直播间路灯 [@​noneflow](https://togithub.com/noneflow) ([#​1901](https://togithub.com/nonebot/nonebot2/pull/1901)) - Plugin: GenshinUID [@​noneflow](https://togithub.com/noneflow) ([#​1903](https://togithub.com/nonebot/nonebot2/pull/1903)) - Plugin: 多功能哔哩哔哩解析工具 [@​noneflow](https://togithub.com/noneflow) ([#​1898](https://togithub.com/nonebot/nonebot2/pull/1898)) - Plugin: Steam游戏状态播报 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1887](https://togithub.com/nonebot/nonebot2/pull/1887)) - Plugin: AI生成PPT [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1884](https://togithub.com/nonebot/nonebot2/pull/1884)) - Plugin: nonebot_paddle_ocr [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1882](https://togithub.com/nonebot/nonebot2/pull/1882)) - Plugin: nonebot_api_paddle [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1880](https://togithub.com/nonebot/nonebot2/pull/1880)) - Plugin: 来份睡眠套餐 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1876](https://togithub.com/nonebot/nonebot2/pull/1876)) - Plugin: 今日老婆 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1874](https://togithub.com/nonebot/nonebot2/pull/1874)) - Plugin: 激战2!!! [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1871](https://togithub.com/nonebot/nonebot2/pull/1871)) - Plugin: ROLL [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1868](https://togithub.com/nonebot/nonebot2/pull/1868)) ##### 🍻 机器人发布 - Bot: 狐尾 [@​noneflow](https://togithub.com/noneflow) ([#​2009](https://togithub.com/nonebot/nonebot2/pull/2009)) - Bot: ay机器人 [@​noneflow](https://togithub.com/noneflow) ([#​1993](https://togithub.com/nonebot/nonebot2/pull/1993)) - Bot: March7th [@​noneflow](https://togithub.com/noneflow) ([#​1978](https://togithub.com/nonebot/nonebot2/pull/1978)) - Bot: XDbot2 [@​noneflow](https://togithub.com/noneflow) ([#​1932](https://togithub.com/nonebot/nonebot2/pull/1932)) - Bot: CoolQBot [@​noneflow](https://togithub.com/noneflow) ([#​1894](https://togithub.com/nonebot/nonebot2/pull/1894)) ##### 🍻 适配器发布 - Adapter: Walle-Q [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1889](https://togithub.com/nonebot/nonebot2/pull/1889))

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.