From bdb3d2ab5fb90fc46bb27c86fc49f22350c9c4d1 Mon Sep 17 00:00:00 2001 From: zarazaex69 Date: Mon, 25 May 2026 10:07:50 +0300 Subject: [PATCH] chore: update dependencies to latest versions --- code/requirements.txt | 24 ++++++++++++------------ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/code/requirements.txt b/code/requirements.txt index 58c4de4..ea1b1da 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -1,13 +1,13 @@ -websockets>=12.0 -requests>=2.31.0 -aiohttp>=3.9.0 -aiortc>=1.9.0 -numpy>=1.24.0 -ggwave>=0.4.2 -qrcode>=7.4.2 -pillow>=10.0.0 -opencv-python>=4.8.0 +websockets>=16.0 +requests>=2.34.2 +aiohttp>=3.13.5 +aiortc>=1.14.0 +numpy>=2.4.6 +ggwave>=0.4.3 +qrcode>=8.2 +pillow>=12.2.0 +opencv-python>=4.13.0 pyzbar>=0.1.9 -cryptography>=41.0.0 -imageio[ffmpeg]>=2.31.0 -livekit \ No newline at end of file +cryptography>=48.0.0 +imageio[ffmpeg]>=2.37.3 +livekit>=1.1.8 diff --git a/go.mod b/go.mod index 8a5de11..7a38220 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/xtaci/kcp-go/v5 v5.6.72 github.com/xtaci/smux v1.5.57 github.com/zarazaex69/gr v0.1.4 - github.com/zarazaex69/j v0.0.0-20260523204249-4015c3c4de75 + github.com/zarazaex69/j v0.0.0-20260525065402-ab14a8750587 golang.org/x/crypto v0.52.0 golang.org/x/mobile v0.0.0-20260520154334-0e4426e1883d golang.org/x/sys v0.45.0 diff --git a/go.sum b/go.sum index 98475ba..3a6c2c3 100644 --- a/go.sum +++ b/go.sum @@ -231,8 +231,8 @@ github.com/xtaci/smux v1.5.57/go.mod h1:IGQ9QYrBphmb/4aTnLEcJby0TNr3NV+OslIOMrX8 github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/zarazaex69/gr v0.1.4 h1:7u9JRGCFqAfMKk3cG2VR9uiZRSHdCdv25ySwzK4LTOY= github.com/zarazaex69/gr v0.1.4/go.mod h1:hAk5j/s2QFlvr3bJkjPwakZENsMBx6VOUN1GwYzYoRw= -github.com/zarazaex69/j v0.0.0-20260523204249-4015c3c4de75 h1:VoS7CB/151kq8zrsI2keb/SuqIquF7LVtVnDRYLijC8= -github.com/zarazaex69/j v0.0.0-20260523204249-4015c3c4de75/go.mod h1:7/ypJTenOIPx23fpo5uF7l4u+rxZqg9cFbTL/N77Ktc= +github.com/zarazaex69/j v0.0.0-20260525065402-ab14a8750587 h1:BBlIf0+5czVJKS/ti5D/UGq24qw9CLiDDev4PFB33SU= +github.com/zarazaex69/j v0.0.0-20260525065402-ab14a8750587/go.mod h1:7/ypJTenOIPx23fpo5uF7l4u+rxZqg9cFbTL/N77Ktc= github.com/zeebo/assert v1.3.0 h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ= github.com/zeebo/assert v1.3.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0= github.com/zeebo/xxh3 v1.1.0 h1:s7DLGDK45Dyfg7++yxI0khrfwq9661w9EN78eP/UZVs=