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 Jul 26, 2023
1 parent 648b734 commit ef92cf3
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 @@ -33,7 +33,7 @@ dev = [
"coverage[toml]==7.2.7",
"freezegun==1.2.2",
"logassert==7",
"pyfakefs==5.2.2",
"pyfakefs==5.2.3",
"pytest==7.4.0",
"pytest-cov==4.1.0",
"pytest-mock==3.11.1",
Expand All @@ -42,19 +42,19 @@ dev = [
"pytest-xdist==3.3.1",
"pytest-time==0.3.1",
"responses==0.23.1",
"types-requests==2.31.0.1",
"types-setuptools==68.0.0.1",
"types-pyyaml==6.0.12.10",
"types-requests==2.31.0.2",
"types-setuptools==68.0.0.3",
"types-pyyaml==6.0.12.11",
]
lint = [
"black==23.3.0",
"black==23.7.0",
"codespell[toml]==2.2.5",
"ruff==0.0.277",
"yamllint==1.32.0",
]
types = [
"mypy[reports]==1.4.1",
"pyright==1.1.316",
"pyright==1.1.318",
]
docs = [
"furo==2023.5.20",
Expand Down

0 comments on commit ef92cf3

Please sign in to comment.