From e8ef8ed303c439c6e678cf97861e5b64f1883a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:46:45 +0000 Subject: [PATCH] :arrow_up: Update pyyaml requirement from ~=6.0.1 to ~=6.0.2 Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.2/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0de8bef8..465680b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Python packages requirements Pillow~=10.4.0 # Image generation pyserial~=3.5 # Serial link to communicate with the display -PyYAML~=6.0.1 # For themes files +PyYAML~=6.0.2 # For themes files psutil~=5.9.8 # CPU / disk / network metrics pystray~=0.19.5 # Tray icon (all OS) babel~=2.15.0 # Date/time formatting