Skip to content

Commit

Permalink
Compatibility with newer Python versions (#547) (#550)
Browse files Browse the repository at this point in the history
Co-authored-by: Remi Patureau <148592348+rpatureau@users.noreply.github.com>
  • Loading branch information
mwetter and rpatureau committed Apr 30, 2024
1 parent bb97ae1 commit a964034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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=[
Expand Down

0 comments on commit a964034

Please sign in to comment.