Skip to content

Commit

Permalink
Merge pull request #15 from mpol1t/dependabot/pip/websockets-12.0
Browse files Browse the repository at this point in the history
Bump websockets from 11.0.3 to 12.0
  • Loading branch information
mpol1t authored Mar 28, 2024
2 parents ccd5420 + 5fe0324 commit 3543bad
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 3543bad

Please sign in to comment.