diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-13 09:18:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 09:18:50 +0000 |
commit | ede0b219ebe0bb7a5d411a17b89e700c6a2edd34 (patch) | |
tree | d8b4e601c6b4bff0701ea1b5365283b1908e9998 /poetry.lock | |
parent | Bump dtolnay/rust-toolchain from 9cd00a88a73addc8617065438eff914dd08d0955 to ... (diff) | |
download | synapse-ede0b219ebe0bb7a5d411a17b89e700c6a2edd34.tar.xz |
Bump systemd-python from 234 to 235 (#15061)
* 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] <support@github.com> * Changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poetry.lock b/poetry.lock index 9009c29d45..6e2cc83086 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2253,13 +2253,13 @@ files = [ [[package]] name = "systemd-python" -version = "234" +version = "235" description = "Python interface for libsystemd" category = "main" optional = true python-versions = "*" files = [ - {file = "systemd-python-234.tar.gz", hash = "sha256:fd0e44bf70eadae45aadc292cb0a7eb5b0b6372cd1b391228047d33895db83e7"}, + {file = "systemd-python-235.tar.gz", hash = "sha256:4e57f39797fd5d9e2d22b8806a252d7c0106c936039d1e71c8c6b8008e695c0a"}, ] [[package]] |