Skip to content

Commit

Permalink
chore(deps): update development dependencies (non-major) (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 2, 2024
1 parent f5c5817 commit 3621b07
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 @@ -40,23 +40,23 @@ requires-python = ">=3.8"
dev = [
"build",
"pyyaml>=6.0.0",
"coverage[toml]==7.3.2",
"pytest==7.4.3",
"coverage[toml]==7.4.0",
"pytest==7.4.4",
"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.11.0",
"black==23.12.1",
"codespell[toml]==2.2.6",
"ruff==0.1.7",
"yamllint==1.33.0"
]
types = [
"mypy[reports]==1.7.1",
"pyright==1.1.339",
"mypy[reports]==1.8.0",
"pyright==1.1.344",
"types-PyYAML",
"types-Pygments",
"types-colorama",
Expand Down

0 comments on commit 3621b07

Please sign in to comment.