Skip to content

Commit

Permalink
Update websockets & certifi dependencies (#813)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Bump poetry.lock
  • Loading branch information
justinpolygon authored Dec 23, 2024
1 parent a25ece5 commit 6acf3b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ packages = [
[tool.poetry.dependencies]
python = "^3.8"
urllib3 = ">=1.26.9,<3.0.0"
websockets = ">=10.3,<14.0"
certifi = ">=2022.5.18,<2025.0.0"
websockets = ">=10.3,<15.0"
certifi = ">=2022.5.18,<2026.0.0"

[tool.poetry.dev-dependencies]
black = "^24.8.0"
Expand Down

0 comments on commit 6acf3b4

Please sign in to comment.