Skip to content

Commit

Permalink
chore(deps): update bugfixes (#619)
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 Aug 12, 2024
1 parent b6c4dbd commit 5c12422
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,17 +32,17 @@ 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",
"pytest==8.2.0",
"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==71.1.0.20240806",
Expand All @@ -55,7 +55,7 @@ lint = [
]
types = [
"mypy[reports]==1.10.0",
"pyright==1.1.373",
"pyright==1.1.375",
]
docs = [
"pyspelling==2.10",
Expand Down

0 comments on commit 5c12422

Please sign in to comment.