From 44705a3c08a0e659b0bc377e4ab6ce9f916f8474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 09:23:07 +0000 Subject: [PATCH] build(deps-dev): bump the python-dependencies group across 1 directory with 2 updates Bumps the python-dependencies group with 2 updates in the / directory: [asyncua](https://github.com/FreeOpcUa/opcua-asyncio) and [websockets](https://github.com/python-websockets/websockets). Updates `asyncua` from 1.1.8 to 2.0.1 - [Release notes](https://github.com/FreeOpcUa/opcua-asyncio/releases) - [Changelog](https://github.com/FreeOpcUa/opcua-asyncio/blob/master/release.py) - [Commits](https://github.com/FreeOpcUa/opcua-asyncio/compare/v1.1.8...v2.0.1) Updates `websockets` from 15.0.1 to 17.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/15.0.1...17.1) --- updated-dependencies: - dependency-name: asyncua dependency-version: 2.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies - dependency-name: websockets dependency-version: '17.1' dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9470283..1483dc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] [project.optional-dependencies] -lab = ["paho-mqtt==2.1.0", "asyncua==1.1.8", "websockets==15.0.1"] +lab = ["paho-mqtt==2.1.0", "asyncua==2.0.1", "websockets==17.1"] [project.urls] Homepage = "https://github.com/promiseeuler/UMP"