diff --git a/poetry.lock b/poetry.lock index 48e9b3a..5769d39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -721,16 +721,20 @@ testing = ["docopt", "pytest (<6.0.0)"] [[package]] name = "peewee" -version = "3.19.0" +version = "4.2.6" description = "a little orm" optional = false python-versions = "*" files = [ - {file = "peewee-3.19.0-py3-none-any.whl", hash = "sha256:de220b94766e6008c466e00ce4ba5299b9a832117d9eb36d45d0062f3cfd7417"}, - {file = "peewee-3.19.0.tar.gz", hash = "sha256:f88292a6f0d7b906cb26bca9c8599b8f4d8920ebd36124400d0cbaaaf915511f"}, + {file = "peewee-4.2.6-py3-none-any.whl", hash = "sha256:b54c0f6e09c987465f8268bb2b4c1cba2e1b2788fcc0974c8e2233af1fd5af8f"}, + {file = "peewee-4.2.6.tar.gz", hash = "sha256:f40655c64a62eaa447af228e4b84a5e80d3c812d2de34c7b9c621a3ef0c6555c"}, ] [package.extras] +aiomysql = ["aiomysql", "greenlet"] +aiosqlite = ["aiosqlite", "greenlet"] +asyncpg = ["asyncpg", "greenlet"] +cysqlite = ["cysqlite"] mysql = ["pymysql"] postgres = ["psycopg2-binary"] psycopg3 = ["psycopg[binary]"] @@ -1280,4 +1284,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "83d3ca0667627458cbf33481d6891fb6f76e0f1c0d8a786d8afc0891c59df9b9" +content-hash = "c1ab8f8aa06a41630b728f967029d7255248873efc0e89438ef1e82df830b84c" diff --git a/pyproject.toml b/pyproject.toml index 9efdc51..7e4bc9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "2024.01.10" [tool.poetry.dependencies] celery = "~5.3.6" flask = {extras = ["async"], version = "^3.0.0"} -peewee = "~3.19.0" +peewee = "~4.2.0" pystmark = "~0.5.3" python = "~3.12" python-dotenv = "^1.0.0"