From ac2a579ed9cfef4863fc5ed3638caab577edc121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:24:43 +0000 Subject: [PATCH] :arrow_up: Update tkinter-tooltip requirement from ~=3.0.0 to ~=3.1.0 Updates the requirements on [tkinter-tooltip](https://github.com/gnikit/tkinter-tooltip) to permit the latest version. - [Release notes](https://github.com/gnikit/tkinter-tooltip/releases) - [Commits](https://github.com/gnikit/tkinter-tooltip/compare/3.0.0...3.1.0) --- updated-dependencies: - dependency-name: tkinter-tooltip 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 2dd9fbe4..634fd463 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pystray~=0.19.5 # Tray icon (all OS) babel~=2.15.0 # Date/time formatting ruamel.yaml~=0.18.6 # For configuration editor sv-ttk~=2.6.0 # Tk Sun Valley theme for configuration editor -tkinter-tooltip~=3.0.0 # Tooltips for configuration editor +tkinter-tooltip~=3.1.0 # Tooltips for configuration editor # Efficient image serialization numpy~=1.24.4; python_version < "3.9" # For Python 3.8 max.