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 with 4 updates #425

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the production-dependencies group with 4 updates: nonebot2, nonebot-adapter-red, nonebot-plugin-orm and nonebot-plugin-alconna.

Updates nonebot2 from 2.1.1 to 2.1.2

Release notes

Sourced from nonebot2's releases.

Release v2.1.2 🌈🎃

🚀 新功能

🐛 Bug 修复

📝 文档

💫 杂项

🍻 插件发布

🍻 机器人发布

🍻 适配器发布

... (truncated)

Commits

Updates nonebot-adapter-red from 0.7.1 to 0.7.2

Release notes

Sourced from nonebot-adapter-red's releases.

Adapter Red 0.7.2

What's Changed

New Contributors

Full Changelog: nonebot/adapter-red@v0.7.1...v0.7.2

Commits

Updates nonebot-plugin-orm from 0.3.0 to 0.4.1

Release notes

Sourced from nonebot-plugin-orm's releases.

🔖 Release 0.4.1

What's Changed

Full Changelog: nonebot/plugin-orm@v0.4.0...v0.4.1

🔖 Release 0.4.0

Notable Changes

from datetime import datetime
from sqlalchemy.orm import Mapped, mapped_column
from nonebot_plugin_orm import Model
class User(Model):
id: Mapped[int] = mapped_column(primary_key=True)
name: Mapped[str]
signup_ts: Mapped[datetime]
user = User(id="42", name="John Doe", signup_ts="2032-06-21T12:00")
print(
user  # User(id=42, name='John Doe', signup_ts=datetime.datetime(2032, 6, 21, 12, 0))
)

What's Changed

Full Changelog: nonebot/plugin-orm@v0.3.0...v0.4.0

Commits
  • 7593976 🔖 Release 0.4.1
  • 847322f 💥 revert(sqla)!: Model as pydantic dataclass
  • dded41a 🐛 fix(alembic): more robust editable plugin detect
  • 2b35f7e 🐛 fix(alembic): sync fail when db is not up to date
  • 19950e5 🐛 fix(alembic): multidb env.py type annotation
  • ada70b5 🐛 fix(sqla): fail with unusual type annotation
  • 8c3d7e7 🐛 fix: missing default metadata if specify SQLALCHEMY_DATABASE_URL
  • 656af8d 🔖 Release 0.4.0
  • d0fd030 ♻️ refactor(sqla): ORMParam
  • 95624a6 ✨ feat(alembic): sync
  • Additional commits viewable in compare view

Updates nonebot-plugin-alconna from 0.31.0 to 0.31.1

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.31.1

  • 修复 Feishu, QQ 等适配器下的 uniseg 的问题
  • Extension 增加方法 before_catch, 用于确定哪些参数应由自定义依赖注入处理
  • Extension 只有在 before_catchcatch 方法同时重写的情况下才会进行自定义依赖注入

Full Changelog: nonebot/plugin-alconna@v0.31.0...v0.31.1

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 4 updates: [nonebot2](https://github.com/nonebot/nonebot2), [nonebot-adapter-red](https://github.com/nonebot/adapter-red), [nonebot-plugin-orm](https://github.com/nonebot/plugin-orm) and [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna).


Updates `nonebot2` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/nonebot/nonebot2/releases)
- [Changelog](https://github.com/nonebot/nonebot2/blob/master/CHANGELOG.md)
- [Commits](nonebot/nonebot2@v2.1.1...v2.1.2)

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

Updates `nonebot-plugin-orm` from 0.3.0 to 0.4.1
- [Release notes](https://github.com/nonebot/plugin-orm/releases)
- [Commits](nonebot/plugin-orm@v0.3.0...v0.4.1)

Updates `nonebot-plugin-alconna` from 0.31.0 to 0.31.1
- [Release notes](https://github.com/nonebot/plugin-alconna/releases)
- [Commits](nonebot/plugin-alconna@v0.31.0...v0.31.1)

---
updated-dependencies:
- dependency-name: nonebot2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nonebot-adapter-red
  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-minor
  dependency-group: production-dependencies
- dependency-name: nonebot-plugin-alconna
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Nov 1, 2023
Copy link

codecov bot commented Nov 1, 2023

Codecov Report

Merging #425 (cbf6b24) into master (fc421fb) will not change coverage.
Report is 2 commits behind head on master.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #425   +/-   ##
=======================================
  Coverage   80.90%   80.90%           
=======================================
  Files          62       62           
  Lines        2498     2498           
=======================================
  Hits         2021     2021           
  Misses        477      477           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2023

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

@dependabot dependabot bot closed this Nov 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/production-dependencies-a5dfba47d8 branch November 2, 2023 00:09
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