diff --git a/poetry.lock b/poetry.lock index 4835fd8..546a12e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -47,14 +47,14 @@ trio = ["trio (>=0.23)"] [[package]] name = "authlib" -version = "1.6.4" +version = "1.6.5" description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "authlib-1.6.4-py2.py3-none-any.whl", hash = "sha256:39313d2a2caac3ecf6d8f95fbebdfd30ae6ea6ae6a6db794d976405fdd9aa796"}, - {file = "authlib-1.6.4.tar.gz", hash = "sha256:104b0442a43061dc8bc23b133d1d06a2b0a9c2e3e33f34c4338929e816287649"}, + {file = "authlib-1.6.5-py2.py3-none-any.whl", hash = "sha256:3e0e0507807f842b02175507bdee8957a1d5707fd4afb17c32fb43fee90b6e3a"}, + {file = "authlib-1.6.5.tar.gz", hash = "sha256:6aaf9c79b7cc96c900f0b284061691c5d4e61221640a948fe690b556a6d6d10b"}, ] [package.dependencies] @@ -2741,4 +2741,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "dffebb5f07dad3a0b0bbfda0cba50689bfde0f407737f5baba6ace8f90377031" +content-hash = "9b3854e798839453b8df5ed02bb627917e3b5ce48221d5aa56da85f7c04a8dfe" diff --git a/pyproject.toml b/pyproject.toml index ae502ad..73319c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ python = "^3.12" fastapi = {extras = ["all"], version = "^0.115.2"} uvicorn = {extras = ["standard"], version = "^0.34.2"} fastapi-healthchecks = "^1.0.7" -authlib = "^1.6.4" +authlib = "^1.6.5" python-dotenv = "^1.0.0" motor = "^3.3.1" httpx = "^0.27.0"