From 45ae023074e7d685b0cb86b42bc5abfc1afa9c40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:55:14 +0000 Subject: [PATCH] Update dependency rich to v13.9.4 --- .../python-netzwerk/workshop/04_module/requirements.txt | 2 +- presentations/python-netzwerk/workshop/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/presentations/python-netzwerk/workshop/04_module/requirements.txt b/presentations/python-netzwerk/workshop/04_module/requirements.txt index e5afc80..9cda2da 100644 --- a/presentations/python-netzwerk/workshop/04_module/requirements.txt +++ b/presentations/python-netzwerk/workshop/04_module/requirements.txt @@ -1 +1 @@ -rich==13.7.1 +rich==13.9.4 diff --git a/presentations/python-netzwerk/workshop/requirements.txt b/presentations/python-netzwerk/workshop/requirements.txt index 2173725..7a5647b 100644 --- a/presentations/python-netzwerk/workshop/requirements.txt +++ b/presentations/python-netzwerk/workshop/requirements.txt @@ -1,3 +1,3 @@ # Alles, was die Übungen brauchen (lokal: pip install -r requirements.txt) requests==2.32.3 -rich==13.7.1 +rich==13.9.4