Skip to content

Commit be972bb

Browse files
build(deps): update bugfixes
1 parent e52ea2d commit be972bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ craft-providers = "craft_providers.cli:main"
2626

2727
[project.optional-dependencies]
2828
dev = [
29-
"coverage[toml]==7.6.4",
29+
"coverage[toml]==7.6.10",
3030
"freezegun==1.5.1",
3131
"logassert==7",
32-
"pyfakefs==5.7.1",
33-
"pytest==8.3.3",
32+
"pyfakefs==5.7.3",
33+
"pytest==8.3.4",
3434
"pytest-cov==5.0.0",
3535
"pytest-mock==3.14.0",
3636
"pytest-rerunfailures==14.0",
37-
"pytest-subprocess==1.5.2",
37+
"pytest-subprocess==1.5.3",
3838
"pytest-xdist==3.6.1",
3939
"pytest-time==0.3.2",
40-
"responses==0.25.3",
40+
"responses==0.25.5",
4141
"types-requests==2.32.0.20241016",
4242
"types-setuptools==75.2.0.20241019",
43-
"types-pyyaml==6.0.12.20240917",
43+
"types-pyyaml==6.0.12.20241230",
4444
]
4545
lint = [
4646
"black==24.10.0",
@@ -49,7 +49,7 @@ lint = [
4949
]
5050
types = [
5151
"mypy[reports]==1.13.0",
52-
"pyright==1.1.386",
52+
"pyright==1.1.391",
5353
]
5454
docs = [
5555
"pyspelling==2.10",

0 commit comments

Comments
 (0)