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

build(deps): bump the production-dependencies group with 2 updates #97

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the production-dependencies group with 2 updates: nonebot-plugin-orm and nonebot-plugin-alconna.

Updates nonebot-plugin-orm from 0.6.2 to 0.6.3

Release notes

Sourced from nonebot-plugin-orm's releases.

🔖 Release 0.6.3

What's Changed

Full Changelog: nonebot/plugin-orm@v0.6.2...v0.6.3

Commits

Updates nonebot-plugin-alconna from 0.35.1 to 0.36.2

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.36.2

  • 修复 funcommandCommand 的隐式消息发送

Full Changelog: nonebot/plugin-alconna@v0.36.1...v0.36.2

Nonebot Plugin Alconna 0.36.1

  • 不再依赖 fleep 库,而是内置
  • 调整 AlconnaMatcher 的 rule 顺序

Full Changelog: nonebot/plugin-alconna@v0.36.0...v0.36.1

Nonebot Plugin Alconna 0.36.0

What's Changed

  • 新增了一个 patch_saa,能够在 nonebot-plugin-send-anything-anywhereMessageFactory.send 遇到不支持的平台时转用 uniseg 发送
  • 新增元素 Custom,可以由用户自定义设置序列化与反序列化:
    from nonebot_plugin_alconna import Custom, custom_register
    class MyCustom(Custom):
    def export(self, msg_type: Message):
    	return msg_type.get_segment_class()("foo", {"bar": 123})
    
    @​custom_register(MyCustom, "foo")
    def create(seg: MessageSegment):
    return MyCustom("foo", {"bar": 123})

  • ⬆️ auto update by pre-commit hooks by @​pre-commit-ci in nonebot/plugin-alconna#30
  • 修复 satori 适配器解析 at 元素的问题

Full Changelog: nonebot/plugin-alconna@v0.35.1...v0.36.0

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

Bumps the production-dependencies group with 2 updates: [nonebot-plugin-orm](https://github.com/nonebot/plugin-orm) and [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna).


Updates `nonebot-plugin-orm` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/nonebot/plugin-orm/releases)
- [Commits](nonebot/plugin-orm@v0.6.2...v0.6.3)

Updates `nonebot-plugin-alconna` from 0.35.1 to 0.36.2
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](nonebot/plugin-alconna@v0.35.1...v0.36.2)

---
updated-dependencies:
- dependency-name: nonebot-plugin-orm
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2024
Copy link

codecov bot commented Feb 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a3dce6f) 100.00% compared to head (f800a01) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #97   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          210       210           
=========================================
  Hits           210       210           

☔ 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 Feb 8, 2024

Superseded by #99.

@dependabot dependabot bot closed this Feb 8, 2024
@dependabot dependabot bot deleted the dependabot/pip/production-dependencies-59ccac9ce5 branch February 8, 2024 13:32
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.

0 participants