diff --git a/poetry.lock b/poetry.lock index ed8b723..7495092 100644 --- a/poetry.lock +++ b/poetry.lock @@ -217,13 +217,13 @@ files = [ [[package]] name = "canaille" -version = "0.0.52" +version = "0.0.53" description = "Lightweight identity and authorization management software" optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "canaille-0.0.52-cp311-cp311-manylinux_2_39_x86_64.whl", hash = "sha256:dc57a70f98d9241d6e976a4a9d0485f1f1c710ffbfa83e5adcb140cc70c3851c"}, - {file = "canaille-0.0.52.tar.gz", hash = "sha256:d03fdc23c49819a2097549052f9ef45694de60f6384593893fc77ae56c3e4f42"}, + {file = "canaille-0.0.53-cp311-cp311-manylinux_2_39_x86_64.whl", hash = "sha256:e3fa454827174fb347bc1aedf1286bbe9b6beedabf3cf82d8fdba7fb7420a8be"}, + {file = "canaille-0.0.53.tar.gz", hash = "sha256:c9b1579d63e9777528dff0f9071c8fe755a5da171f1018b4c41742781a7d73cd"}, ] [package.dependencies] diff --git a/web/requirements.dev.txt b/web/requirements.dev.txt index f341783..08c6f70 100644 --- a/web/requirements.dev.txt +++ b/web/requirements.dev.txt @@ -5,7 +5,7 @@ attrs==23.2.0 ; python_version >= "3.9" and python_version < "4" authlib==1.3.0 ; python_version >= "3.9" and python_version < "4.0" beautifulsoup4==4.12.3 ; python_version >= "3.9" and python_version < "4" blinker==1.7.0 ; python_version >= "3.9" and python_version < "4.0" -canaille[oidc]==0.0.52 ; python_version >= "3.9" and python_version < "4.0" +canaille[oidc]==0.0.53 ; python_version >= "3.9" and python_version < "4.0" cffi==1.16.0 ; python_version >= "3.9" and python_version < "4" and platform_python_implementation != "PyPy" cfgv==3.4.0 ; python_version >= "3.9" and python_version < "4.0" click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"