Skip to content

Commit

Permalink
Update pyjwt requirement from ~=2.8.0 to >=2.8,<2.10
Browse files Browse the repository at this point in the history
Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.8.0...2.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 0cc9953 commit adfcb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test = [
"openai>=1.35,<1.38",
"mock==5.1.*",
"pre-commit<4",
"Pyjwt~=2.8.0",
"Pyjwt>=2.8,<2.10",
"pytest>=8.2,<9",
"pytest-asyncio~=0.23",
"pytest-cov>=4.1,<5.1",
Expand Down

0 comments on commit adfcb2d

Please sign in to comment.