From 59281c7cb1796bcd7406559d1186a70660adec10 Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Tue, 27 Aug 2024 19:12:49 -0300 Subject: [PATCH] Update osmcha lib and pyyaml --- requirements/base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 1b04bc61..6e35df8d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -38,8 +38,8 @@ django-redis==4.11.0 redis>=2.10.5 # Your custom requirements go here -PyYAML==6.0.1 -osmcha==0.9.1 +PyYAML==6.0.2 +osmcha==0.9.2 # git python is required by the frontend management command GitPython==3.1.18