From 972e42f40e1ade7aa597268e6db1b243fc154ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 16:44:58 +0000 Subject: [PATCH] build(deps): bump autobahn in /climweb/requirements Bumps [autobahn](https://github.com/crossbario/autobahn-python) from 24.4.2 to 26.7.1. - [Release notes](https://github.com/crossbario/autobahn-python/releases) - [Changelog](https://github.com/crossbario/autobahn-python/blob/master/docs/changelog.rst) - [Commits](https://github.com/crossbario/autobahn-python/compare/v24.4.2...v26.7.1) --- updated-dependencies: - dependency-name: autobahn dependency-version: 26.7.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- climweb/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climweb/requirements/base.txt b/climweb/requirements/base.txt index 1c7629de5..179b450b3 100644 --- a/climweb/requirements/base.txt +++ b/climweb/requirements/base.txt @@ -45,7 +45,7 @@ attrs==24.3.0 # referencing # service-identity # twisted -autobahn==24.4.2 +autobahn==26.7.1 # via daphne automat==24.8.1 # via twisted