From b8b6bd6d11a38a8281a4f350acbeaeecffe36743 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:01:29 +0000 Subject: [PATCH] chore(python-deps): update dependency dulwich to v0.22.3 in all dependant actions --- 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 ec1c68ae..83e28d11 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -14,7 +14,7 @@ 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.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" +dulwich==0.22.3 ; python_version >= "3.12" and python_version < "3.13" fastjsonschema==2.20.0 ; python_version >= "3.12" and python_version < "3.13" filelock==3.16.1 ; python_version >= "3.12" and python_version < "3.13" identify==2.6.1 ; python_version >= "3.12" and python_version < "3.13"