Quan666 / ELF_RSS

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

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

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 Type Update
Pillow (source, changelog) ^9.3.0 -> ^9.4.0 age adoption passing confidence dependencies minor
Pillow (source, changelog) ~=9.3.0 -> ~=9.4.0 age adoption passing confidence minor
actions/checkout v3.2.0 -> v3.3.0 age adoption passing confidence action minor
actions/setup-python v4.4.0 -> v4.5.0 age adoption passing confidence action minor
cachetools ^5.2.0 -> ^5.2.1 age adoption passing confidence dependencies patch
cachetools ~=5.2.0 -> ~=5.2.1 age adoption passing confidence patch
deep-translator ^1.9.1 -> ^1.9.2 age adoption passing confidence dependencies patch
deep-translator ~=1.9.1 -> ~=1.9.2 age adoption passing confidence patch
nb-cli ^1.0.1 -> ^1.0.2 age adoption passing confidence dev-dependencies patch
nb-cli ~=1.0.1 -> ~=1.0.2 age adoption passing confidence patch
nonebot-plugin-guild-patch ^0.2.1 -> ^0.2.2 age adoption passing confidence dependencies patch
nonebot-plugin-guild-patch ~=0.2.1 -> ~=0.2.2 age adoption passing confidence patch
nonebot2 (source) ^2.0.0-rc.2 -> ^2.0.0-rc.3 age adoption passing confidence dependencies patch
pydantic ^1.10.2 -> ^1.10.4 age adoption passing confidence dependencies patch
pydantic ~=1.10.2 -> ~=1.10.4 age adoption passing confidence patch
tinydb (changelog) ^4.7.0 -> ^4.7.1 age adoption passing confidence dependencies patch
tinydb (changelog) ~=4.7.0 -> ~=4.7.1 age adoption passing confidence patch

Release Notes

python-pillow/Pillow ### [`v9.4.0`](https://togithub.com/python-pillow/Pillow/blob/HEAD/CHANGES.rst#​940-2023-01-02) [Compare Source](https://togithub.com/python-pillow/Pillow/compare/9.3.0...9.4.0) - Fixed null pointer dereference crash with malformed font [#​6846](https://togithub.com/python-pillow/Pillow/issues/6846) \[wiredfool, radarhere] - Return from ImagingFill early if image has a zero dimension [#​6842](https://togithub.com/python-pillow/Pillow/issues/6842) \[radarhere] - Reversed deprecations for Image constants, except for duplicate Resampling attributes [#​6830](https://togithub.com/python-pillow/Pillow/issues/6830) \[radarhere] - Improve exception traceback readability [#​6836](https://togithub.com/python-pillow/Pillow/issues/6836) \[hugovk, radarhere] - Do not attempt to read IFD1 if absent [#​6840](https://togithub.com/python-pillow/Pillow/issues/6840) \[radarhere] - Fixed writing int as ASCII tag [#​6800](https://togithub.com/python-pillow/Pillow/issues/6800) \[radarhere] - If available, use wl-paste or xclip for grabclipboard() on Linux [#​6783](https://togithub.com/python-pillow/Pillow/issues/6783) \[radarhere] - Added signed option when saving JPEG2000 images [#​6709](https://togithub.com/python-pillow/Pillow/issues/6709) \[radarhere] - Patch OpenJPEG to include ARM64 fix [#​6718](https://togithub.com/python-pillow/Pillow/issues/6718) \[radarhere] - Added support for I;16 modes in putdata() [#​6825](https://togithub.com/python-pillow/Pillow/issues/6825) \[radarhere] - Added conversion from RGBa to RGB [#​6708](https://togithub.com/python-pillow/Pillow/issues/6708) \[radarhere] - Added DDS support for uncompressed L and LA images [#​6820](https://togithub.com/python-pillow/Pillow/issues/6820) \[radarhere, REDxEYE] - Added LightSource tag values to ExifTags [#​6749](https://togithub.com/python-pillow/Pillow/issues/6749) \[radarhere] - Fixed PyAccess after changing ICO size [#​6821](https://togithub.com/python-pillow/Pillow/issues/6821) \[radarhere] - Do not use EXIF from info when saving PNG images [#​6819](https://togithub.com/python-pillow/Pillow/issues/6819) \[radarhere] - Fixed saving EXIF data to MPO [#​6817](https://togithub.com/python-pillow/Pillow/issues/6817) \[radarhere] - Added Exif hide_offsets() [#​6762](https://togithub.com/python-pillow/Pillow/issues/6762) \[radarhere] - Only compare to previous frame when checking for duplicate GIF frames while saving [#​6787](https://togithub.com/python-pillow/Pillow/issues/6787) \[radarhere] - Always initialize all plugins in registered_extensions() [#​6811](https://togithub.com/python-pillow/Pillow/issues/6811) \[radarhere] - Ignore non-opaque WebP background when saving as GIF [#​6792](https://togithub.com/python-pillow/Pillow/issues/6792) \[radarhere] - Only set tile in ImageFile **setstate** [#​6793](https://togithub.com/python-pillow/Pillow/issues/6793) \[radarhere] - When reading BLP, do not trust JPEG decoder to determine image is CMYK [#​6767](https://togithub.com/python-pillow/Pillow/issues/6767) \[radarhere] - Added IFD enum to ExifTags [#​6748](https://togithub.com/python-pillow/Pillow/issues/6748) \[radarhere] - Fixed bug combining GIF frame durations [#​6779](https://togithub.com/python-pillow/Pillow/issues/6779) \[radarhere] - Support saving JPEG comments [#​6774](https://togithub.com/python-pillow/Pillow/issues/6774) \[smason, radarhere] - Added getxmp() to WebPImagePlugin [#​6758](https://togithub.com/python-pillow/Pillow/issues/6758) \[radarhere] - Added "exact" option when saving WebP [#​6747](https://togithub.com/python-pillow/Pillow/issues/6747) \[ashafaei, radarhere] - Use fractional coordinates when drawing text [#​6722](https://togithub.com/python-pillow/Pillow/issues/6722) \[radarhere] - Fixed writing int as BYTE tag [#​6740](https://togithub.com/python-pillow/Pillow/issues/6740) \[radarhere] - Added MP Format Version when saving MPO [#​6735](https://togithub.com/python-pillow/Pillow/issues/6735) \[radarhere] - Added Interop to ExifTags [#​6724](https://togithub.com/python-pillow/Pillow/issues/6724) \[radarhere] - CVE-2007-4559 patch when building on Windows [#​6704](https://togithub.com/python-pillow/Pillow/issues/6704) \[TrellixVulnTeam, nulano, radarhere] - Fix compiler warning: accessing 64 bytes in a region of size 48 [#​6714](https://togithub.com/python-pillow/Pillow/issues/6714) \[wiredfool] - Use verbose flag for pip install [#​6713](https://togithub.com/python-pillow/Pillow/issues/6713) \[wiredfool, radarhere]
actions/checkout ### [`v3.3.0`](https://togithub.com/actions/checkout/releases/tag/v3.3.0) [Compare Source](https://togithub.com/actions/checkout/compare/v3.2.0...v3.3.0) ##### What's Changed - Implement branch list using callbacks from exec function by [@​cory-miller](https://togithub.com/cory-miller) in [https://github.com/actions/checkout/pull/1045](https://togithub.com/actions/checkout/pull/1045) - Add in explicit reference to private checkout options by [@​vanZeben](https://togithub.com/vanZeben) in [https://github.com/actions/checkout/pull/1050](https://togithub.com/actions/checkout/pull/1050) - Fix comment typos (that got added in [#​770](https://togithub.com/actions/checkout/issues/770)) by [@​lurch](https://togithub.com/lurch) in [https://github.com/actions/checkout/pull/1057](https://togithub.com/actions/checkout/pull/1057) ##### New Contributors - [@​vanZeben](https://togithub.com/vanZeben) made their first contribution in [https://github.com/actions/checkout/pull/1050](https://togithub.com/actions/checkout/pull/1050) - [@​lurch](https://togithub.com/lurch) made their first contribution in [https://github.com/actions/checkout/pull/1057](https://togithub.com/actions/checkout/pull/1057) **Full Changelog**: https://github.com/actions/checkout/compare/v3.2.0...v3.3.0
actions/setup-python ### [`v4.5.0`](https://togithub.com/actions/setup-python/releases/tag/v4.5.0): Fix cache issue for Poetry projects located in subfolders [Compare Source](https://togithub.com/actions/setup-python/compare/v4.4.0...v4.5.0) In scope of this release we fixed cache issue for Poetry projects located in subfolders ([https://github.com/actions/setup-python/issues/446](https://togithub.com/actions/setup-python/issues/446)). Besides that we updated json5 version from 2.2.0 to 2.2.3 ([https://github.com/actions/setup-python/pull/579](https://togithub.com/actions/setup-python/pull/579)).
tkem/cachetools ### [`v5.2.1`](https://togithub.com/tkem/cachetools/blob/HEAD/CHANGELOG.rst#v521-2023-01-08) [Compare Source](https://togithub.com/tkem/cachetools/compare/v5.2.0...v5.2.1) \=================== - Add support for Python 3.11. - Correct version information in RTD documentation. - `badges/shields`: Change to GitHub workflow badge routes.
nidhaloff/deep_translator ### [`v1.9.2`](https://togithub.com/nidhaloff/deep-translator/releases/tag/v1.9.2) [Compare Source](https://togithub.com/nidhaloff/deep_translator/compare/v1.9.1...v1.9.2) #### What’s Changed - Bump wheel from 0.35.1 to 0.38.1 in /docs ([#​173](https://togithub.com/nidhaloff/deep_translator/issues/173)) [@​dependabot](https://togithub.com/dependabot) - Update usage.rst ([#​177](https://togithub.com/nidhaloff/deep_translator/issues/177)) [@​wenbindu](https://togithub.com/wenbindu) - Add new languages to DeepL supported language list ([#​178](https://togithub.com/nidhaloff/deep_translator/issues/178)) [@​egeakman](https://togithub.com/egeakman)
nonebot/nb-cli ### [`v1.0.2`](https://togithub.com/nonebot/nb-cli/releases/tag/v1.0.2): Release 1.0.2 [Compare Source](https://togithub.com/nonebot/nb-cli/compare/v1.0.1...v1.0.2) Auto detect venv and improve exception output ##### What's Changed - Feature: run python using pyodide in browser! by [@​yanyongyu](https://togithub.com/yanyongyu) in [https://github.com/nonebot/nb-cli/pull/53](https://togithub.com/nonebot/nb-cli/pull/53) ##### New Contributors - [@​yanyongyu](https://togithub.com/yanyongyu) made their first contribution in [https://github.com/nonebot/nb-cli/pull/53](https://togithub.com/nonebot/nb-cli/pull/53) **Full Changelog**: https://github.com/nonebot/nb-cli/compare/v1.0.1...v1.0.2
mnixry/nonebot-plugin-guild-patch ### [`v0.2.2`](https://togithub.com/mnixry/nonebot-plugin-guild-patch/compare/v0.2.1...v0.2.2) [Compare Source](https://togithub.com/mnixry/nonebot-plugin-guild-patch/compare/v0.2.1...v0.2.2)
nonebot/nonebot2 ### [`v2.0.0rc3`](https://togithub.com/nonebot/nonebot2/releases/tag/v2.0.0rc3): 🌈🎆 [Compare Source](https://togithub.com/nonebot/nonebot2/compare/v2.0.0rc2...v2.0.0rc3) ##### 🚀 新功能 - Feature: 添加事件响应器检查完成日志 [@​A-kirami](https://togithub.com/A-kirami) ([#​1578](https://togithub.com/nonebot/nonebot2/pull/1578)) - Remove: 移除默认安装 FastAPI [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1557](https://togithub.com/nonebot/nonebot2/pull/1557)) - Feature: 支持给 `FastAPI` 和 `Quart` 传递额外的参数 [@​A-kirami](https://togithub.com/A-kirami) ([#​1543](https://togithub.com/nonebot/nonebot2/pull/1543)) - Feature: 添加 `logger` 重导出 [@​A-kirami](https://togithub.com/A-kirami) ([#​1526](https://togithub.com/nonebot/nonebot2/pull/1526)) - Feature: 将 block driver 转正为 none 驱动器 [@​he0119](https://togithub.com/he0119) ([#​1522](https://togithub.com/nonebot/nonebot2/pull/1522)) - Develop: 使用 pycln 自动移除未使用的 import [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1481](https://togithub.com/nonebot/nonebot2/pull/1481)) - Feature: 添加正则匹配文本注入 [@​A-kirami](https://togithub.com/A-kirami) ([#​1457](https://togithub.com/nonebot/nonebot2/pull/1457)) - Feature: 支持主动销毁事件响应器 [@​A-kirami](https://togithub.com/A-kirami) ([#​1444](https://togithub.com/nonebot/nonebot2/pull/1444)) ##### 🐛 Bug 修复 - Fix: 屏蔽 fastapi 0.89.0 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1574](https://togithub.com/nonebot/nonebot2/pull/1574)) - Fix: 修复子插件加载失败时没有从父插件中移除的问题 [@​A-kirami](https://togithub.com/A-kirami) ([#​1559](https://togithub.com/nonebot/nonebot2/pull/1559)) - Fix: 修复客户端请求未处理 cookies [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1491](https://togithub.com/nonebot/nonebot2/pull/1491)) - Fix: `on_type` typing error [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1482](https://togithub.com/nonebot/nonebot2/pull/1482)) - Fix: 修复 ArgumentParser 错误信息叠加问题 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1426](https://togithub.com/nonebot/nonebot2/pull/1426)) ##### 📝 文档 - Docs: 修改更新部分文档 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1615](https://togithub.com/nonebot/nonebot2/pull/1615)) - Docs: 商店搜索大小写不敏感 [@​StarHeartHunt](https://togithub.com/StarHeartHunt) ([#​1609](https://togithub.com/nonebot/nonebot2/pull/1609)) - Docs: 更新测试文档中的连接方式&细化插件发布描述 [@​StarHeartHunt](https://togithub.com/StarHeartHunt) ([#​1504](https://togithub.com/nonebot/nonebot2/pull/1504)) - Docs: 修复文档中部分超链接跳转到 `/store.html` 的问题 [@​yzyyz1387](https://togithub.com/yzyyz1387) ([#​1470](https://togithub.com/nonebot/nonebot2/pull/1470)) - Fix: 补充 `params` 模块的类型注解 [@​A-kirami](https://togithub.com/A-kirami) ([#​1458](https://togithub.com/nonebot/nonebot2/pull/1458)) - Docs: 移除文档 `自定义日志` 中多余的符号 [@​A-kirami](https://togithub.com/A-kirami) ([#​1448](https://togithub.com/nonebot/nonebot2/pull/1448)) - Docs: 完善 `调用平台 API` 部分 [@​A-kirami](https://togithub.com/A-kirami) ([#​1447](https://togithub.com/nonebot/nonebot2/pull/1447)) - Docs: 修正文档中部分配置文件示例的符号误用 [@​MingxuanGame](https://togithub.com/MingxuanGame) ([#​1432](https://togithub.com/nonebot/nonebot2/pull/1432)) ##### 💫 杂项 - Plugin: 移除 nonebot-plugin-puppet [@​j1g5awi](https://togithub.com/j1g5awi) ([#​1605](https://togithub.com/nonebot/nonebot2/pull/1605)) - Plugin: 更新 MC 的插件信息 [@​nikissXI](https://togithub.com/nikissXI) ([#​1589](https://togithub.com/nonebot/nonebot2/pull/1589)) - Plugin: 移除 `nonebot-plugin-aidraw` [@​A-kirami](https://togithub.com/A-kirami) ([#​1588](https://togithub.com/nonebot/nonebot2/pull/1588)) - Plugins: 更新 ayaka_games 插件名和描述 [@​bridgeL](https://togithub.com/bridgeL) ([#​1586](https://togithub.com/nonebot/nonebot2/pull/1586)) - Plugin: 更新 tts_gal 插件名和描述 [@​dpm12345](https://togithub.com/dpm12345) ([#​1581](https://togithub.com/nonebot/nonebot2/pull/1581)) - Plugin: 移除 `nonebot_plugin_super_resolution` [@​A-kirami](https://togithub.com/A-kirami) ([#​1561](https://togithub.com/nonebot/nonebot2/pull/1561)) - Plugin: 更新 OlivOS.nb2 import 包名 [@​j1g5awi](https://togithub.com/j1g5awi) ([#​1560](https://togithub.com/nonebot/nonebot2/pull/1560)) - Develop: 添加 pyright 环境配置 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1554](https://togithub.com/nonebot/nonebot2/pull/1554)) - CI: 优化触发条件减少无效运行 [@​he0119](https://togithub.com/he0119) ([#​1545](https://togithub.com/nonebot/nonebot2/pull/1545)) - Plugin: 删除 ayaka_who_is_suspect 插件 [@​bridgeL](https://togithub.com/bridgeL) ([#​1525](https://togithub.com/nonebot/nonebot2/pull/1525)) - Fix: 修复异常在 traceback 中无法正常显示信息 [@​he0119](https://togithub.com/he0119) ([#​1521](https://togithub.com/nonebot/nonebot2/pull/1521)) - CI: 添加插件加载测试 [@​he0119](https://togithub.com/he0119) ([#​1519](https://togithub.com/nonebot/nonebot2/pull/1519)) - Plugin: 移除 `nonebot-plugin-filehost` [@​mnixry](https://togithub.com/mnixry) ([#​1516](https://togithub.com/nonebot/nonebot2/pull/1516)) - Plugin: 更新 `abstain_diary` 插件名和描述 [@​Ikaros-521](https://togithub.com/Ikaros-521) ([#​1509](https://togithub.com/nonebot/nonebot2/pull/1509)) - Plugin: 更新 gpt3 插件模块名 [@​chrisyy2003](https://togithub.com/chrisyy2003) ([#​1501](https://togithub.com/nonebot/nonebot2/pull/1501)) - Plugin: 更新 随机禁言 插件功能描述 [@​Ikaros-521](https://togithub.com/Ikaros-521) ([#​1495](https://togithub.com/nonebot/nonebot2/pull/1495)) - Plugin: 更新 multi chatgpt 插件仓库地址 [@​chrisyy2003](https://togithub.com/chrisyy2003) ([#​1487](https://togithub.com/nonebot/nonebot2/pull/1487)) - Plugin: 更新 ayaka_games 介绍 [@​bridgeL](https://togithub.com/bridgeL) ([#​1431](https://togithub.com/nonebot/nonebot2/pull/1431)) - Plugin: 修改 novelai send magiadice 插件模块名 [@​sena-nana](https://togithub.com/sena-nana) ([#​1423](https://togithub.com/nonebot/nonebot2/pull/1423)) ##### 🍻 插件发布 - Plugin: 反向词典 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1619](https://togithub.com/nonebot/nonebot2/pull/1619)) - Plugin: PicMCStat [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1614](https://togithub.com/nonebot/nonebot2/pull/1614)) - Plugin: 犯人在跳舞 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1608](https://togithub.com/nonebot/nonebot2/pull/1608)) - Plugin: 喵喵自记菜谱 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1599](https://togithub.com/nonebot/nonebot2/pull/1599)) - Plugin: 语音功能 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1597](https://togithub.com/nonebot/nonebot2/pull/1597)) - Plugin: OrangeDice! [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1595](https://togithub.com/nonebot/nonebot2/pull/1595)) - Plugin: 简易谷歌翻译插件 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1593](https://togithub.com/nonebot/nonebot2/pull/1593)) - Plugin: 哔哩哔哩q群登录 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1591](https://togithub.com/nonebot/nonebot2/pull/1591)) - Plugin: 原神实时公告 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1585](https://togithub.com/nonebot/nonebot2/pull/1585)) - Plugin: 心灵鸡汤 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1580](https://togithub.com/nonebot/nonebot2/pull/1580)) - Plugin: Bing每日图片获取 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1577](https://togithub.com/nonebot/nonebot2/pull/1577)) - Plugin: 星座运势 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1572](https://togithub.com/nonebot/nonebot2/pull/1572)) - Plugin: 回声洞 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1573](https://togithub.com/nonebot/nonebot2/pull/1573)) - Plugin: 整点报时 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1569](https://togithub.com/nonebot/nonebot2/pull/1569)) - Plugin: Hypixel数据查询 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1556](https://togithub.com/nonebot/nonebot2/pull/1556)) - Plugin: 查找图片出处 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1553](https://togithub.com/nonebot/nonebot2/pull/1553)) - Plugin: 云签到 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1551](https://togithub.com/nonebot/nonebot2/pull/1551)) - Plugin: 图像标注 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1550](https://togithub.com/nonebot/nonebot2/pull/1550)) - Plugin: 对对联 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1542](https://togithub.com/nonebot/nonebot2/pull/1542)) - Plugin: 群聊学习 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1540](https://togithub.com/nonebot/nonebot2/pull/1540)) - Plugin: 求生之路2——服务器操作 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1538](https://togithub.com/nonebot/nonebot2/pull/1538)) - Plugin: setu_customization [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1537](https://togithub.com/nonebot/nonebot2/pull/1537)) - Plugin: 主动消息撤回 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1536](https://togithub.com/nonebot/nonebot2/pull/1536)) - Plugin: HttpCat🐱猫猫http状态码 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1529](https://togithub.com/nonebot/nonebot2/pull/1529)) - Plugin: 命令探查 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1524](https://togithub.com/nonebot/nonebot2/pull/1524)) - Plugin: AnimalVoice_Convert [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1518](https://togithub.com/nonebot/nonebot2/pull/1518)) - Plugin: 服务状态查询 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1513](https://togithub.com/nonebot/nonebot2/pull/1513)) - Plugin: 腾讯云图像变换 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1515](https://togithub.com/nonebot/nonebot2/pull/1515)) - Plugin: Ping [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1508](https://togithub.com/nonebot/nonebot2/pull/1508)) - Plugin: 群友召唤术 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1503](https://togithub.com/nonebot/nonebot2/pull/1503)) - Plugin: 战地群聊天插件 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1506](https://togithub.com/nonebot/nonebot2/pull/1506)) - Plugin: 不要复读 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1500](https://togithub.com/nonebot/nonebot2/pull/1500)) - Plugin: JAVA MC服务器信息查询 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1497](https://togithub.com/nonebot/nonebot2/pull/1497)) - Plugin: 防撤回 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1489](https://togithub.com/nonebot/nonebot2/pull/1489)) - Plugin: 随机禁言 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1486](https://togithub.com/nonebot/nonebot2/pull/1486)) - Plugin: 只因进化录 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1484](https://togithub.com/nonebot/nonebot2/pull/1484)) - Plugin: GPT3 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1480](https://togithub.com/nonebot/nonebot2/pull/1480)) - Plugin: 熊老板 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1472](https://togithub.com/nonebot/nonebot2/pull/1472)) - Plugin: QQ群文件备份 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1478](https://togithub.com/nonebot/nonebot2/pull/1478)) - Plugin: 戒色打卡日记 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1475](https://togithub.com/nonebot/nonebot2/pull/1475)) - Plugin: nonebot_plugin_idiom [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1469](https://togithub.com/nonebot/nonebot2/pull/1469)) - Plugin: 随机配色方案 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1466](https://togithub.com/nonebot/nonebot2/pull/1466)) - Plugin: multi-ChatGPT [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1462](https://togithub.com/nonebot/nonebot2/pull/1462)) - Plugin: 权限控制 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1464](https://togithub.com/nonebot/nonebot2/pull/1464)) - Plugin: 汇率换算 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1452](https://togithub.com/nonebot/nonebot2/pull/1452)) - Plugin: 全群广播 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1450](https://togithub.com/nonebot/nonebot2/pull/1450)) - Plugin: 图片背景消除 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1446](https://togithub.com/nonebot/nonebot2/pull/1446)) - Plugin: 雀魂信息查询 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1443](https://togithub.com/nonebot/nonebot2/pull/1443)) - Plugin: ChatGPT [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1439](https://togithub.com/nonebot/nonebot2/pull/1439)) - Plugin: 免费快捷点歌插件 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1436](https://togithub.com/nonebot/nonebot2/pull/1436)) - Plugin: 动画截图追溯来源 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1434](https://togithub.com/nonebot/nonebot2/pull/1434)) - Plugin: b站图片下载 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1430](https://togithub.com/nonebot/nonebot2/pull/1430)) - Plugin: 记事本 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1420](https://togithub.com/nonebot/nonebot2/pull/1420)) - Plugin: 原神前瞻直播兑换码查询 [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1422](https://togithub.com/nonebot/nonebot2/pull/1422)) ##### 🍻 机器人发布 - Bot: SuzunoBot [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1601](https://togithub.com/nonebot/nonebot2/pull/1601)) - Bot: 辞辞(cici)Bot [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1583](https://togithub.com/nonebot/nonebot2/pull/1583)) - Bot: RanBot [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1511](https://togithub.com/nonebot/nonebot2/pull/1511)) ##### 🍻 适配器发布 - Adapter: BilibiliLive [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1617](https://togithub.com/nonebot/nonebot2/pull/1617)) - Adapter: Spigot [@​yanyongyu](https://togithub.com/yanyongyu) ([#​1612](https://togithub.com/nonebot/nonebot2/pull/1612))
pydantic/pydantic ### [`v1.10.4`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.4): (2022-12-30) [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.3...v1.10.4) - Change dependency to `typing-extensions>=4.2.0`, [#​4885](https://togithub.com/pydantic/pydantic/issues/4885) by [@​samuelcolvin](https://togithub.com/samuelcolvin) **Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.3...v1.10.4 ### [`v1.10.3`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.3): (2022-12-29) [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.2...v1.10.3) - fix parsing of custom root models, [#​4883](https://togithub.com/pydantic/pydantic/issues/4883) by [@​gou177](https://togithub.com/gou177) - fix: use dataclass proxy for frozen or empty dataclasses, [#​4878](https://togithub.com/pydantic/pydantic/issues/4878) by [@​PrettyWood](https://togithub.com/PrettyWood) - Fix `schema` and `schema_json` on models where a model instance is a one of default values, [#​4781](https://togithub.com/pydantic/pydantic/issues/4781) by [@​Bobronium](https://togithub.com/Bobronium) - Add Jina AI to sponsors on docs index page, [#​4767](https://togithub.com/pydantic/pydantic/issues/4767) by [@​samuelcolvin](https://togithub.com/samuelcolvin) - fix: support assignment on `DataclassProxy`, [#​4695](https://togithub.com/pydantic/pydantic/issues/4695) by [@​PrettyWood](https://togithub.com/PrettyWood) - Add `postgresql+psycopg` as allowed scheme for `PostgreDsn` to make it usable with SQLAlchemy 2, [#​4689](https://togithub.com/pydantic/pydantic/issues/4689) by [@​morian](https://togithub.com/morian) - Allow dict schemas to have both `patternProperties` and `additionalProperties`, [#​4641](https://togithub.com/pydantic/pydantic/issues/4641) by [@​jparise](https://togithub.com/jparise) - Fixes error passing None for optional lists with `unique_items`, [#​4568](https://togithub.com/pydantic/pydantic/issues/4568) by [@​mfulgo](https://togithub.com/mfulgo) - Fix `GenericModel` with `Callable` param raising a `TypeError`, [#​4551](https://togithub.com/pydantic/pydantic/issues/4551) by [@​mfulgo](https://togithub.com/mfulgo) - Fix field regex with `StrictStr` type annotation, [#​4538](https://togithub.com/pydantic/pydantic/issues/4538) by [@​sisp](https://togithub.com/sisp) - Correct `dataclass_transform` keyword argument name from `field_descriptors` to `field_specifiers`, [#​4500](https://togithub.com/pydantic/pydantic/issues/4500) by [@​samuelcolvin](https://togithub.com/samuelcolvin) - fix: avoid multiple calls of `__post_init__` when dataclasses are inherited, [#​4487](https://togithub.com/pydantic/pydantic/issues/4487) by [@​PrettyWood](https://togithub.com/PrettyWood) - Reduce the size of binary wheels, [#​2276](https://togithub.com/pydantic/pydantic/issues/2276) by [@​samuelcolvin](https://togithub.com/samuelcolvin) **Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.2...v1.10.3
msiemens/tinydb ### [`v4.7.1`](https://togithub.com/msiemens/tinydb/releases/tag/v4.7.1) [Compare Source](https://togithub.com/msiemens/tinydb/compare/v4.7.0...v4.7.1) - Improvement: Improve typing annotations (see pull request [#​477](https://togithub.com/msiemens/tinydb/issues/477)). - Improvement: Fix some typos in the documentation (see pull request [#​479](https://togithub.com/msiemens/tinydb/issues/479) and pull request [#​498](https://togithub.com/msiemens/tinydb/issues/498)).

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.

Quan666 commented 1 year ago

pikpakapi变化比较大,需要适配