From 7ce8b829d7c0a97b4a4d9eac4c8af0911b662bc7 Mon Sep 17 00:00:00 2001
From: Tine Wittler <no-reply@edugit.org>
Date: Tue, 24 May 2022 02:35:12 +0000
Subject: [PATCH] Update dependency pytest-xprocess to ^0.19.0

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 80dad38..f2e20f0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ aleksis-core = "^2.7"
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"
 matrix-synapse = "^1.49.2"
-pytest-xprocess = "^0.18.1"
+pytest-xprocess = "^0.19.0"
 
 [tool.poetry.plugins."aleksis.app"]
 matrix = "aleksis.apps.matrix.apps:DefaultConfig"
-- 
GitLab