Compare commits

...

2 commits

Author SHA1 Message Date
dependabot[bot]
b4b66373ac
Merge f32529b022 into 64f0926e2d 2024-12-02 12:11:30 +00:00
dependabot[bot]
f32529b022
chore: bump websockets from 13.1 to 14.1
Bumps [websockets](https://github.com/python-websockets/websockets) from 13.1 to 14.1.
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](https://github.com/python-websockets/websockets/compare/13.1...14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 11:56:16 +00:00

View file

@ -69,7 +69,7 @@ sync = [
"channels==4.2.0",
"daphne==4.1.2",
"pydantic==2.9.2",
"websockets==13.1",
"websockets==14.1",
]
[project.scripts]