fix(deps): update dependency websockets to v15 (#83)
All checks were successful
Actions / Lint Code (Ruff & Pylint) (push) Successful in 55s
Actions / Build Documentation (MkDocs) (push) Successful in 1m7s

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [websockets](https://github.com/python-websockets/websockets) ([changelog](https://websockets.readthedocs.io/en/stable/project/changelog.html)) | project.dependencies | major | `==14.2` -> `==15.0.1` |

---

### Release Notes

<details>
<summary>python-websockets/websockets (websockets)</summary>

### [`v15.0.1`](https://github.com/python-websockets/websockets/releases/tag/15.0.1)

[Compare Source](https://github.com/python-websockets/websockets/compare/15.0...15.0.1)

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

### [`v15.0`](https://github.com/python-websockets/websockets/releases/tag/15.0)

[Compare Source](https://github.com/python-websockets/websockets/compare/14.2...15.0)

See https://websockets.readthedocs.io/en/stable/project/changelog.html for details.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #83
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
This commit is contained in:
Renovate 2025-03-29 08:20:45 -04:00 committed by cswimr
parent 19536a2351
commit 3d09f36b56
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F
2 changed files with 38 additions and 38 deletions

View file

@ -19,7 +19,7 @@ dependencies = [
"pydantic==2.10.6",
"red-discordbot==3.5.18",
"watchdog==6.0.0",
"websockets==14.2",
"websockets==15.0.1",
]
[dependency-groups]