Skip to content

Commit

Permalink
build(deps): bump pyjwt from 2.3.0 to 2.4.0 in /jans-cli-tui
Browse files Browse the repository at this point in the history
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.3.0...2.4.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2022
1 parent c9c502b commit 1c9bc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-cli-tui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def find_version(*file_paths):
zip_safe=False,
install_requires=[
"ruamel.yaml>=0.16.5",
"PyJWT==2.3.0",
"PyJWT==2.4.0",
"pygments",
"prompt_toolkit",
"requests",
Expand Down

0 comments on commit 1c9bc7e

Please sign in to comment.