Skip to content

Commit

Permalink
chore(deps): bump trio-websocket from 0.9.2 to 0.11.1
Browse files Browse the repository at this point in the history
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](python-trio/trio-websocket@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 27, 2024
1 parent 9d9e7f5 commit 7e86ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7e86ac7

Please sign in to comment.