Skip to content

Commit

Permalink
Update test group of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Dec 4, 2024
1 parent cb6f33a commit 68818a8
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
55 changes: 28 additions & 27 deletions api/pdm.lock

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

14 changes: 7 additions & 7 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ dev = [
"watchfiles >=0.24.0",
]
test = [
"factory-boy >=3.3.0, <4",
"fakeredis >=2.21.3, <3",
"freezegun >=1.4.0, <2",
"pook >=2, <3",
"pytest >=8.3.3, <9",
"pytest-django >=4.8.0, <5",
"factory-boy >=3.3, <4",
"fakeredis >=2.26, <3",
"freezegun >=1.5, <2",
"pook >=2.1, <3",
"pytest >=8.3, <9",
"pytest-django >=4.9, <5",
"pytest-pook>=1.0.0",
"pytest-raises >=0.11, <0.12",
"pytest-sugar >=1, <1.1",
"schemathesis >=3.38.6, <4",
"schemathesis >=3.38, <4",
]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 68818a8

Please sign in to comment.