Skip to content

Commit 368a459

Browse files
authored
fix(deps): pin dependencies (#203)
Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
1 parent 7cf3d3f commit 368a459

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ packages = [
2525

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

3232
[tool.poetry.group.dev.dependencies]
3333
mock = "5.0.2"

0 commit comments

Comments
 (0)