From adfee26870dab83d77b9596317c68415d68b371b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:36:24 +0000 Subject: [PATCH] build(deps): bump systemd-python from 234 to 235 Bumps [systemd-python](https://github.com/systemd/python-systemd) from 234 to 235. - [Release notes](https://github.com/systemd/python-systemd/releases) - [Changelog](https://github.com/systemd/python-systemd/blob/main/NEWS) - [Commits](https://github.com/systemd/python-systemd/compare/v234...v235) --- updated-dependencies: - dependency-name: systemd-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 009267d..501dfec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -71,16 +71,16 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( [[package]] name = "systemd-python" -version = "234" +version = "235" description = "Python interface for libsystemd" category = "main" optional = false python-versions = "*" files = [ - {file = "systemd-python-234.tar.gz", hash = "sha256:fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7"}, + {file = "systemd-python-235.tar.gz", hash = "sha256:4e57f39797fd5d9e2d22b8806a252d7c0106c936039d1e71c8c6b8008e695c0a"}, ] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fc44a9165bc4940b5b0a759ea33e22d4f3e29af46225191a121f9ddae7215c54" +content-hash = "169c8e48a85c6117e6ee4ab8f10c2294c92a71e0cb5c1a7204a9a1c4aef861f3" diff --git a/pyproject.toml b/pyproject.toml index 6b85794..89e7a71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.9" gpiozero = "^1.6.2" paho-mqtt = "^1.6.1" setuptools = "*" -systemd-python = "234" +systemd-python = "235" [tool.poetry.scripts] cover = "cover:main"