update dependencies

This commit is contained in:
2024-02-10 01:09:23 +03:00
parent 26dd083fad
commit 521f7a1ffb
6 changed files with 403 additions and 333 deletions

View File

@@ -1,6 +1,7 @@
""""
Dict data set for Telegram message types
"""
from typing import NamedTuple

View File

@@ -10,7 +10,7 @@ networks:
services:
test-selenoid:
image: "aerokube/selenoid:1.11.1"
image: "aerokube/selenoid:1.11.2"
container_name: "test_transport_bot_selenoid"
hostname: "selenoid_host"
restart: unless-stopped
@@ -26,7 +26,7 @@ services:
- "4444"
test-browser:
image: "selenoid/chrome:120.0"
image: "selenoid/chrome:121.0"
container_name: "test_transport_bot_browser"
test-bot: