diff --git a/requirements.txt b/requirements.txt index c98a2c81..69805cab 100755 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ sniffio==1.3.0;python_version>="3.7" h11==0.14.0;python_version>="3.7" outcome==1.2.0;python_version>="3.7" trio==0.22.0;python_version>="3.7" -trio-websocket==0.10.2;python_version>="3.7" +trio-websocket==0.10.3;python_version>="3.7" pyopenssl==23.2.0;python_version>="3.7" wsproto==1.2.0;python_version>="3.7" selenium==3.141.0;python_version<"3.7" diff --git a/setup.py b/setup.py index fb256d55..f982f09c 100755 --- a/setup.py +++ b/setup.py @@ -166,7 +166,7 @@ setup( 'h11==0.14.0;python_version>="3.7"', 'outcome==1.2.0;python_version>="3.7"', 'trio==0.22.0;python_version>="3.7"', - 'trio-websocket==0.10.2;python_version>="3.7"', + 'trio-websocket==0.10.3;python_version>="3.7"', 'pyopenssl==23.2.0;python_version>="3.7"', 'wsproto==1.2.0;python_version>="3.7"', 'selenium==3.141.0;python_version<"3.7"',