Skip to content

Commit

Permalink
build(deps-dev): bump flaskoidc from 0.1.0 to 0.1.1 (#705)
Browse files Browse the repository at this point in the history
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: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Signed-off-by: dikshathakur3119 <dikshathakur3119@gmail.com>
  • Loading branch information
dependabot-preview[bot] authored Oct 14, 2020
1 parent 697bf1e commit 360c42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def build_js() -> None:
dependency_links=[],
install_requires=requirements,
extras_require={
'oidc': ['flaskoidc==0.1.0']
'oidc': ['flaskoidc==0.1.1']
},
python_requires=">=3.6",
entry_points="""
Expand Down

0 comments on commit 360c42a

Please sign in to comment.