Skip to content

Commit

Permalink
fix(deps): pin dependencies (#203)
Browse files Browse the repository at this point in the history
Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] authored May 14, 2023
1 parent 7cf3d3f commit 368a459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ packages = [

[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.27.0" # First support for python 3.10
PyJWT = {version = "^2.4.0", extras = ["crypto"]} # Latest secrutiy update
email-validator = ">1,<3"
requests = "2.30.0" # First support for python 3.10
PyJWT = {version = "2.7.0", extras = ["crypto"]} # Latest secrutiy update
email-validator = "==2.0.0.post2"

[tool.poetry.group.dev.dependencies]
mock = "5.0.2"
Expand Down

0 comments on commit 368a459

Please sign in to comment.