Skip to content

Commit

Permalink
change PyYaml version to work with 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Oct 15, 2024
1 parent 73704e1 commit c46bb99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ cryptography~=39.0.1
paramiko~=3.4.1
pycparser~=2.21
PyNaCl~=1.5.0
PyYAML~=5.4.1
PyYAML~=5.4.1; python_version <= '3.9'
PyYAML~=5.3.1; python_version > '3.9'
six~=1.16.0
tinydb~=4.7.1
tqdm~=4.64.1

0 comments on commit c46bb99

Please sign in to comment.