From 17d02c44e909b719b2b050b1c67cdbcf7d5fd0d8 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Wed, 24 Apr 2024 21:15:55 +0200 Subject: [PATCH] Upgrade minidb to 2.0.8 (fixes #779) (#816) --- CHANGELOG.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 412f37d9..63eb64fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format mostly follows [Keep a Changelog](http://keepachangelog.com/en/1.0.0/ - Fix pep8 test to ignore files in the site-packages directory for cases where the venv is in the project directory (#788 by jamstah) - Fix HTML diff table rendering for long line lengths (#793 by trevorshannon) - Fix IndexError after failed edit (#801 by jwilk) +- Fix concurrency issue in Python 3.12 by upgrading to minidb 2.0.8 (fixes #779) ## [2.28] -- 2023-05-03 diff --git a/requirements.txt b/requirements.txt index c5e69ef4..815e993e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pyyaml -minidb >= 2.0.6 +minidb >= 2.0.8 requests keyring platformdirs