From 125379cdf94e23544fa48d77a03de59ae821a512 Mon Sep 17 00:00:00 2001 From: JackPotte Date: Sat, 3 Dec 2022 14:39:54 +0100 Subject: [PATCH] Fix ReDoS vulnerability --- README.md | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index da88f79..51e7bb0 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ devops/update_Pywikibot.sh ## Speed optimization To accelerate the treatments: -* vim user-config.py: maxthrottle & put_throttle = 0 * vim core/pywikibot/throttle.py, time.sleep(0). # Usage diff --git a/requirements.txt b/requirements.txt index 320c97e..770f5b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,7 +69,7 @@ pexpect==4.6.0 protobuf==3.20.2 psutil==5.8.0 ptyprocess==0.7.0 -py==1.10.0 +py==1.11.0 pyRFC3339==1.1 pycparser==2.20 pydot >= 1.2