From 0df4b3e935e2543f45ab8ce4f257f993a0b231ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 08:24:29 +0000 Subject: [PATCH] Update oic requirement from ~=1.3.0 to ~=1.4.0 in /api Updates the requirements on [oic](https://github.com/OpenIDC/pyoidc) to permit the latest version. - [Release notes](https://github.com/OpenIDC/pyoidc/releases) - [Changelog](https://github.com/OpenIDC/pyoidc/blob/master/CHANGELOG.md) - [Commits](https://github.com/OpenIDC/pyoidc/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: oic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 837e553..a5fd01a 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ coloredlogs~=15.0.1 sanic~=22.6.0 -oic~=1.3.0 +oic~=1.4.0 sanic-session~=0.8.0 sanic-cors~=2.0.1 python-slugify~=6.1.2