Skip to content

Commit

Permalink
Bump websockets from 11.0.3 to 12.0
Browse files Browse the repository at this point in the history
Bumps [websockets](https://github.com/python-websockets/websockets) from 11.0.3 to 12.0.
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@11.0.3...12.0)

---
updated-dependencies:
- dependency-name: websockets
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent ccd5420 commit 5fe0324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{include = "async_websocket_pool"}]

[tool.poetry.dependencies]
python = "^3.10"
websockets = "^11.0.3"
websockets = ">=11.0.3,<13.0.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.3.1,<9.0.0"
Expand Down

0 comments on commit 5fe0324

Please sign in to comment.