Quan666 / ELF_RSS

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

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nonebot-adapter-onebot (source) ^2.1.1 -> ^2.1.3 age adoption passing confidence
nonebot-adapter-onebot (source) ==2.1.1 -> ==2.1.3 age adoption passing confidence
pydantic ^1.9.1 -> ^1.9.2 age adoption passing confidence
pydantic ~=1.9.1 -> ~=1.9.2 age adoption passing confidence

Release Notes

nonebot/adapter-onebot ### [`v2.1.3`](https://togithub.com/nonebot/adapter-onebot/releases/tag/v2.1.3) [Compare Source](https://togithub.com/nonebot/adapter-onebot/compare/v2.1.2...v2.1.3) ##### Documentation https://onebot.adapters.nonebot.dev/ ##### What's Changed - Fix: private message detect error by [@​yanyongyu](https://togithub.com/yanyongyu) in [https://github.com/nonebot/adapter-onebot/pull/25](https://togithub.com/nonebot/adapter-onebot/pull/25) **Full Changelog**: https://github.com/nonebot/adapter-onebot/compare/v2.1.2...v2.1.3 ### [`v2.1.2`](https://togithub.com/nonebot/adapter-onebot/releases/tag/v2.1.2) [Compare Source](https://togithub.com/nonebot/adapter-onebot/compare/v2.1.1...v2.1.2) ##### Documentation https://onebot.adapters.nonebot.dev/ ##### What's Changed - Docs:添加 OneBot V12 适配器文档 by [@​MingxuanGame](https://togithub.com/MingxuanGame) in [https://github.com/nonebot/adapter-onebot/pull/18](https://togithub.com/nonebot/adapter-onebot/pull/18) - Feature: support for detailed v12 exception class by [@​yanyongyu](https://togithub.com/yanyongyu) in [https://github.com/nonebot/adapter-onebot/pull/19](https://togithub.com/nonebot/adapter-onebot/pull/19) - :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/20](https://togithub.com/nonebot/adapter-onebot/pull/20) - Bug: duplicate chinese decline word by [@​SEAFHMC](https://togithub.com/SEAFHMC) in [https://github.com/nonebot/adapter-onebot/pull/22](https://togithub.com/nonebot/adapter-onebot/pull/22) ##### New Contributors - [@​MingxuanGame](https://togithub.com/MingxuanGame) made their first contribution in [https://github.com/nonebot/adapter-onebot/pull/18](https://togithub.com/nonebot/adapter-onebot/pull/18) - [@​yanyongyu](https://togithub.com/yanyongyu) made their first contribution in [https://github.com/nonebot/adapter-onebot/pull/19](https://togithub.com/nonebot/adapter-onebot/pull/19) - [@​pre-commit-ci](https://togithub.com/pre-commit-ci) made their first contribution in [https://github.com/nonebot/adapter-onebot/pull/20](https://togithub.com/nonebot/adapter-onebot/pull/20) - [@​SEAFHMC](https://togithub.com/SEAFHMC) made their first contribution in [https://github.com/nonebot/adapter-onebot/pull/22](https://togithub.com/nonebot/adapter-onebot/pull/22) **Full Changelog**: https://github.com/nonebot/adapter-onebot/compare/v2.1.1...v2.1.2
samuelcolvin/pydantic ### [`v1.9.2`](https://togithub.com/samuelcolvin/pydantic/blob/HEAD/HISTORY.md#v192-2022-08-11) [Compare Source](https://togithub.com/samuelcolvin/pydantic/compare/v1.9.1...v1.9.2) **Revert Breaking Change**: *v1.9.1* introduced a breaking change where model fields were deep copied by default, this release reverts the default behaviour to match *v1.9.0* and before, while also allow deep-copy behaviour via `copy_on_model_validation = 'deep'`. See [#​4092](https://togithub.com/samuelcolvin/pydantic/issues/4092) for more information. - Allow for shallow copies of model fields, `Config.copy_on_model_validation` is now a str which must be `'none'`, `'deep'`, or `'shallow'` corresponding to not copying, deep copy & shallow copy; default `'shallow'`, [#​4093](https://togithub.com/samuelcolvin/pydantic/issues/4093) by [@​timkpaine](https://togithub.com/timkpaine)

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.