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 May 17, 2024
1 parent 0f0f35d commit 01a0141
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ craft-providers = "craft_providers.cli:main"
[project.optional-dependencies]
dev = [
"coverage[toml]==7.5.1",
"freezegun==1.5.0",
"freezegun==1.5.1",
"logassert==7",
"pyfakefs==5.4.1",
"pyfakefs==5.5.0",
"pytest==8.2.0",
"pytest-cov==5.0.0",
"pytest-mock==3.14.0",
Expand All @@ -45,7 +45,7 @@ dev = [
"responses==0.25.0",
# types-requests>=2.31.0.7 requires urllib3>=2
"types-requests==2.31.0.6",
"types-setuptools==69.5.0.20240423",
"types-setuptools==69.5.0.20240513",
"types-pyyaml==6.0.12.20240311",
]
lint = [
Expand All @@ -56,7 +56,7 @@ lint = [
]
types = [
"mypy[reports]==1.10.0",
"pyright==1.1.361",
"pyright==1.1.363",
]
docs = [
"pyspelling==2.10",
Expand Down

0 comments on commit 01a0141

Please sign in to comment.