diff --git a/poetry.lock b/poetry.lock index e14687b..8bbf9bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiofiles" @@ -574,12 +574,12 @@ files = [ [[package]] name = "peewee" -version = "3.17.7" +version = "3.17.8" description = "a little orm" optional = false python-versions = "*" files = [ - {file = "peewee-3.17.7.tar.gz", hash = "sha256:6aefc700bd530fc6ac23fa19c9c5b47041751d92985b799169c8e318e97eabaa"}, + {file = "peewee-3.17.8.tar.gz", hash = "sha256:ce1d05db3438830b989a1b9d0d0aa4e7f6134d5f6fd57686eeaa26a3e6485a8c"}, ] [[package]] @@ -868,4 +868,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ff35a48c2a0d58a6100cdabed485b89a7a97d0674ed736db9bac36190d8c670b" +content-hash = "9a8df1b14ee81af49589e9e2be2be81b018b5eae461626bdf36b48e25aa8cb11" diff --git a/pyproject.toml b/pyproject.toml index f526e19..65a0223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ aiofiles = "^24.1.0" requests = "^2.32.3" fastapi-utils = "^0.8.0" python-dotenv = "^1.0.1" -peewee = "^3.17.7" +peewee = "^3.17.8" bcrypt = "^4.2.0" cryptography = "^43.0.3" greenlet = "^3.1.1"