summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-06-07 12:14:21 +0200
committerDominik Holland <dominik.holland@googlemail.com>2022-01-27 13:50:04 +0100
commit46dff6adaeb63e654452cd44025b0ce9a38be7a1 (patch)
treeaeb8301d1b91d3ce34b889ad62da1e4166de8f26
parente94f5a9698c5c9e0387e061e297f11a58f712788 (diff)
downloadqtivi-qface-46dff6adaeb63e654452cd44025b0ce9a38be7a1.tar.gz
Bump pyyaml from 5.1 to 5.4 (#95)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index d2bf0a4..d8adc5f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,7 @@ Jinja2==2.11.3
MarkupSafe==1.0
path.py==11.0.1
pathtools==0.1.2
-PyYAML==5.1
+PyYAML==5.4
six==1.11.0
typing==3.6.4
watchdog==0.8.3
diff --git a/setup.py b/setup.py
index da3e335..d938e09 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
'antlr4-python3-runtime==4.7.1',
'jinja2==2.11.3',
'path.py==11.0.1',
- 'pyyaml==5.1',
+ 'pyyaml==5.4',
'typing==3.6.4',
'watchdog==0.8.3',
'six==1.11.0',