Skip to content

Commit

Permalink
chore(deps): update development dependencies (non-major) (#539)
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 Mar 19, 2024
1 parent 3198641 commit 2629789
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ craft-providers = "craft_providers.cli:main"

[project.optional-dependencies]
dev = [
"coverage[toml]==7.4.3",
"coverage[toml]==7.4.4",
"freezegun==1.4.0",
"logassert==7",
"pyfakefs==5.3.5",
Expand All @@ -45,18 +45,18 @@ dev = [
"responses==0.25.0",
# types-requests>=2.31.0.7 requires urllib3>=2
"types-requests==2.31.0.6",
"types-setuptools==69.1.0.20240310",
"types-pyyaml==6.0.12.12",
"types-setuptools==69.2.0.20240317",
"types-pyyaml==6.0.12.20240311",
]
lint = [
"black==24.2.0",
"black==24.3.0",
"codespell[toml]==2.2.6",
"ruff==0.3.2",
"yamllint==1.35.1",
]
types = [
"mypy[reports]==1.9.0",
"pyright==1.1.353",
"pyright==1.1.354",
]
docs = [
"furo==2024.1.29",
Expand Down

0 comments on commit 2629789

Please sign in to comment.