Skip to content

Commit

Permalink
chore(deps): update development dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 9ad4108 commit 22e6c15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@ dev = [
"build",
"pyyaml>=6.0.0",
"coverage[toml]==7.3.2",
"pytest==7.4.2",
"pytest==7.4.3",
"pytest-cov==4.1.0",
"pytest-mock==3.12.0",
"pytest-check>=2.0",
"pytest-subprocess>=1.5",
"pytest-timeout>=2.0",
]
lint = [
"black==23.10.0",
"black==23.11.0",
"codespell[toml]==2.2.6",
"ruff==0.1.1",
"yamllint==1.32.0"
"yamllint==1.33.0"
]
types = [
"mypy[reports]==1.6.1",
"pyright==1.1.334",
"mypy[reports]==1.7.1",
"pyright==1.1.338",
"types-PyYAML",
"types-Pygments",
"types-colorama",
Expand Down

0 comments on commit 22e6c15

Please sign in to comment.