Skip to content

Commit 3a5b636

Browse files
Bump websockets from 15.0.1 to 16.0 (#1676)
Bumps [websockets](https://github.com/python-websockets/websockets) from 15.0.1 to 16.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](python-websockets/websockets@15.0.1...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bc2187 commit 3a5b636

File tree

2 files changed

+39
-40
lines changed

2 files changed

+39
-40
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dev = [
3737
]
3838
remotesettings = [
3939
"cryptography>=45.0.5,<47.0.0",
40-
"websockets<16.0,>=15.0",
40+
"websockets>=15.0,<17.0",
4141
"beautifulsoup4<5.0.0,>=4.13.4",
4242
"autograph-utils<2.0.0,>=1.0.1",
4343
"canonicaljson-rs<1.0.0,>=0.7.1",

0 commit comments

Comments
 (0)