From 7b62097b879a6720a8148cbec0fae942a76003c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 20:13:56 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20arko-wrapper=20from=200.2.3?= =?UTF-8?q?=20to=200.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [arko-wrapper](https://github.com/ArkoClub/ArkoWrapper) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/ArkoClub/ArkoWrapper/releases) - [Commits](https://github.com/ArkoClub/ArkoWrapper/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: arko-wrapper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 17953a4..2ae536e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -119,7 +119,7 @@ zookeeper = ["kazoo"] [[package]] name = "arko-wrapper" -version = "0.2.3" +version = "0.2.4" description = "给你的Python迭代器加上魔法" category = "main" optional = false @@ -1288,7 +1288,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "314ad77bc5a88cac422b0feddf4daf798376af1e80f26bf2ddde1d4cb35f4332" +content-hash = "9f961856a3808d66f2fe178da9fbd6c3d1b04502fff522d01468740321ab7b29" [metadata.files] aiofiles = [ @@ -1409,8 +1409,8 @@ APScheduler = [ {file = "APScheduler-3.9.1.tar.gz", hash = "sha256:65e6574b6395498d371d045f2a8a7e4f7d50c6ad21ef7313d15b1c7cf20df1e3"}, ] arko-wrapper = [ - {file = "arko-wrapper-0.2.3.tar.gz", hash = "sha256:61927ac03c39c48d2514705b9af3642df30a200a7dd09e010131ebfe29774044"}, - {file = "arko_wrapper-0.2.3-py3-none-any.whl", hash = "sha256:25f41c22b265324db44508ec8b1875bafd7193b667d5e64164d8fa638301b8a5"}, + {file = "arko-wrapper-0.2.4.tar.gz", hash = "sha256:92b7771c72f3b18d5193b8b4375f1b0f52cb94d3933b00118c281d6e582819ae"}, + {file = "arko_wrapper-0.2.4-py3-none-any.whl", hash = "sha256:703dcfeeb95c43631d8cba02eebbc57973a3f0bdca7353dfc57b38b257a94774"}, ] async-timeout = [ {file = "async-timeout-4.0.2.tar.gz", hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"}, diff --git a/pyproject.toml b/pyproject.toml index 21a09a0..7cc9736 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest = { version = "^7.2.0", optional = true } pytest-asyncio = { version = "^0.20.1", optional = true } flaky = { version = "^3.7.0", optional = true } lxml = "^4.9.1" -arko-wrapper = "^0.2.3" +arko-wrapper = "^0.2.4" fastapi = "^0.85.1" uvicorn = {extras = ["standard"], version = "^0.19.0"} sentry-sdk = "^1.10.0"