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 7 updates #553

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 7 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.0
nonebot-plugin-send-anything-anywhere 0.6.0 0.6.1
nonebot-plugin-alconna 0.41.1 0.43.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.0

Release notes

Sourced from nonebot-adapter-satori's releases.

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-send-anything-anywhere from 0.6.0 to 0.6.1

Commits

Updates nonebot-plugin-alconna from 0.41.1 to 0.43.0

Release notes

Sourced from nonebot-plugin-alconna's releases.

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

Nonebot Plugin Alconna 0.42.3

  • 修复未增加 onebot12 target fetcher 的问题
  • 去掉 Target 的 dataclass 以避免 pyd 的加料

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

Nonebot Plugin Alconna 0.42.2

  • Target.dump 增加 only_scope 参数,设为 True则不保存 adapter 信息
  • SupportScope 新增 onebot12_othersatori_other
  • MsgTarget 等获取的 target 会携带 scope 信息

Full Changelog: nonebot/plugin-alconna@v0.42.1...v0.42.2

Nonebot Plugin Alconna 0.42.1

  • Target 的 selector 与 从 scope 获得的 selector 现在是独立的(即二者会组合)
  • 新增 apply_fetch_targets,调用后会在 nonebot 启动后为每个 bot 运行一次发送对象列表拉取
  • Target 的 selector 的默认函数现在为从拉取到的对象列表中判断是否符合
  • 新增配置项 alconna_apply_fetch_targets,控制是否启动时拉取一次发送对象列表
  • Target 增加 dump, load 方法,用来存储与读取

附1:target 上 adapter,scope等的优先级为 adapter & platform > scope > selector 附2:自定义 selector:

async def is_friend(target: Target, bot: Bot):
    if not target.private:
        return False
    friends = await bot.get_friend_list()
    return target.id in [friend["user_id"] for friend in friends]
user_target = Target("123", private=True, selector=is_friend, adapter=SupportAdapter.onebot11)

Full Changelog: nonebot/plugin-alconna@v0.42.0...v0.42.1

Nonebot Plugin Alconna 0.42.0

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

Bumps the production-dependencies group with 7 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.0` |
| [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.43.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.0
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](nonebot/adapter-satori@v0.10.2...v0.11.0)

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.43.0
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](nonebot/plugin-alconna@v0.41.1...v0.43.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-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 25, 2024
Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

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

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/pip/production-dependencies-bf987eea25 branch April 29, 2024 00:36
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