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-dev): bump the development-dependencies group with 3 updates #115

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2024

Bumps the development-dependencies group with 3 updates: nonebot-adapter-onebot, nonebot-adapter-qq and nonebot-adapter-satori.

Updates nonebot-adapter-onebot from 2.4.1 to 2.4.2

Release notes

Sourced from nonebot-adapter-onebot's releases.

Release 2.4.2

What's Changed

Full Changelog: nonebot/adapter-onebot@v2.4.1...v2.4.2

Commits

Updates nonebot-adapter-qq from 1.4.1 to 1.4.2

Release notes

Sourced from nonebot-adapter-qq's releases.

Release 1.4.2

What's Changed

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

Commits

Updates nonebot-adapter-satori from 0.9.3 to 0.10.1

Release notes

Sourced from nonebot-adapter-satori's releases.

Adapter Satori 0.10.1

  • 修复资源类消息段的构建错误

Full Changelog: nonebot/adapter-satori@v0.10.0...v0.10.1

Adapter Satori 0.10.0

破坏性改动

  • 移除 Style 元素,现在由 Text 负责记录样式信息
  • 嵌套样式会一并记录在同个 Text 消息段内,直到出现非文本类元素:
      <b>123<i>456</i>789</b> ==>
      Text(data={"text": "123456789", "styles": {(0, 3): ["b"], (3, 6): ["b", "i"], (6, 9): ["b"]}})
    

Full Changelog: nonebot/adapter-satori@v0.9.3...v0.10.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 development-dependencies group with 3 updates: [nonebot-adapter-onebot](https://github.com/nonebot/adapter-onebot), [nonebot-adapter-qq](https://github.com/nonebot/adapter-qq) and [nonebot-adapter-satori](https://github.com/nonebot/adapter-satori).


Updates `nonebot-adapter-onebot` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/nonebot/adapter-onebot/releases)
- [Commits](nonebot/adapter-onebot@v2.4.1...v2.4.2)

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

Updates `nonebot-adapter-satori` from 0.9.3 to 0.10.1
- [Release notes](https://github.com/nonebot/adapter-satori/releases)
- [Commits](nonebot/adapter-satori@v0.9.3...v0.10.1)

---
updated-dependencies:
- dependency-name: nonebot-adapter-onebot
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: nonebot-adapter-qq
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: nonebot-adapter-satori
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-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 Mar 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2024

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

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/pip/development-dependencies-e9406992e5 branch March 11, 2024 13:48
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