my eye

Update deps and bump minor version

Committed 536ff5

--- a/pyproject.toml
+++ b/pyproject.toml

 [tool.poetry]
 name = "bgq"
-version = "0.1.3"
+version = "0.1.5"
 description = "a simple asynchronous background job queue"
 homepage = "https://ragt.ag/code/projects/bgq"
 repository = "https://ragt.ag/code/projects/bgq.git"
 sqlyte = ">0.0.50"
 txtint = ">0.0.68"
 webagt = ">0.0.5"
-webint = ">0.0.569"
+webint = ">=0.1.56"
 pendulum = "^2.1.2"
-gevent = "^23.7.0"
 
 [tool.poetry.group.dev.dependencies]
 gmpg = {path="../gmpg", develop=true}