Skip to content

Commit

Permalink
[deps]: Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent e14dbe0 commit bf76d78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 38 deletions.
36 changes: 2 additions & 34 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ homepage = "https://bitwarden.com/products/passwordless"
documentation = "https://docs.passwordless.dev/guide"

[tool.poetry.dependencies]
python = ">=3.8"
requests = "^2"
marshmallow = "^3"
python-dateutil = "^2"
python = "==3.12.3"
requests = "2.31.0"
marshmallow = "3.21.1"
python-dateutil = "2.9.0.post0"

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit bf76d78

Please sign in to comment.