From dd3798a9885cb34cc08f989bc663b43d247ab633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:45:51 +0000 Subject: [PATCH] chore(python-deps): update dependency distlib to v0.3.9 in all dependant actions (#157) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- actions/update_development_dependencies/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/update_development_dependencies/requirements.txt b/actions/update_development_dependencies/requirements.txt index 557c9f2..ec1c68a 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -12,7 +12,7 @@ click==8.1.7 ; python_version >= "3.12" and python_version < "3.13" colorama==0.4.6 ; python_version >= "3.12" and python_version < "3.13" and (os_name == "nt" or platform_system == "Windows") crashtest==0.4.1 ; python_version >= "3.12" and python_version < "3.13" cryptography==43.0.1 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "linux" -distlib==0.3.8 ; python_version >= "3.12" and python_version < "3.13" +distlib==0.3.9 ; python_version >= "3.12" and python_version < "3.13" distro==1.9.0 ; python_version >= "3.12" and python_version < "3.13" dulwich==0.21.7 ; python_version >= "3.12" and python_version < "3.13" fastjsonschema==2.20.0 ; python_version >= "3.12" and python_version < "3.13"