From: Melroy van den Berg Date: Thu, 10 Aug 2023 23:21:23 +0000 (+0200) Subject: Update pyproject.toml X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=223cbef189e95f5bf110c9e76032b93ec35d3a5b;p=gamesguru%2Fgetmyancestors.git Update pyproject.toml Update fake-useragent to latest version (v1.2.1). Disclaimer: I'm the package maintainer. --- diff --git a/pyproject.toml b/pyproject.toml index fc8915d..094f077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "babelfish==0.6.0", "diskcache==5.2.1", "requests==2.25.1", - "fake-useragent==1.1.0", + "fake-useragent==1.2.1", ] dynamic = ["version", "readme"]