From 54e4fdc48527899464ffbe778a10ebef64059afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:03:13 +0000 Subject: [PATCH] Update pywebpush requirement from >=2.0.0 to >=2.3.0 Updates the requirements on [pywebpush](https://github.com/web-push-libs/pywebpush) to permit the latest version. - [Release notes](https://github.com/web-push-libs/pywebpush/releases) - [Changelog](https://github.com/web-push-libs/pywebpush/blob/main/CHANGELOG.md) - [Commits](https://github.com/web-push-libs/pywebpush/compare/2.0.0...2.3.0) --- updated-dependencies: - dependency-name: pywebpush dependency-version: 2.3.0 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 374b83b..1c065a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "httpx>=0.27.0", "cryptography>=43.0.0", "psutil>=6.0.0", - "pywebpush>=2.0.0", + "pywebpush>=2.3.0", "python-multipart>=0.0.9", "psycopg[binary]>=3.2.0", ]