From e559fb223ba979cee1fe982b1eda18b50cdf2781 Mon Sep 17 00:00:00 2001 From: Nex Date: Sat, 15 Oct 2022 11:26:40 +0200 Subject: [PATCH] Upgraded dependencies --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0101de6..d1e0960 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,16 +22,16 @@ include_package_data = True python_requires = >= 3.8 install_requires = click >=8.1.3 - rich >=12.4.4 + rich >=12.6.0 tld >=0.12.6 requests >=2.28.1 simplejson >=3.17.6 packaging >=21.3 appdirs >=1.4.4 - iOSbackup >=0.9.921 + iOSbackup >=0.9.923 adb-shell >=0.4.3 libusb1 >=3.0.0 - cryptography >=37.0.4 + cryptography >=38.0.1 pyyaml >=6.0 [options.packages.find]