From b417de8bf1dc896cbdd83cf7a87023ecfa98755b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 19:18:25 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20U?= =?UTF-8?q?pdate=20asyncz=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [asyncz](https://github.com/dymmond/asyncz) to permit the latest version. - [Release notes](https://github.com/dymmond/asyncz/releases) - [Changelog](https://github.com/dymmond/asyncz/blob/main/docs/release-notes.md) - [Commits](https://github.com/dymmond/asyncz/compare/0.13.0...0.13.1) --- updated-dependencies: - dependency-name: asyncz dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 072f99d3..d8ab0287 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ fastapi = "0.115.6" requests = "2.32.3" uvicorn = "0.34.0" apprise = "1.9.2" -asyncz = "0.13.0" +asyncz = "0.13.1" nicegui = "1.4.9" ping3 = "4.0.8" feedparser = "6.0.11"