Skip to content

Commit

Permalink
Bump dependencies (#147)
Browse files Browse the repository at this point in the history
Co-authored-by: ndaelman <[email protected]>
  • Loading branch information
2 people authored and Bernadette-Mohr committed Nov 27, 2024
1 parent 2bd3449 commit 763e5e9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ dependencies = [

[project.optional-dependencies]
dev = [
"mypy==1.0.1",
"ruff",
"pytest",
"pytest-timeout",
"pytest-cov",
"structlog",
'mypy==1.0.1',
'pytest>= 5.3.0, <8',
'pytest-timeout>=1.4.2',
'pytest-cov>=2.7.1',
'ruff>=0.6',
'structlog>=1.0',
'typing-extensions>=4.12',
]

[tool.uv]
Expand Down

0 comments on commit 763e5e9

Please sign in to comment.