diff --git a/poetry.lock b/poetry.lock index 4b0bc6c9..1ed1293a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2625,16 +2625,18 @@ reference = "ali" [[package]] name = "nonebot2" -version = "2.3.3" +version = "2.4.0" description = "An asynchronous python bot framework." optional = false python-versions = ">=3.9,<4.0" files = [ - {file = "nonebot2-2.3.3-py3-none-any.whl", hash = "sha256:5bc8d073091347f29c4a1a2f927c24a8941e5d286c77139376259318b9bbfc68"}, - {file = "nonebot2-2.3.3.tar.gz", hash = "sha256:4fa7707de5d708c27cc49493bc78a07fee2ba01f5516835a2ea5fbebb49b9dfa"}, + {file = "nonebot2-2.4.0-py3-none-any.whl", hash = "sha256:7c712e05561afa4795c9135a5b27a43d076220f4538ffec518e68c344e3e51d4"}, + {file = "nonebot2-2.4.0.tar.gz", hash = "sha256:4b10e33d389847500c9bde9ef3c5533b604a90ca1529750245f1aaf82b28f1e1"}, ] [package.dependencies] +anyio = ">=4.4.0,<5.0.0" +exceptiongroup = ">=1.2.2,<2.0.0" fastapi = {version = ">=0.93.0,<1.0.0", optional = true, markers = "extra == \"fastapi\" or extra == \"all\""} loguru = ">=0.6.0,<1.0.0" pydantic = ">=1.10.0,<2.5.0 || >2.5.0,<2.5.1 || >2.5.1,<3.0.0" @@ -2660,13 +2662,13 @@ reference = "ali" [[package]] name = "nonebug" -version = "0.3.7" +version = "0.4.2" description = "nonebot2 test framework" optional = false -python-versions = ">=3.8,<4.0" +python-versions = ">=3.9,<4.0" files = [ - {file = "nonebug-0.3.7-py3-none-any.whl", hash = "sha256:c39f462aafe20660602a8b789a575db6c9346ab5b6f1985eb9d98b861528299a"}, - {file = "nonebug-0.3.7.tar.gz", hash = "sha256:8a75183400681f34eafc7caa2bb6dd511c3b5660c59264f1c379a088c7ac2247"}, + {file = "nonebug-0.4.2-py3-none-any.whl", hash = "sha256:83d9229ec899819e9f5786eabc0c27b9dd0cd5d6e2e7438f59923ab822d5c555"}, + {file = "nonebug-0.4.2.tar.gz", hash = "sha256:002dac00fed1fbff97574f3dffab2237fc41473b3bf3e73d2730ae34895bc137"}, ] [package.dependencies] @@ -5161,4 +5163,4 @@ reference = "ali" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f4d6ab4ff6f689294287bf2e2e81a4acfbc9d1a0b1f0080d95e56fb21d03422d" +content-hash = "193edb608a376c4efbd3d27d975a6847a074936ce8d21db323b01e0475d2b5fd" diff --git a/pyproject.toml b/pyproject.toml index 109c62c9..ea080650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ nonebot-plugin-uninfo = "^0.4.1" nonebot-plugin-alconna = "^0.53.1" [tool.poetry.dev-dependencies] -nonebug = "^0.3.2" +nonebug = "^0.4.0" pytest-cov = "^5.0.0" pytest-mock = "^3.6.1" pytest-asyncio = "^0.23.5"