diff --git a/poetry.lock b/poetry.lock index 76fa2ec..1e46301 100644 --- a/poetry.lock +++ b/poetry.lock @@ -690,17 +690,21 @@ files = [ [[package]] name = "peewee" -version = "3.19.0" +version = "4.0.1" description = "a little orm" optional = false python-versions = "*" groups = ["main"] 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.0.1-py3-none-any.whl", hash = "sha256:10afaa02c9f6d0f2dfe0f5b9007075c985eb141ab740a8831e37be2a61b3595c"}, + {file = "peewee-4.0.1.tar.gz", hash = "sha256:beb1a173a52952a4d69197ca36408166740b2ced339c0e8159617c3fa1e1c4da"}, ] [package.extras] +aiomysql = ["aiomysql", "greenlet"] +aiosqlite = ["aiosqlite", "greenlet"] +asyncpg = ["asyncpg", "greenlet"] +cysqlite = ["cysqlite"] mysql = ["pymysql"] postgres = ["psycopg2-binary"] psycopg3 = ["psycopg[binary]"] @@ -1046,4 +1050,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.6.3) [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "a35679608a21f647756c45c6d6912ed12d77eb9874d0e30c1d6399e38653d591" +content-hash = "ee73da5983b893cf6b31cd6246c9c4e37672b58c27a17cf71ddd4674f7737685" diff --git a/pyproject.toml b/pyproject.toml index 048eeb1..2126427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ aiofiles = "^25.1.0" requests = "^2.32.5" fastapi-utils = "^0.8.0" python-dotenv = "^1.2.1" -peewee = "^3.19.0" +peewee = "^4.0.1" bcrypt = "^5.0.0" cryptography = "^46.0.5" greenlet = "^3.3.1"