Skip to content

Commit 775e128

Browse files
committed
chore(deps): upgrade all dependencies
- platformdirs 4.5.1 -> 4.9.6 - rich 14.3.1 -> 15.0.0 - ruff 0.14.14 -> 0.15.12 - mypy 1.19.1 -> 1.20.2 - packaging 26.0 -> 26.2 - pathspec 1.0.4 -> 1.1.1 - tomli 2.4.0 -> 2.4.1 - librt 0.7.8 -> 0.9.0 - pygments 2.19.2 -> 2.20.0 - uv_build 0.9.x -> 0.11.x
1 parent 3a5d37c commit 775e128

2 files changed

Lines changed: 216 additions & 189 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers = [
2525
"Topic :: System :: Containers",
2626
]
2727
dependencies = [
28-
"platformdirs>=4.0.0",
29-
"rich>=13.0.0",
28+
"platformdirs>=4.9.6",
29+
"rich>=15.0.0",
3030
"jinja2>=3.1.0",
3131
]
3232

@@ -40,7 +40,7 @@ distrobox-plus = "distrobox_plus:main"
4040
distrobox-generate-entry = "distrobox_plus.commands.generate_entry:run"
4141

4242
[build-system]
43-
requires = ["uv_build>=0.9.25,<0.10.0"]
43+
requires = ["uv_build>=0.11.8,<0.12.0"]
4444
build-backend = "uv_build"
4545

4646
[tool.pytest.ini_options]
@@ -67,8 +67,8 @@ addopts = "-m 'not slow'"
6767
[dependency-groups]
6868
dev = [
6969
"pytest>=9.0.3",
70-
"ruff>=0.8.0",
71-
"mypy>=1.13.0",
70+
"ruff>=0.15.12",
71+
"mypy>=1.20.2",
7272
]
7373

7474
[tool.ruff.lint]

0 commit comments

Comments
 (0)