From 8e7307a3d886beb2dfcfe83fe9eb5634c3d0338c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 02:01:24 +0000 Subject: [PATCH] Update dependency win32-setctime to v1.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2b0ffc..9f097b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ pycparser==2.21; python_version >= "2.7" and python_full_version < "3.0.0" or py pytest==6.2.5 pytest-asyncio==0.20.3 soupsieve==2.3.1; python_version >= "3.6" and python_full_version > "3.0.0" -win32-setctime==1.0.4; sys_platform == "win32" and python_version >= "3.5" +win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5" yarl==1.7.2; python_version >= "3.6"