From 8bbfec355468a962c49f0a66ee5ba14a599480f5 Mon Sep 17 00:00:00 2001 From: "dev-mend-for-github-com[bot]" <51963704+dev-mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:58:14 +0000 Subject: [PATCH] Update dependency PyYAML to v5.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 260a2a5..fbf8247 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ djangorestframework==3.11.1 urllib3==1.24.3 -PyYAML==5.3.1 +PyYAML==5.4 pip==19.1 PyGithub==1.53 python-gitlab==1.14.0