From 1d597b7621de47c5cd101a73bb124264fc53184f Mon Sep 17 00:00:00 2001 From: Trevor Bayless Date: Mon, 27 May 2024 18:19:10 -0500 Subject: [PATCH] Bump prompt-toolkit version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 57aea0a..695867b 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2021-2023 Trevor Bayless +# Copyright (C) 2021-2024 Trevor Bayless # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -22,7 +22,7 @@ dependencies = [ "chess>=1.9.4,<2.0.0", "berserk>=0.13.1,<0.14.0", - "prompt-toolkit==3.0.39" # pin as breaking changes have been + "prompt-toolkit==3.0.44" # pin as breaking changes have been # introduced in previous patch versions # read PT changelog before bumping ]