From af529a642f0d33396bf9d6f24c5beeac88abca97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86Bump=20arko-wrapper=20from=200.2.4=20t?= =?UTF-8?q?o=200.2.5?= 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.4 to 0.2.5. - [Release notes](https://github.com/ArkoClub/ArkoWrapper/releases) - [Commits](https://github.com/ArkoClub/ArkoWrapper/compare/v0.2.4...v0.2.5) --- 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 4590641..07e1856 100644 --- a/poetry.lock +++ b/poetry.lock @@ -119,7 +119,7 @@ zookeeper = ["kazoo"] [[package]] name = "arko-wrapper" -version = "0.2.4" +version = "0.2.5" description = "给你的Python迭代器加上魔法" category = "main" optional = false @@ -1313,7 +1313,7 @@ test = ["pytest", "pytest-asyncio", "flaky"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "111a17c3affaf9d0c684ccb368b7245259d8831042a83d6adb4eb079e842c9f8" +content-hash = "9246936459fcbe3e7132da9be5f2079ca46ff396f8788eec5acf7bc42b2d5023" [metadata.files] aiofiles = [ @@ -1434,8 +1434,8 @@ APScheduler = [ {file = "APScheduler-3.9.1.tar.gz", hash = "sha256:65e6574b6395498d371d045f2a8a7e4f7d50c6ad21ef7313d15b1c7cf20df1e3"}, ] arko-wrapper = [ - {file = "arko-wrapper-0.2.4.tar.gz", hash = "sha256:92b7771c72f3b18d5193b8b4375f1b0f52cb94d3933b00118c281d6e582819ae"}, - {file = "arko_wrapper-0.2.4-py3-none-any.whl", hash = "sha256:703dcfeeb95c43631d8cba02eebbc57973a3f0bdca7353dfc57b38b257a94774"}, + {file = "arko-wrapper-0.2.5.tar.gz", hash = "sha256:8bad00e8c5d5107cebd773a6a5c0f697695cc86784d32a0d8d7fa6cc0726dbe5"}, + {file = "arko_wrapper-0.2.5-py3-none-any.whl", hash = "sha256:54ed01efd29bee7ec5481a4796ae025b2336f367f7d230500f0aee9ddeb9ff39"}, ] async-lru = [ {file = "async-lru-1.0.3.tar.gz", hash = "sha256:c2cb9b2915eb14e6cf3e717154b40f715bf90e596d73623677affd0d1fbcd32a"}, diff --git a/pyproject.toml b/pyproject.toml index 82ebba9..4f837bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pytest = { version = "^7.2.0", optional = true } pytest-asyncio = { version = "^0.20.3", optional = true } flaky = { version = "^3.7.0", optional = true } lxml = "^4.9.2" -arko-wrapper = "^0.2.4" +arko-wrapper = "^0.2.5" fastapi = "^0.88.0" uvicorn = {extras = ["standard"], version = "^0.19.0"} sentry-sdk = "^1.12.1"