CoolQBot
CoolQBot copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eorzeaenv | >=2.2.9 -> >=2.2.10 |
||||
| nonebot-adapter-onebot (source) | >=2.4.3 -> >=2.4.4 |
||||
| nonebot-plugin-alconna | >=0.48.0 -> >=0.49.0 |
Release Notes
EltonChou/EorzeaEnv (eorzeaenv)
v2.2.10
Added
- Add patch 7.0 data.
- Add python 3.11 support.
- Add python 3.12 support.
nonebot/adapter-onebot (nonebot-adapter-onebot)
v2.4.4: Release 2.4.4
What's Changed
- Fix: reply remove at by @yanyongyu in https://github.com/nonebot/adapter-onebot/pull/109
Full Changelog: https://github.com/nonebot/adapter-onebot/compare/v2.4.3...v2.4.4
nonebot/plugin-alconna (nonebot-plugin-alconna)
v0.49.0: Nonebot Plugin Alconna 0.49.0
新增
UniMessage新增export_sync方法,用来同步形式调用.export方法
from nonebot_plugin_alconna import UniMessage
msg = UniMessage.at("123").text("hello").export_sync(adapter="OneBot V11")
- 新增配置项
ALCONNA_BUILTIN_PLUGINS, 用来在配置项中声明要加载的内置插件 echo插件增加配置项NBP_ALC_ECHO_TOMEhelp插件增加配置项NBP_ALC_HELP_TEXT,NBP_ALC_HELP_ALIAS等help插件新增命名空间的相关功能(列出,筛选)Command构造器增加.namespace
改进
MusicShare.brief字段改名为.summaryTelegramSlashExtension现在会检查 command 参数是否符合 tg 标准context中增加bot.self_id,bot.platform和adapter.name三项UniMessage.export增加adapter参数表示指定适配器,并将 bot 参数设为严格可选select方法现在返回一个自定义的SelectPattern, 其上有.nth(),.first,.last,.from_()四个方法/属性
from nonebot_plugin_alconna import Image, Video, select
img = select(Image).first
img_in_video = select(Image).from_(Video).nth(1)
- :arrow_up: auto update by pre-commit hooks by @pre-commit-ci in https://github.com/nonebot/plugin-alconna/pull/56
Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.48.0...v0.49.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: poetry.lock
Updating dependencies
Resolving dependencies...
Creating virtualenv coolqbot-Eq63JBqt-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs
The current project's supported Python range (>=3.12,<4.0) is not compatible with some of the required packages Python requirement:
- eorzeaenv requires Python <=3.13,>=3.8, so it will not be satisfied for Python >3.13,<4.0
Because eorzeaenv (2.2.10) requires Python <=3.13,>=3.8
and no versions of eorzeaenv match >2.2.10,<3.0.0, eorzeaenv is forbidden.
So, because coolqbot depends on eorzeaenv (^2.2.10), version solving failed.
• Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
For eorzeaenv, a possible solution would be to set the `python` property to ">=3.12,<=3.13"
https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
https://python-poetry.org/docs/dependency-specification/#using-environment-markers
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.33%. Comparing base (
ce90abb) to head (a804c9b).
Additional details and impacted files
@@ Coverage Diff @@
## master #595 +/- ##
=======================================
Coverage 81.33% 81.33%
=======================================
Files 64 64
Lines 2571 2571
=======================================
Hits 2091 2091
Misses 480 480
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.