diff --git a/poetry.lock b/poetry.lock index 8d10490..eec209f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -532,12 +532,12 @@ files = [ [[package]] name = "peewee" -version = "3.16.2" +version = "3.16.3" description = "a little orm" optional = false python-versions = "*" files = [ - {file = "peewee-3.16.2.tar.gz", hash = "sha256:10769981198c7311f84a0ca8db892fa213303a8eb1305deb795a71e7bd606a91"}, + {file = "peewee-3.16.3.tar.gz", hash = "sha256:12b30e931193bc37b11f7c2ac646e3f67125a8b1a543ad6ab37ad124c8df7d16"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 513275d..0388ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ aiofiles = "^23.1.0" requests = "^2.31.0" fastapi-utils = "^0.2.1" python-dotenv = "^1.0.0" -peewee = "^3.16.2" +peewee = "^3.16.3" bcrypt = "^4.0.1" cryptography = "^41.0.4" greenlet = "^2.0.2"