Unverified Commit 68673be3 authored by dependabot-preview[bot]'s avatar dependabot-preview[bot] Committed by GitHub

build(deps-dev): bump flaskoidc from 0.1.0 to 0.1.1 (#705)

Bumps [flaskoidc](https://github.com/verdan/flaskoidc) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/verdan/flaskoidc/releases)
- [Commits](https://github.com/verdan/flaskoidc/commits)
Signed-off-by: 's avatardependabot-preview[bot] <support@dependabot.com>
Co-authored-by: 's avatardependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
parent 0bfc7ba5
...@@ -52,7 +52,7 @@ setup( ...@@ -52,7 +52,7 @@ setup(
dependency_links=[], dependency_links=[],
install_requires=requirements, install_requires=requirements,
extras_require={ extras_require={
'oidc': ['flaskoidc==0.1.0'] 'oidc': ['flaskoidc==0.1.1']
}, },
python_requires=">=3.6", python_requires=">=3.6",
entry_points=""" entry_points="""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment