Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ad22ef

Browse files
authoredApr 28, 2025··
[deps]: Update poetry
1 parent 9e82c4b commit 7ad22ef

File tree

2 files changed

+95
-37
lines changed

2 files changed

+95
-37
lines changed
 

‎poetry.lock

Lines changed: 92 additions & 34 deletions
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
@@ -27,7 +27,7 @@ documentation = "https://docs.passwordless.dev/guide"
2727
[tool.poetry.dependencies]
2828
python = ">=3.9"
2929
requests = "^2"
30-
marshmallow = "^3"
30+
marshmallow = "^4.0.0"
3131
python-dateutil = "^2"
3232

3333
[tool.poetry.group.dev]
@@ -36,9 +36,9 @@ optional = true
3636
[tool.poetry.group.dev.dependencies]
3737
python-dotenv = "1.0.1"
3838
flake8 = "7.1.1"
39-
black = "24.10.0"
39+
black = "25.1.0"
4040
mypy = "1.14.1"
41-
isort = "5.13.2"
41+
isort = "6.0.1"
4242
pre-commit = "4.0.1"
4343
pre-commit-hooks = "5.0.0"
4444
types-requests = "2.32.0.20241016"

0 commit comments

Comments
 (0)
Please sign in to comment.