From 68e601e60160132b2aea4342fb3d846994bc3530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:34:55 +0800 Subject: [PATCH] Bump pillow from 6.1 to 10.0.1 in /logparser/NuLog (#103) Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.1.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- README.md | 2 +- logparser/NuLog/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26c0f579..52e0a6d2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@
- +
Logparser provides a machine learning toolkit and benchmarks for automated log parsing, which is a crucial step for structured log analytics. By applying logparser, users can automatically extract event templates from unstructured logs and convert raw log messages into a sequence of structured events. The process of log parsing is also known as message template extraction, log key extraction, or log message clustering in the literature. diff --git a/logparser/NuLog/requirements.txt b/logparser/NuLog/requirements.txt index f921b9a0..496f9d5e 100644 --- a/logparser/NuLog/requirements.txt +++ b/logparser/NuLog/requirements.txt @@ -1,4 +1,4 @@ -pillow==6.1 +pillow==10.0.1 pandas regex==2022.3.2 numpy