From caa88872045bd8e6e877e64253a19836d13c882e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 07:57:22 +1000 Subject: [PATCH] Update dependency arch/python-systemd to v236 (#4615) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 927a994c..ed3d0ed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ Documentation = "https://archinstall.readthedocs.io/" Source = "https://github.com/archlinux/archinstall" [project.optional-dependencies] -log = ["systemd_python==235"] +log = ["systemd_python==236"] dev = [ "mypy==2.1.0", "flake8==7.3.0",