Skip to content

Commit

Permalink
chore(deps): update development dependencies (non-major) (#106)
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] authored Oct 12, 2023
1 parent 1a0a2e7 commit 165ad2b
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 @@ -27,26 +27,26 @@ requires-python = ">=3.8"
dev = [
"build",
"pyyaml>=6.0.0",
"coverage[toml]==7.2.7",
"pytest==7.4.0",
"coverage[toml]==7.3.2",
"pytest==7.4.2",
"pytest-cov==4.1.0",
"pytest-mock==3.11.1",
"pytest-check>=2.0",
"pytest-subprocess>=1.5",
"pytest-timeout>=2.0",
]
lint = [
"black==23.3.0",
"black==23.9.1",
"pylint>=2.17.0,<3.0.0",
"pylint_fixme_info>=1.0.0",
"pylint_pytest>=1.1.0",
"codespell[toml]==2.2.5",
"codespell[toml]==2.2.6",
"ruff==0.0.272",
"yamllint==1.32.0"
]
types = [
"mypy[reports]==1.4.1",
"pyright==1.1.316",
"mypy[reports]==1.6.0",
"pyright==1.1.330.post0",
]
docs = [
"furo==2023.9.10",
Expand Down

0 comments on commit 165ad2b

Please sign in to comment.