Skip to content

Commit e3934a1

Browse files
TEAM4-0CasperWA
andauthored
[Auto-generated] Update dependencies (pyproject.toml) (#421)
* Update dependencies * Try using only v9 --------- Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
1 parent a0ad146 commit e3934a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

{{ cookiecutter.project_slug }}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ docs = [
4545
"mkdocstrings[python] ~=0.30.1",
4646
]
4747
testing = [
48-
"pytest ~=8.4",
48+
"pytest ~=9.0",
4949
"pytest-cov ~=7.0",
5050
"tomlkit ~=0.13.3",
5151
]
5252
dev = [
5353
"{{ cookiecutter.project_slug }}[docs,testing]",
54-
"pre-commit ~=4.3",
54+
"pre-commit ~=4.4",
5555
]
5656

5757
[project.urls]

0 commit comments

Comments
 (0)