From 66c8a3e324a882d50dee382e008462fe42f88024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 12:11:51 +0000 Subject: [PATCH] Bump win32-setctime from 1.0.3 to 1.1.0 Bumps [win32-setctime](https://github.com/Delgan/win32-setctime) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/Delgan/win32-setctime/releases) - [Commits](https://github.com/Delgan/win32-setctime/compare/1.0.3...1.1.0) --- updated-dependencies: - dependency-name: win32-setctime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d53e83a..75f82e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,5 +30,5 @@ rich==10.2.1; python_version >= "3.6" and python_version < "4.0" toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") typing-extensions==3.7.4.3; python_version >= "3.6" and python_version < "3.8" urllib3==1.26.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" -win32-setctime==1.0.3; sys_platform == "win32" and python_version >= "3.5" +win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5" zipp==3.4.0; python_version < "3.8" and python_version >= "3.6"