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

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2024

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

Package From To
pydantic 2.6.4 2.7.1
matplotlib 3.8.3 3.8.4
nb-cli 1.4.0 1.4.1
nonebot-adapter-qq 1.4.2 1.4.4
nonebot-adapter-kaiheila 0.3.3 0.3.4
nonebot-adapter-satori 0.10.2 0.11.3
nonebot-plugin-wordcloud 0.7.1 0.7.2
nonebot-plugin-orm 0.7.1 0.7.2
nonebot-plugin-send-anything-anywhere 0.6.0 0.6.1
nonebot-plugin-alconna 0.41.1 0.45.0

Updates pydantic from 2.6.4 to 2.7.1

Release notes

Sourced from pydantic's releases.

v2.7.1 (2024-04-23)

What's Changed

Packaging

New Features

Changes

  • Use field description for RootModel schema description when there is by @​LouisGobert in #9214

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.7.0...v2.7.1/

v2.7.0 (2024-04-11)

The code released in v2.7.0 is practically identical to that of v2.7.0b1.

What's Changed

Packaging

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.7.1 (2024-04-23)

GitHub release

What's Changed

Packaging

New Features

Changes

  • Use field description for RootModel schema description when there is by @​LouisGobert in #9214

Fixes

New Contributors

v2.7.0 (2024-04-11)

GitHub release

The code released in v2.7.0 is practically identical to that of v2.7.0b1.

... (truncated)

Commits
  • 2612947 2.7.1 release prep (#9307)
  • 2b8efa2 Move TODO regarding pickling to markdown (#9288)
  • 73d1049 adds test case for unexpected discriminated union behavior (#9236)
  • c33b925 Change CI to use macos-13 for Python 3.8 and 3.9 (#9305)
  • 82e4664 Fix model json schema with config types (#9287)
  • a0f18e3 Fix bullets in Strict Mode docs (#9296)
  • 77b0e1c Address case where model_construct on a class which defines model_post_init f...
  • 6322b24 Fix strict application to function-after with use_enum_values (#9279)
  • bb857bd docs(performance): remove section on literal vs enum performance (#9262)
  • 3c15a8b docs: make TypeAdapter example PEP-8 compliant (#9268)
  • Additional commits viewable in compare view

Updates matplotlib from 3.8.3 to 3.8.4

Release notes

Sourced from matplotlib's releases.

REL: v3.8.4

This is the fourth micro release of the 3.8 series.

Highlights of the 3.8.4 release include:

  • Enable building against numpy 2.0; released wheels are built against numpy 2
  • macosx: Clean up single-shot timers correctly
  • Add a draw during show for macos backend
  • Fix color sequence data for Set2 and Set3
  • gtk: Ensure pending draws are done before GTK draw
  • Update "Created with" url in hand.svg
  • Avoid modifying user input to Axes.bar
  • fix quiver3d incorrect arrow colors
Commits
  • 8fb842c REL: v3.8.4
  • 149521e Release prep v3.8.4
  • 39e91a4 Merge branch 'v3.8.3-doc' into v3.8.x
  • e5dd407 Github stats for v3.8.4
  • dbb4e04 Merge pull request #28015 from meeseeksmachine/auto-backport-of-pr-27955-on-v...
  • e0a38c6 Merge pull request #27993 from ksunden/np_2_build
  • dea6de9 Backport PR #27955: Add a draw during show for macos backend
  • 0ec1774 Unpin numpy 2 for install, build against numpy rc for isolated builds
  • 8f1698f Merge pull request #28001 from meeseeksmachine/auto-backport-of-pr-28000-on-v...
  • 79ee5af Backport PR #28000: Fix color sequence data for Set2 and Set3
  • Additional commits viewable in compare view

Updates nb-cli from 1.4.0 to 1.4.1

Release notes

Sourced from nb-cli's releases.

Release 1.4.1

What's Changed

Full Changelog: nonebot/nb-cli@v1.4.0...v1.4.1

Commits

Updates nonebot-adapter-qq from 1.4.2 to 1.4.4

Release notes

Sourced from nonebot-adapter-qq's releases.

Release 1.4.4

Full Changelog: nonebot/adapter-qq@v1.4.3...v1.4.4

Release 1.4.3

Full Changelog: nonebot/adapter-qq@v1.4.2...v1.4.3

Commits

Updates nonebot-adapter-kaiheila from 0.3.3 to 0.3.4

Release notes

Sourced from nonebot-adapter-kaiheila's releases.

v0.3.4

What's Changed

New Contributors

Full Changelog: Tian-que/nonebot-adapter-kaiheila@v0.3.3...v0.3.4

Commits

Updates nonebot-adapter-satori from 0.10.2 to 0.11.3

Release notes

Sourced from nonebot-adapter-satori's releases.

Adapter Satori 0.11.3

  • 调整 Message 构造

Full Changelog: nonebot/adapter-satori@v0.11.2...v0.11.3

Adapter Satori 0.11.2

  • 修复 MessageSegment.quoteMessageSegment.render_message

Full Changelog: nonebot/adapter-satori@v0.11.1...v0.11.2

Adapter Satori 0.11.1

  • 修复 Member 模型
  • 修复 check_reply

Full Changelog: nonebot/adapter-satori@v0.11.0...v0.11.1

Adapter Satori 0.11.0

新增

  • MessageSegment 新增 children 属性,即现在所有消息段皆可拥有子元素
  • 消息段可用 xxx(...) 方式增加子元素
  • Message 增加一个 query 方法,用于递归查找所有符合类型的消息段

修复

  • 修复 MessageEvent 处理 at 等元素后被还原的问题 #17

Full Changelog: nonebot/adapter-satori@v0.10.5...v0.11.0

Adapter Satori 0.10.5

  • 修复 Payload Ready 的 pyd model

Full Changelog: nonebot/adapter-satori@v0.10.4...v0.10.5

Adapter Satori 0.10.4

  • 平台拓展元素现在用 Custom 包装
  • reply 元素若只携带了msgid 现在适配器会尝试获取原消息

Full Changelog: nonebot/adapter-satori@v0.10.3...v0.10.4

Adapter Satori 0.10.3

  • 更新 Author, Image, Audio 等消息元素的字段
  • 修复消息元素无法传入平台扩展字段的问题

Full Changelog: nonebot/adapter-satori@v0.10.2...v0.10.3

Commits

Updates nonebot-plugin-wordcloud from 0.7.1 to 0.7.2

Release notes

Sourced from nonebot-plugin-wordcloud's releases.

v0.7.2

🐛 Bug 修复

  • fix: 修复某个群组定时发送词云失败时影响其他群组的问题 @​he0119 (#282)

💫 杂项

Changelog

Sourced from nonebot-plugin-wordcloud's changelog.

[0.7.2] - 2024-04-29

Fixed

  • 修复某个群组定时发送词云失败时影响其他群组的问题
Commits
  • 2545ab7 chore(release): v0.7.2
  • 39eef79 chore(deps): 更新至最新依赖并修复测试 (#286)
  • 703cd43 chore(deps): bump szenius/set-timezone from 1.2 to 2.0 in the actions-update ...
  • 5576e62 chore(deps-dev): bump the development-dependencies group with 8 updates (#284)
  • 25bd6f6 fix: 修复某个群组定时发送词云失败时影响其他群组的问题 (#282)
  • b092eaf chore: auto update by pre-commit hooks (#273)
  • See full diff in compare view

Updates nonebot-plugin-orm from 0.7.1 to 0.7.2

Release notes

Sourced from nonebot-plugin-orm's releases.

🔖 Release 0.7.2

What's Changed

Full Changelog: nonebot/plugin-orm@v0.7.1...v0.7.2

Commits
  • d213e34 🔖 Release 0.7.2
  • fa9640a 🚸 feat(alembic): upgrade prompt on startup
  • 5ebcc57 🐛 fix(sqla): don't cache AsyncSession dependency
  • See full diff in compare view

Updates nonebot-plugin-send-anything-anywhere from 0.6.0 to 0.6.1

Commits

Updates nonebot-plugin-alconna from 0.41.1 to 0.45.0

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.45.0

破坏性改动

  • 删除 Custom

新增

  • builtins 模块,目前包括 extensionspluginsuniseg
  • extensions 模块目前包含:
    • ReplyRecordExtension: 将消息事件中的回复暂存在 extension 中,使得解析用的消息不带回复信息,同时可以在后续的处理中获取回复信息。
    • DiscordSlashExtension: 将 Alconna 的命令自动转换为 Discord 的 Slash Command,并将 Slash Command 的交互事件转换为消息交给 Alconna 处理。
    • MarkdownOutputExtension: 将 Alconna 的自动输出转换为 Markdown 格式
    • TelegramSlashExtension: 将 Alconna 的命令注册在 Telegram 上以获得提示。
  • plugins 目前有 echohelp 两个插件
  • uniseg 目前有 chronocat 模块,拓展了 chronocat:facechronocat:marketface

改进

  • custom_register 现不再限制为 Custom 子类的构造,任意 Segment 子类都可
  • Custom.export 改为 custom_handler,允许任意 Segment 子类转为适配器对应消息段

Full Changelog: nonebot/plugin-alconna@v0.44.0...v0.45.0

Nonebot Plugin Alconna 0.44.0

破坏性改动

  • Custom.exportcustom_register 所需函数的签名分别增加了 exporterbuilder
  • Referencecontent 参数被移除

新增

  • Segment 新增 children 属性,即支持嵌套元素
  • Segment 实例可以通过 __call__来增加子元素:
    video = Video(url="https://www.bilibili.com/video/BV15p421S7da")(
        Text("当前平台不支持发送视频,请在 https://www.bilibili.com/video/BV15p421S7da 观看视频!")
        .mark(15, 58, "link")
    )
  • 新增 Segment.from_select 等方法,以表达提取嵌套元素:
    from nepattern import Dot
    from nonebot_plugin_alconna import Image, Video, select_first
    from nonebot_plugin_alconna.typings import Link
    该指令接收任意可提取出图片的元素并返回第一个图片的 url
    m1 = Alconna("/m1", Args["img", Dot(select_first(Image), str, "url")])
    该指令接收链接或者视频元素里的链接
    m2 = Alconna("/m2", Args["link", [Link, Link.from_(Video)]])

改进

  • 类 koishi 构造器 Command 的参数现在能塞入 UniSeg 了:

... (truncated)

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 10 updates

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

| Package | From | To |
| --- | --- | --- |
| [pydantic](https://github.com/pydantic/pydantic) | `2.6.4` | `2.7.1` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.3` | `3.8.4` |
| [nb-cli](https://github.com/nonebot/nb-cli) | `1.4.0` | `1.4.1` |
| [nonebot-adapter-qq](https://github.com/nonebot/adapter-qq) | `1.4.2` | `1.4.4` |
| [nonebot-adapter-kaiheila](https://github.com/Tian-que/nonebot-adapter-kaiheila) | `0.3.3` | `0.3.4` |
| [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) | `0.10.2` | `0.11.3` |
| [nonebot-plugin-wordcloud](https://github.com/he0119/nonebot-plugin-wordcloud) | `0.7.1` | `0.7.2` |
| [nonebot-plugin-orm](https://github.com/nonebot/plugin-orm) | `0.7.1` | `0.7.2` |
| [nonebot-plugin-send-anything-anywhere](https://github.com/nonepkg/nonebot-plugin-all4one) | `0.6.0` | `0.6.1` |
| [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna) | `0.41.1` | `0.45.0` |



Updates `pydantic` from 2.6.4 to 2.7.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.4...v2.7.1)

Updates `matplotlib` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.3...v3.8.4)

Updates `nb-cli` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/nonebot/nb-cli/releases)
- [Commits](nonebot/nb-cli@v1.4.0...v1.4.1)

Updates `nonebot-adapter-qq` from 1.4.2 to 1.4.4
- [Release notes](https://github.com/nonebot/adapter-qq/releases)
- [Commits](nonebot/adapter-qq@v1.4.2...v1.4.4)

Updates `nonebot-adapter-kaiheila` from 0.3.3 to 0.3.4
- [Release notes](https://github.com/Tian-que/nonebot-adapter-kaiheila/releases)
- [Commits](Tian-que/nonebot-adapter-kaiheila@v0.3.3...v0.3.4)

Updates `nonebot-adapter-satori` from 0.10.2 to 0.11.3
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](nonebot/adapter-satori@v0.10.2...v0.11.3)

Updates `nonebot-plugin-wordcloud` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/he0119/nonebot-plugin-wordcloud/releases)
- [Changelog](https://github.com/he0119/nonebot-plugin-wordcloud/blob/main/CHANGELOG.md)
- [Commits](he0119/nonebot-plugin-wordcloud@v0.7.1...v0.7.2)

Updates `nonebot-plugin-orm` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/nonebot/plugin-orm/releases)
- [Commits](nonebot/plugin-orm@v0.7.1...v0.7.2)

Updates `nonebot-plugin-send-anything-anywhere` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/nonepkg/nonebot-plugin-all4one/releases)
- [Commits](https://github.com/nonepkg/nonebot-plugin-all4one/commits)

Updates `nonebot-plugin-alconna` from 0.41.1 to 0.45.0
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](nonebot/plugin-alconna@v0.41.1...v0.45.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nb-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nonebot-adapter-qq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nonebot-adapter-kaiheila
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nonebot-adapter-satori
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: nonebot-plugin-wordcloud
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nonebot-plugin-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nonebot-plugin-send-anything-anywhere
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nonebot-plugin-alconna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 30, 2024
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.33%. Comparing base (f81e38a) to head (8225283).

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

Superseded by #557.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/production-dependencies-a452c5d718 branch May 1, 2024 00:46
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants