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 8 updates #555

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 8 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.3
nonebot-adapter-satori 0.10.2 0.11.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.44.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.3

Release notes

Sourced from nonebot-adapter-qq's releases.

Release 1.4.3

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

Commits

Updates nonebot-adapter-satori from 0.10.2 to 0.11.2

Release notes

Sourced from nonebot-adapter-satori's releases.

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-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.44.0

Release notes

Sourced from nonebot-plugin-alconna's releases.

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 了:
    from nonebot_plugin_alconna import Command
    cmd = Command("/test <img:Image>").build()

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

Nonebot Plugin Alconna 0.43.0

Full Changelog: nonebot/plugin-alconna@v0.42.5...v0.43.0

Nonebot Plugin Alconna 0.42.5

升级依赖

Full Changelog: nonebot/plugin-alconna@v0.42.4...v0.42.5

Nonebot Plugin Alconna 0.42.4

  • 修复 UniMessage 出现的递归 bug

Full Changelog: nonebot/plugin-alconna@v0.42.3...v0.42.4

... (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 8 updates

Bumps the production-dependencies group with 8 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.3` |
| [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori) | `0.10.2` | `0.11.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.44.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.3
- [Release notes](https://github.com/nonebot/adapter-qq/releases)
- [Commits](nonebot/adapter-qq@v1.4.2...v1.4.3)

Updates `nonebot-adapter-satori` from 0.10.2 to 0.11.2
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](nonebot/adapter-satori@v0.10.2...v0.11.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.44.0
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](nonebot/plugin-alconna@v0.41.1...v0.44.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-satori
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 29, 2024
Copy link

codecov bot commented Apr 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #555   +/-   ##
=======================================
  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 Apr 30, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 30, 2024
@dependabot dependabot bot deleted the dependabot/pip/production-dependencies-6fd7f1c36d branch April 30, 2024 00:39
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