From a2a974cfc31e4c7659118d298b5d41240f82c16d Mon Sep 17 00:00:00 2001 From: Zoran Simic Date: Mon, 11 May 2026 12:10:19 -0700 Subject: [PATCH] Bumped runez --- requirements.txt | 4 ++-- src/pickley/cli.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index cb02135..39eeb27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -click~=8.3.2 -runez~=5.6.6 +click~=8.3.3 +runez~=5.9.1 diff --git a/src/pickley/cli.py b/src/pickley/cli.py index 33c31bc..8e60d94 100644 --- a/src/pickley/cli.py +++ b/src/pickley/cli.py @@ -36,7 +36,7 @@ def setup_audit_log(): runez.ensure_folder(CFG.meta) runez.log.setup( # PID number to distinguish parallel runs, inlined because some trace records are emitted in a custom way - file_format=f"%(asctime)s %(timezone)s [{os.getpid()}] %(levelname)s - %(message)s", + file_format=f"%(asctime)s [{os.getpid()}] %(levelname)s - %(message)s", file_location=str(log_path), rotate="size:500k", rotate_count=4,