Compare commits

..

No commits in common. "dafada126081834de6206be728d1c153c074bbdf" and "1a852f944ab3aaa2350c2ab1e27c7730a571264c" have entirely different histories.

5 changed files with 261 additions and 373 deletions

View File

@ -1,7 +0,0 @@
import time
index = 0
while True:
index += 1
print(index, round(time.time() / 25))
time.sleep(1)

View File

@ -1,4 +1,4 @@
FROM selenoid/firefox:111.0 as builder FROM selenoid/firefox:110.0 as builder
FROM aerokube/selenoid:1.10.10 FROM aerokube/selenoid:latest-release

View File

@ -1,9 +1,9 @@
{ {
"firefox": { "firefox": {
"default": "111.0", "default": "110.0",
"versions": { "versions": {
"111.0": { "110.0": {
"image": "selenoid/firefox:111.0", "image": "selenoid/firefox:110.0",
"port": "4444", "port": "4444",
"path": "/wd/hub" "path": "/wd/hub"
} }

591
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,27 +5,27 @@ description = "Bot to help with mosgortans"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"] authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11.1" python = "^3.11"
aiogram = "^2.22" aiogram = "^2.21"
selenium = "^4.8" selenium = "^4.3.0"
httpx = "^0.23" httpx = "^0.23.0"
wget = "^3.2" wget = "^3.2"
loguru = "^0.6" loguru = "^0.6.0"
python-decouple = "^3.6" python-decouple = "^3.6"
apscheduler = "^3.9" apscheduler = "^3.9.1"
gunicorn = "^20.1" gunicorn = "^20.1.0"
factory-boy = "^3.2.1" factory-boy = "^3.2.1"
Faker = "^15.0.0" Faker = "^15.0.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
ipython = "^8.12.0" ipython = "^8.2.0"
pre-commit = "^2.21.0" pre-commit = "^2.21.0"
safety = "^2.3" safety = "^2.3.4"
yamllint = "^1.26.3" yamllint = "^1.26.3"
tomlkit = "^0.7.2" tomlkit = "^0.7.2"
bandit = "^1.7" bandit = "1.7.4"
requests = "^2.28" requests = "^2.28.0"
aresponses = "^2.1" aresponses = "^2.1"
pyupgrade = "^2.24.0" pyupgrade = "^2.24.0"
@ -36,8 +36,8 @@ mypy = "^0.991"
types-PyMySQL = "^1.0.11" types-PyMySQL = "^1.0.11"
types-python-dateutil = "^2.8.4" types-python-dateutil = "^2.8.4"
pytest = "^7.2" pytest = "^7.2.0"
pytest-asyncio = "^0.15" pytest-asyncio = "^0.15.1"
pytest-deadfixtures = "^2.2.1" pytest-deadfixtures = "^2.2.1"
pytest-testmon = "^1.1.2" pytest-testmon = "^1.1.2"
pytest-mock = "^3.6.1" pytest-mock = "^3.6.1"