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 Sep 12, 2023
1 parent d93caa8 commit a114ac1
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 @@ -28,23 +28,23 @@ requires-python = ">=3.8"

[project.optional-dependencies]
dev = [
"coverage[toml]==7.2.7",
"coverage[toml]==7.3.1",
"hypothesis>=6.0",
"pytest==7.4.0",
"pytest-check==2.2.0",
"pytest==7.4.2",
"pytest-check==2.2.1",
"pytest-cov==4.1.0",
"pytest-mock==3.11.1",
"pytest-rerunfailures==12.0",
]
lint = [
"black==23.7.0",
"black==23.9.0",
"codespell[toml]==2.2.5",
"ruff==0.0.269",
"yamllint==1.32.0"
]
types = [
"mypy[reports]==1.4.1",
"pyright==1.1.320",
"mypy[reports]==1.5.1",
"pyright==1.1.326",
"types-requests",
"types-urllib3",
]
Expand Down

0 comments on commit a114ac1

Please sign in to comment.