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 27, 2024
1 parent 18b4931 commit 7be0eef
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 @@ -35,31 +35,31 @@ craft-providers = "craft_providers.cli:main"

[project.optional-dependencies]
dev = [
"coverage[toml]==7.5.1",
"freezegun==1.5.0",
"coverage[toml]==7.6.0",
"freezegun==1.5.1",
"logassert==7",
"pyfakefs==5.4.1",
"pytest==8.2.0",
"pyfakefs==5.6.0",
"pytest==8.3.2",
"pytest-cov==5.0.0",
"pytest-mock==3.14.0",
"pytest-rerunfailures==14.0",
"pytest-subprocess==1.5.0",
"pytest-subprocess==1.5.2",
"pytest-xdist==3.6.1",
"pytest-time==0.3.1",
"responses==0.25.0",
"responses==0.25.3",
# types-requests>=2.31.0.7 requires urllib3>=2
"types-requests==2.31.0.6",
"types-setuptools==70.0.0.20240524",
"types-pyyaml==6.0.12.20240311",
"types-setuptools==70.3.0.20240710",
"types-pyyaml==6.0.12.20240724",
]
lint = [
"black==24.4.2",
"codespell[toml]==2.2.6",
"codespell[toml]==2.3.0",
"yamllint==1.35.1",
]
types = [
"mypy[reports]==1.10.0",
"pyright==1.1.361",
"mypy[reports]==1.11.0",
"pyright==1.1.373",
]
docs = [
"pyspelling==2.10",
Expand Down

0 comments on commit 7be0eef

Please sign in to comment.