Skip to content

Commit ee6c957

Browse files
fix: bump websockets version on ci/cd
1 parent 1cd57e9 commit ee6c957

File tree

4 files changed

+92
-180
lines changed

4 files changed

+92
-180
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
pip install "Pillow==10.3.0"
7272
pip install "jsonschema==4.22.0"
7373
pip install "pytest-xdist==3.6.1"
74-
pip install "websockets==10.4"
74+
pip install "websockets==13.1.0"
7575
pip uninstall posthog -y
7676
- save_cache:
7777
paths:

0 commit comments

Comments
 (0)