From 376a0148ecc5b8ac6755dc1343f84ef8923b850f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:09:52 +0000 Subject: [PATCH] chore(deps): bump realtime from 2.6.0 to 2.7.0 Bumps [realtime](https://github.com/phoenixframework/phoenix) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/phoenixframework/phoenix/releases) - [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md) - [Commits](https://github.com/phoenixframework/phoenix/commits) --- updated-dependencies: - dependency-name: realtime dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59e9e70d..2174f4d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "postgrest == 1.1.1", - "realtime == 2.6.0", + "realtime == 2.7.0", "gotrue == 2.12.3", "storage3 == 0.12.0", "supafunc == 0.10.1",