Skip to content

Commit

Permalink
build(deps): update bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2025
1 parent 6ceb498 commit 43eaf74
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ craft-providers = "craft_providers.cli:main"

[project.optional-dependencies]
dev = [
"coverage[toml]==7.6.4",
"coverage[toml]==7.6.10",
"freezegun==1.5.1",
"logassert==7",
"pyfakefs==5.7.1",
"pytest==8.3.3",
"pyfakefs==5.7.4",
"pytest==8.3.4",
"pytest-cov==5.0.0",
"pytest-mock==3.14.0",
"pytest-rerunfailures==14.0",
"pytest-subprocess==1.5.2",
"pytest-subprocess==1.5.3",
"pytest-xdist==3.6.1",
"pytest-time==0.3.2",
"responses==0.25.3",
"responses==0.25.6",
"types-requests==2.32.0.20241016",
"types-setuptools==75.2.0.20241019",
"types-pyyaml==6.0.12.20240917",
"types-pyyaml==6.0.12.20241230",
]
lint = [
"black==24.10.0",
Expand All @@ -49,7 +49,7 @@ lint = [
]
types = [
"mypy[reports]==1.13.0",
"pyright==1.1.386",
"pyright==1.1.392.post0",
]
docs = [
"pyspelling==2.10",
Expand Down

0 comments on commit 43eaf74

Please sign in to comment.