Skip to content

Commit

Permalink
update PyYAML to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thebjorn committed Dec 22, 2023
1 parent d3cbdd0 commit 46da4c0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
setuptools<45; python_version < "3"
setuptools>=65.5.1; python_version >= "3"

PyYAML>=3.12
enum34==1.0.4; python_version < "3.4"
setuptools<45 ; python_version < "3"
setuptools>=65.5.1 ; python_version >= "3"
PyYAML==6.0.1
enum34==1.0.4 ; python_version < "3.4"
stdlib-list>=0.6.0

tomlkit>=0.7.0

coverage>=5.5
pytest>=4.6
pytest-cov>=2.12.1

Sphinx>=1.7.6

0 comments on commit 46da4c0

Please sign in to comment.