Skip to content

Commit

Permalink
Merge pull request #24 from agatemosu/master
Browse files Browse the repository at this point in the history
Upgrade YAML requirements
  • Loading branch information
Walavouchey authored Dec 27, 2023
2 parents 85e41e2 + 363c115 commit da06510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pynput==1.7.6
pytest-mock==3.10.0
pytest-mypy==0.9.1
pytest==7.1.1
PyYAML==6.0
types-PyYAML==6.0.6
PyYAML==6.0.1
types-PyYAML==6.0.12.12
yamllint==1.33.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
python_requires=">=3.11",
install_requires=[
"PyYAML==6.0",
"types-PyYAML==6.0.6",
"PyYAML==6.0.1",
"types-PyYAML==6.0.12.12",
"yamllint==1.33.0",
],
)

0 comments on commit da06510

Please sign in to comment.