Skip to content

Commit 6acf3b4

Browse files
Update websockets & certifi dependencies (#813)
* Update pyproject.toml * Bump poetry.lock
1 parent a25ece5 commit 6acf3b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ packages = [
2626
[tool.poetry.dependencies]
2727
python = "^3.8"
2828
urllib3 = ">=1.26.9,<3.0.0"
29-
websockets = ">=10.3,<14.0"
30-
certifi = ">=2022.5.18,<2025.0.0"
29+
websockets = ">=10.3,<15.0"
30+
certifi = ">=2022.5.18,<2026.0.0"
3131

3232
[tool.poetry.dev-dependencies]
3333
black = "^24.8.0"

0 commit comments

Comments
 (0)