From 18e6a4b66b24af0eacd5b43166215b9c2f360255 Mon Sep 17 00:00:00 2001 From: Andrey Nikiforov Date: Sun, 25 Aug 2024 09:10:49 -0700 Subject: [PATCH] update deps to avoid datetime.utcfromtimestamp deprecation warning #889 (#941) --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f36fc033..899340a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,6 @@ dependencies = [ "requests==2.31.0", "schema==0.7.5", "click==8.1.6", - "python-dateutil==2.8.2", "tqdm==4.66.4", "piexif==1.1.3", "urllib3==1.26.16", @@ -60,7 +59,7 @@ devlinux = [ test = [ "pytest==7.4.3", "mock==5.1.0", - "freezegun==1.2.2", + "freezegun==1.5.1", "vcrpy==4.4.0", "pytest-cov==4.1.0", "ruff==0.5.0",