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 1, 2023
1 parent 029c322 commit 1d7e232
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@ dev = [
"coverage[toml]==7.3.2",
"freezegun==1.2.2",
"logassert==7",
"pyfakefs==5.3.0",
"pytest==7.4.2",
"pyfakefs==5.3.1",
"pytest==7.4.3",
"pytest-cov==4.1.0",
"pytest-mock==3.11.1",
"pytest-mock==3.12.0",
"pytest-rerunfailures==12.0",
"pytest-subprocess==1.5.0",
"pytest-xdist==3.3.1",
"pytest-xdist==3.5.0",
"pytest-time==0.3.1",
"responses==0.23.3",
"types-requests==2.31.0.6",
"types-setuptools==68.2.0.0",
"responses==0.24.1",
"types-requests==2.31.0.10",
"types-setuptools==68.2.0.2",
"types-pyyaml==6.0.12.12",
]
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.332",
"mypy[reports]==1.7.1",
"pyright==1.1.338",
]
docs = [
"furo==2023.9.10",
Expand Down

0 comments on commit 1d7e232

Please sign in to comment.