Skip to content

Commit

Permalink
upgrade websockets dependency to 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xzys committed Nov 26, 2024
1 parent 3ac429e commit 6921dd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
httpx = "^0.25.2"
websockets = "^12.0"
websockets = "^14.1"
typing-extensions = "^4.9.0"
dataclasses-json = "^0.6.3"
aiohttp = "^3.9.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pip install -r requirements.txt

# standard libs
websockets==12.*
websockets==14.*
httpx==0.*
dataclasses-json==0.*
dataclasses==0.*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=[
"httpx>=0.25.2",
"websockets>=12.0",
"websockets>=14.0",
"dataclasses-json>=0.6.3",
"typing_extensions>=4.9.0",
"aiohttp>=3.9.1",
Expand Down

0 comments on commit 6921dd2

Please sign in to comment.