diff --git a/pyproject.toml b/pyproject.toml index 6c0073f..3de2123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "chromatrace" -version = "0.2.11" +version = "0.2.12" description = "Advanced Python logging with tracing, coloring and FastAPI, Django, and SocketIO integrations" readme = "README.md" authors = [ @@ -25,9 +25,8 @@ dependencies = [ "lagom==2.6.0", "pydantic==2.9.2", "fastapi==0.100.0", - "socketio==0.2.1", - "python-socketio==5.11.4", - "python-socketio[client]==5.11.4", + "python-socketio==5.12.1", + "python-socketio[client]==5.12.1", "uvicorn[standard]==0.30.6", "uvicorn-worker==0.2.0", "python-multipart==0.0.10", diff --git a/requirements.txt b/requirements.txt index 06d6cf4..479fdd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,8 @@ django==5.1.1 lagom==2.6.0 pydantic==2.9.2 fastapi==0.100.0 -socketio==0.2.1 -python-socketio==5.11.4 -python-socketio[client]==5.11.4 +python-socketio==5.12.1 +python-socketio[client]==5.12.1 pytest==8.3.3 pytest-asyncio==0.24.0 pytest-cov==6.0.0