he0119 / CoolQBot

基于 NoneBot2 的聊天机器人
MIT License
89 stars 22 forks source link

chore(deps): bump the production-dependencies group across 1 directory with 8 updates #582

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps the production-dependencies group with 8 updates in the / directory:

Package From To
pydantic 2.7.1 2.7.4
matplotlib 3.8.4 3.9.0
nonebot2 2.3.0 2.3.1
nonebot-adapter-satori 0.11.4 0.12.3
nonebot-plugin-orm 0.7.2 0.7.3
nonebot-plugin-alconna 0.45.3 0.47.1
nonebot-plugin-datastore 1.2.0 1.2.1
nonebot-plugin-bawiki 0.11.2 0.11.3

Updates pydantic from 2.7.1 to 2.7.4

Release notes

Sourced from pydantic's releases.

v2.7.4 (2024-06-12)

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.3...v2.7.4

v2.7.3 (2024-06-03)

What's Changed

Packaging

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.2...v2.7.3/*

v2.7.2 (2024-05-28)

What's Changed

Packaging

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.1...v2.7.2/

Changelog

Sourced from pydantic's changelog.

v2.7.4 (2024-06-12)

Github release

What's Changed

Packaging

Fixes

  • Specify recursive_guard as kwarg in FutureRef._evaluate by @​vfazio in #9612

v2.7.3 (2024-06-03)

GitHub release

What's Changed

Packaging

Fixes

v2.7.2 (2024-05-28)

GitHub release

What's Changed

Packaging

Fixes

Commits


Updates matplotlib from 3.8.4 to 3.9.0

Release notes

Sourced from matplotlib's releases.

REL: 3.9.0

Highlights of this release include:

  • Plotting and Annotation improvements
    • Axes.inset_axes is no longer experimental
    • Legend support for Boxplot
    • Percent sign in pie labels auto-escaped with usetex=True
    • hatch parameter for stackplot
    • Add option to plot only one half of violin plot
    • axhline and axhspan on polar axes
    • Subplot titles can now be automatically aligned
    • axisartist can now be used together with standard Formatters
    • Toggle minorticks on Axis
    • StrMethodFormatter now respects axes.unicode_minus
  • Figure, Axes, and Legend Layout
    • Subfigures now have controllable zorders
    • Getters for xmargin, ymargin and zmargin
  • Mathtext improvements
    • mathtext documentation improvements
    • mathtext spacing corrections
  • Widget Improvements
    • Check and Radio Button widgets support clearing
  • 3D plotting improvements
    • Setting 3D axis limits now set the limits exactly
  • Other improvements
    • New BackendRegistry for plotting backends
    • Add widths, heights and angles setter to EllipseCollection
    • image.interpolation_stage rcParam
    • Arrow patch position is now modifiable
    • NonUniformImage now has mouseover support

REL: v3.9.0rc2

This is the second release candidate for the meso release 3.9.0.

Commits
  • be56634 REL: v3.9.0
  • 846ce8a DOC: Finish documentation for 3.9.0
  • 8604f67 Merge pull request #28206 from meeseeksmachine/auto-backport-of-pr-28205-on-v...
  • 196c8db TST: Followup corrections to #28205
  • d8f3016 Backport PR #28205: TST: Fix tests with older versions of ipython
  • 4db5ac9 Merge pull request #28203 from QuLogic/auto-backport-of-pr-28164-on-v3.9.x
  • ef1a2db Merge pull request #28204 from meeseeksmachine/auto-backport-of-pr-28195-on-v...
  • e4384b8 Merge pull request #28191 from QuLogic/no-dev-theme
  • 3b65546 Backport PR #28195: TST: Prepare for pytest 9
  • 1b526c3 Backport PR #28164: CI: Ensure code coverage is always uploaded
  • Additional commits viewable in compare view


Updates nonebot2 from 2.3.0 to 2.3.1

Release notes

Sourced from nonebot2's releases.

Release v2.3.1 🌈💝

🐛 Bug 修复

📝 文档

💫 杂项

  • Plugin: 移除已在 PyPI 上删除的 covid 插件和 molar-mass 插件 @​NCBM (#2712)

🍻 插件发布

🍻 适配器发布

Commits


Updates nonebot-adapter-satori from 0.11.4 to 0.12.3

Release notes

Sourced from nonebot-adapter-satori's releases.

Adapter Satori 0.12.3

  • 修复 pydantic v1 兼容问题

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.12.2...v0.12.3

v0.12.2

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.12.1...v0.12.2

v0.12.1

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.12.0...v0.12.1

Adapter Satori 0.12.0

该版本实现了 satori 协议 v1.1 版本的新增特性

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.11.5...v0.12.0

Adapter Satori 0.11.5

  • 修复 Message += xxx 时错误构造

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.11.4...v0.11.5

Commits


Updates nonebot-plugin-orm from 0.7.2 to 0.7.3

Release notes

Sourced from nonebot-plugin-orm's releases.

🔖 Release 0.7.3

What's Changed

Full Changelog: https://github.com/nonebot/plugin-orm/compare/v0.7.2...v0.7.3

Commits
  • b282fc8 :bookmark: Release 0.7.3
  • bb14320 :arrow_up: auto update by pre-commit hooks (#14)
  • ad3c865 :bug: fix(sqla): use typing types instead of collections.abc in Python 3.10
  • 4be2fb6 :bug: fix(alembic): startup prompt ugly abort
  • 1241daf :children_crossing: fix(sqla): lazy orm init
  • See full diff in compare view


Updates nonebot-plugin-alconna from 0.45.3 to 0.47.1

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.47.1

  • 修复导入插件时提示 adapter satori: no module xxxxxxxxx 的问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.47.0...v0.47.1

Nonebot Plugin Alconna 0.47.0

新增

  • UniMessage.filter 方法,在筛选元素类型的同时可以传入自定义判断条件函数
  • patch_matcher_send 方法,可以将 matcher.send 替换为经过 UniMessage 翻译过一次后再发送的情况(例如 ob11 -> uni -> satori)
  • help 插件会根据 alc 命令对应的插件的元数据中的适配器支持条目来选择是否在 help 内显示该指令

改进

  • echo 插件使用了 ReplyMergeExtension,即可以通过回复消息并只输入 echo 来执行: 屏幕截图 2024-06-18 000545

  • 升级 Tarina 至 0.5.4

  • builtin.uniseg.chronocat 改为 builtin.uniseg.market_face, 并实现了现有适配器中关于商城表情的相关解析

  • patch_matcher_sendpatch_saa 会返回一个 dispose 函数,用于还原 patch 行为

  • 现在 AlconnaMatcherAlconnaRule 对 Alconna 都是弱引用

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.6...v0.47.0

Nonebot Plugin Alconna 0.46.6

What's Changed

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.5...v0.46.6

Nonebot Plugin Alconna 0.46.5

What's Changed

  • ReplyMergeExtension 增加构造参数 sep, 用来指定拼接时的间隔字符
  • 升级依赖,Command 现在可用 .config 方法配置 CommandMeta
  • 更新内置插件 lang
  • :arrow_up: auto update by pre-commit hooks by @​pre-commit-ci in nonebot/plugin-alconna#51

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.4...v0.46.5

Nonebot Plugin Alconna 0.46.4

  • MarkdownExtension 增加一个 text_to_image 的参数,用来渲染md为图片
  • help 指令增加 --plugin-info 选项,用来输出指令对应的插件信息: image

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.3...v0.46.4

Nonebot Plugin Alconna 0.46.3

  • 增加 ReplyMergeExtension, 其可以将回复的原消息合并到当前消息作为一部分参数:

... (truncated)

Commits
  • 311a06f :bug: version 0.47.1
  • b08b40c :bookmark: version 0.47.0
  • c31d58e :sparkles: add patch_matcher_send
  • e5de2fb :sparkles: declare builtin.uniseg.market_face
  • 2e0ad17 :arrow_up: upgrade tarina to 0.5.4
  • 3a649d3 :art: format
  • 8a1b0a8 :sparkles: weakref for command object
  • a0c7cab :sparkles: UniMessage.filter
  • 86332db :sparkles: add extension for echo
  • d8fbfe4 :bookmark: version 0.46.6
  • Additional commits viewable in compare view


Updates nonebot-plugin-datastore from 1.2.0 to 1.2.1

Release notes

Sourced from nonebot-plugin-datastore's releases.

v1.2.1

🐛 Bug 修复

💫 杂项

Changelog

Sourced from nonebot-plugin-datastore's changelog.

[1.2.1] - 2024-06-13

Fixed

  • 让自动获取插件名更稳定
Commits
  • 87cc334 chore(release): v1.2.1 [skip ci]
  • 8cd2a7e chore(deps): 更新 lock 文件
  • 4ecb407 chore(deps): bump the actions-update group with 2 updates (#202)
  • 9fbd894 fix: 让自动获取插件名更稳定 (#216)
  • 0a2409a chore(deps): 更新至 nb 2.3.0 并修复测试 (#215)
  • dbcc7ad chore: auto update by pre-commit hooks (#208)
  • See full diff in compare view


Updates nonebot-plugin-bawiki from 0.11.2 to 0.11.3

Release notes

Sourced from nonebot-plugin-bawiki's releases.

v0.11.3

Full Changelog: https://github.com/lgc-NB2Dev/nonebot-plugin-bawiki/compare/v0.11.2...v0.11.3

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.33%. Comparing base (c52b706) to head (5df3468).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #582 +/- ## ======================================= Coverage 81.33% 81.33% ======================================= Files 64 64 Lines 2572 2572 ======================================= Hits 2092 2092 Misses 480 480 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 3 months ago

Superseded by #583.