diff --git a/poetry.lock b/poetry.lock index 3790ef977..f1d55e1f2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -139,14 +139,14 @@ tests-no-zope = ["cloudpickle ; platform_python_implementation == \"CPython\"", [[package]] name = "authlib" -version = "1.6.11" +version = "1.6.12" 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.11-py2.py3-none-any.whl", hash = "sha256:c8687a9a26451c51a34a06fa17bb97cb15bba46a6a626755e2d7f50da8bff3e3"}, - {file = "authlib-1.6.11.tar.gz", hash = "sha256:64db35b9b01aeccb4715a6c9a6613a06f2bd7be2ab9d2eb89edd1dfc7580a38f"}, + {file = "authlib-1.6.12-py2.py3-none-any.whl", hash = "sha256:e9229ad7fde610b139dd12f5edbe97eab9ee78bfb85691247e767727850b99ab"}, + {file = "authlib-1.6.12.tar.gz", hash = "sha256:0656d8482f28fc8221929d5f35b2bde5d13e10555ebc06b4561b0d622e83b1bd"}, ] [package.dependencies] @@ -4763,4 +4763,4 @@ test = ["pytest"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "83b8613da70b5d4d1fb262c596a4746013846351fbdca87ba65e8d6ebdbba7c8" +content-hash = "db288b8f31d58c3e4eada682961ae17f3dba02375e2174f44d8327a84d5537de" diff --git a/pyproject.toml b/pyproject.toml index c2c9495db..0bc83998f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ premailer = "3.10.0" Pygments = "2.15.1" Markdown = "3.8.1" coreapi = "2.3.3" -authlib = "^1.6.11" +authlib = "^1.6.12" weasyprint = "^63.0" matplotlib = "^3.9.2" django-expo-notifications = "^0.7.0"