Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 20, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2022

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

Compare Source

actions/checkout

v3.1.0

Compare Source

actions/setup-python

v4.3.0

Compare Source

nonebot/adapter-onebot

v2.1.4

Compare Source

Documentation

https://onebot.adapters.nonebot.dev/

What's Changed

New Contributors

Full Changelog: nonebot/adapter-onebot@v2.1.3...v2.1.4

nonebot/plugin-apscheduler

v0.2.0

Compare Source

Installation
nb plugin install nonebot_plugin_apscheduler

##### 或者
pip install nonebot-plugin-apscheduler
Issues

https://github.com/nonebot/plugin-apscheduler/issues

Full Changelog: nonebot/plugin-apscheduler@v0.1.4...v0.2.0

nonebot/nonebot2

v2.0.0rc1

Compare Source

python/typing_extensions

v4.4.0

Compare Source

  • Add typing_extensions.Any a backport of python 3.11's Any class which is
    subclassable at runtime. (backport from python/cpython#​31841, by Shantanu
    and Jelle Zijlstra). Patch by James Hilton-Balfe (@​Gobot1234).
  • Add initial support for TypeVarLike default parameter, PEP 696.
    Patch by Marc Mueller (@​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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 1, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 829ac5a to 71898bb Compare October 7, 2022 00:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 71898bb to 48d2456 Compare October 10, 2022 13:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48d2456 to f1e4d96 Compare October 15, 2022 09:30
Copy link

@mxcoras mxcoras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

最新版本的 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 中解决了这个问题,但可能需要额外测试一下。

@Quan666
Copy link
Owner

Quan666 commented Oct 20, 2022

最新版本的 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 中解决了这个问题,但可能需要额外测试一下。

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

@renovate renovate bot merged commit 6ba71b1 into 2.0 Oct 20, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch October 20, 2022 10:56
@mxcoras
Copy link

mxcoras commented Oct 20, 2022

最新版本的 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 中解决了这个问题,但可能需要额外测试一下。

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

刚测完,没问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants