From 7e86ac72e5abe6df70344a329aa05d6ca1eec3bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:33:49 +0000 Subject: [PATCH] chore(deps): bump trio-websocket from 0.9.2 to 0.11.1 Bumps [trio-websocket](https://github.com/python-trio/trio-websocket) from 0.9.2 to 0.11.1. - [Changelog](https://github.com/python-trio/trio-websocket/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-trio/trio-websocket/compare/0.9.2...0.11.1) --- updated-dependencies: - dependency-name: trio-websocket dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02a3343e..a6bf7ff0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -91,7 +91,7 @@ tomli==2.0.1; python_version >= '3.7' tornado==6.4; python_version >= '3.5' traitlets==5.14.3; python_version >= '3.7' trio==0.19.0; python_version >= '3.7' -trio-websocket==0.9.2; python_version >= '3.7' +trio-websocket==0.11.1; python_version >= '3.7' typer==0.12.3; python_version >= '3.7' typing-extensions==4.11.0; python_version >= '3.8' urllib3[secure]==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'