Skip to content

Commit 5b26df5

Browse files
committed
Use latest saneyaml, PyYAML and AboutCode TK
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent b1c578f commit 5b26df5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aboutcode-toolkit==5.1.0
1+
aboutcode-toolkit==6.0.0
22
apipkg==1.5
33
codecov==2.1.11
44
coverage==5.3.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pyparsing==2.4.0
5353
PyYAML==5.4.1
5454
rdflib==4.2.1
5555
requests==2.25.1
56-
saneyaml==0.4
56+
saneyaml==0.5.2
5757
setuptools==51.3.3
5858
six==1.12.0
5959
sortedcontainers==2.0.5

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ install_requires =
8888
pygments
8989
pymaven_patch >= 0.2.8
9090
requests >= 2.7.0, < 3.0.0
91-
saneyaml >= 0.4
91+
saneyaml >= 0.5.2
9292
spdx_tools >= 0.6.0
9393
text_unidecode >= 1.0, < 2.0
9494
toml >= 0.10.0
@@ -116,7 +116,7 @@ dev =
116116
pytest-cov
117117
pytest-xdist
118118
pytest-rerunfailures
119-
aboutcode-toolkit >= 5.1.0
119+
aboutcode-toolkit == 5.1.0
120120
bump2version
121121
codecov
122122
coverage

0 commit comments

Comments
 (0)