mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-15 03:06:45 +03:00
update dependencies
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
""""
|
||||
Dict data set for Telegram message types
|
||||
"""
|
||||
|
||||
from typing import NamedTuple
|
||||
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user