From a964034b675ee213c64e4c54ebaf549e0c52196a Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 29 Apr 2024 18:54:36 -0700 Subject: [PATCH] Compatibility with newer Python versions (#547) (#550) Co-authored-by: Remi Patureau <148592348+rpatureau@users.noreply.github.com> --- 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=[