From aa03b55f5a20b776df1dbf269bb2ae57d98f54f8 Mon Sep 17 00:00:00 2001 From: Remi Patureau <148592348+rpatureau@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:37:12 -0700 Subject: [PATCH] Compatibility with newer Python versions --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b8b4ce73..adde852a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytidylib==0.3.2 simplejson==3.16.0 six==1.14.0 pyfunnel==0.3.0 -PyYAML==5.4 +PyYAML==6.0.1 cerberus==1.3.4 # For documentation and testing. diff --git a/setup.py b/setup.py index 617d41f0..0de3df9e 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'simplejson>=3.16', 'six>=1.14', 'pyfunnel>=0.3.0', - 'PyYAML>=5.4', + 'PyYAML>=6.0.1', 'cerberus>=1.3.4', ], packages=[