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] committed May 7, 2024
1 parent 1d50f84 commit c2acee7
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 @@ -31,16 +31,16 @@ craft-providers = "craft_providers.cli:main"

[project.optional-dependencies]
dev = [
"coverage[toml]==7.5.0",
"coverage[toml]==7.5.1",
"freezegun==1.5.0",
"logassert==7",
"pyfakefs==5.4.1",
"pytest==8.1.2",
"pytest==8.2.0",
"pytest-cov==5.0.0",
"pytest-mock==3.14.0",
"pytest-rerunfailures==14.0",
"pytest-subprocess==1.5.0",
"pytest-xdist==3.5.0",
"pytest-xdist==3.6.1",
"pytest-time==0.3.1",
"responses==0.25.0",
# types-requests>=2.31.0.7 requires urllib3>=2
Expand All @@ -56,7 +56,7 @@ lint = [
]
types = [
"mypy[reports]==1.10.0",
"pyright==1.1.360",
"pyright==1.1.361",
]
docs = [
"pyspelling==2.10",
Expand Down

0 comments on commit c2acee7

Please sign in to comment.