Skip to content

Commit

Permalink
Bump pyjwt from 1.7.1 to 2.4.0 in /backend
Browse files Browse the repository at this point in the history
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 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@1.7.1...2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 25, 2022
1 parent b8a8e5d commit 67298c6
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 86 deletions.
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytz = "~=2020.1"
Flask = "~=1.1.2"
Flask-RESTful = "*"
Flask-Cors = "*"
PyJWT = "~=1.7.1"
PyJWT = "~=2.4.0"

[dev-packages]

Expand Down
159 changes: 74 additions & 85 deletions backend/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67298c6

Please sign in to comment.