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

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
ImageHash ^4.3.0 -> ^4.3.1 age adoption passing confidence dependencies patch
ImageHash ~=4.3.0 -> ~=4.3.1 age adoption passing confidence patch
actions/checkout v3.0.2 -> v3.1.0 age adoption passing confidence action minor
actions/setup-python v4.2.0 -> v4.3.0 age adoption passing confidence action minor
nonebot-adapter-onebot (source) ^2.1.3 -> ^2.1.4 age adoption passing confidence dependencies patch
nonebot-adapter-onebot (source) ==2.1.3 -> ==2.1.4 age adoption passing confidence patch
nonebot-plugin-apscheduler ^0.1.4 -> ^0.2.0 age adoption passing confidence dependencies minor
nonebot-plugin-apscheduler ~=0.1.4 -> ~=0.2.0 age adoption passing confidence minor
nonebot2 (source) ^2.0.0-beta.5 -> ^2.0.0-rc.1 age adoption passing confidence dependencies patch
nonebot2 (source) ==2.0.0b5 -> ==2.0.0rc1 age adoption passing confidence patch
python-qbittorrent ^0.4.2 -> ^0.4.3 age adoption passing confidence dependencies patch
python-qbittorrent ~=0.4.2 -> ~=0.4.3 age adoption passing confidence patch
typing-extensions (changelog) ^4.3.0 -> ^4.4.0 age adoption passing confidence dependencies minor
typing-extensions (changelog) ==4.3.0 -> ==4.4.0 age adoption passing confidence minor

Release Notes

JohannesBuchner/imagehash ### [`v4.3.1`](https://togithub.com/JohannesBuchner/imagehash/compare/v4.3.0...v4.3.1) [Compare Source](https://togithub.com/JohannesBuchner/imagehash/compare/v4.3.0...v4.3.1)
actions/checkout ### [`v3.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310) [Compare Source](https://togithub.com/actions/checkout/compare/v3.0.2...v3.1.0) - [Use @​actions/core `saveState` and `getState`](https://togithub.com/actions/checkout/pull/939) - [Add `github-server-url` input](https://togithub.com/actions/checkout/pull/922)
actions/setup-python ### [`v4.3.0`](https://togithub.com/actions/setup-python/releases/tag/v4.3.0) [Compare Source](https://togithub.com/actions/setup-python/compare/v4.2.0...v4.3.0) - Update [@​actions/core](https://togithub.com/actions/core) to 1.10.0 version [#​517](https://togithub.com/actions/setup-python/issues/517) - Update [@​actions/cache](https://togithub.com/actions/cache) to 3.0.4 version [#​499](https://togithub.com/actions/setup-python/issues/499) - Only use github.token on github.com [#​443](https://togithub.com/actions/setup-python/issues/443) - Improvement of documentation [#​477](https://togithub.com/actions/setup-python/issues/477) [#​479](https://togithub.com/actions/setup-python/issues/479) [#​491](https://togithub.com/actions/setup-python/issues/491) [#​492](https://togithub.com/actions/setup-python/issues/492)
nonebot/adapter-onebot ### [`v2.1.4`](https://togithub.com/nonebot/adapter-onebot/releases/tag/v2.1.4) [Compare Source](https://togithub.com/nonebot/adapter-onebot/compare/v2.1.3...v2.1.4) #### Documentation https://onebot.adapters.nonebot.dev/ #### What's Changed - :arrow_up: auto update by pre-commit hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/nonebot/adapter-onebot/pull/28](https://togithub.com/nonebot/adapter-onebot/pull/28) - :arrow_up: auto update by pre-commit hooks by [@​pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/nonebot/adapter-onebot/pull/31](https://togithub.com/nonebot/adapter-onebot/pull/31) - Feature: cooldown helper 支持任意类型事件 by [@​Zxis233](https://togithub.com/Zxis233) in [https://github.com/nonebot/adapter-onebot/pull/30](https://togithub.com/nonebot/adapter-onebot/pull/30) #### New Contributors - [@​Zxis233](https://togithub.com/Zxis233) made their first contribution in [https://github.com/nonebot/adapter-onebot/pull/30](https://togithub.com/nonebot/adapter-onebot/pull/30) **Full Changelog**: https://github.com/nonebot/adapter-onebot/compare/v2.1.3...v2.1.4
nonebot/plugin-apscheduler ### [`v0.2.0`](https://togithub.com/nonebot/plugin-apscheduler/releases/tag/v0.2.0) [Compare Source](https://togithub.com/nonebot/plugin-apscheduler/compare/v0.1.4...v0.2.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.1.4...v0.2.0
nonebot/nonebot2 ### [`v2.0.0rc1`](https://togithub.com/nonebot/nonebot2/compare/v2.0.0-beta.5...v2.0.0-rc.1) [Compare Source](https://togithub.com/nonebot/nonebot2/compare/v2.0.0-beta.5...v2.0.0-rc.1)
python/typing_extensions ### [`v4.4.0`](https://togithub.com/python/typing_extensions/blob/HEAD/CHANGELOG.md#Release-440-October-6-2022) [Compare Source](https://togithub.com/python/typing_extensions/compare/4.3.0...4.4.0) - Add `typing_extensions.Any` a backport of python 3.11's Any class which is subclassable at runtime. (backport from [python/cpython#​31841](https://togithub.com/python/cpython/issues/31841), by Shantanu and Jelle Zijlstra). Patch by James Hilton-Balfe ([@​Gobot1234](https://togithub.com/Gobot1234)). - Add initial support for TypeVarLike `default` parameter, PEP 696. Patch by Marc Mueller ([@​cdce8p](https://togithub.com/cdce8p)). - Runtime support for PEP 698, adding `typing_extensions.override`. Patch by Jelle Zijlstra. - Add the `infer_variance` parameter to `TypeVar`, as specified in PEP 695. Patch by Jelle Zijlstra.

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

最新版本的 nonebot2(v2.0.0-rc.1)移除了对 Export 功能的支持:https://github.com/nonebot/nonebot2/pull/1125 实际上在 v2.0.0-beta.3 中就对 export 方法给出了 Deprecation 警告。 而 ELF_RSS 目前依赖的 nonebot-plugin-apscheduler~=0.1.4 使用了 Export 方法,0.2.0 中解决了这个问题,但可能需要额外测试一下。

你有测试过吗?有的话我就直接合并了

MxEmerson commented 1 year ago

最新版本的 nonebot2(v2.0.0-rc.1)移除了对 Export 功能的支持:nonebot/nonebot2#1125 实际上在 v2.0.0-beta.3 中就对 export 方法给出了 Deprecation 警告。 而 ELF_RSS 目前依赖的 nonebot-plugin-apscheduler~=0.1.4 使用了 Export 方法,0.2.0 中解决了这个问题,但可能需要额外测试一下。

你有测试过吗?有的话我就直接合并了

刚测完,没问题