Skip to content

Commit

Permalink
pyproject.toml: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nickurak committed Jan 19, 2025
1 parent ead9d5d commit c7dee44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ dependencies = [
]
[project.optional-dependencies]
dev = [
"black==24.4.2",
"coverage==7.6.0",
"flake8==7.1.0",
"mypy==1.11.0",
"black==24.10.0",
"coverage==7.6.10",
"flake8==7.1.1",
"mypy==1.14.1",
"pyflakes==3.2.0",
"pylint==3.2.6",
"pylint==3.3.3",
"pylint-pytest==1.1.8",
"pytest==8.2.0",
"pytest-cov==5.0.0",
"pytest-cov==6.0.0",
"pytest-mock==3.14.0",
]

Expand Down

0 comments on commit c7dee44

Please sign in to comment.