diff --git a/ansible-role/molecule/requirements.txt b/ansible-role/molecule/requirements.txt index 22c92fa2b..b7cc5b4d1 100644 --- a/ansible-role/molecule/requirements.txt +++ b/ansible-role/molecule/requirements.txt @@ -46,7 +46,7 @@ PyNaCl==1.5.0 pyparsing==3.0.9 python-dateutil==2.8.2 python-slugify==6.1.2 -PyYAML==5.4.1 +PyYAML==5.3.1 requests==2.28.1 rich==12.5.1 selinux==0.2.1 diff --git a/app/license_notice.py b/app/license_notice.py index 6d8899633..211b6ef21 100644 --- a/app/license_notice.py +++ b/app/license_notice.py @@ -94,7 +94,7 @@ class LicenseMetadata: name='pyyaml', homepage_url='https://pyyaml.org', license_url= - 'https://raw.githubusercontent.com/yaml/pyyaml/5.4.1/LICENSE', + 'https://raw.githubusercontent.com/yaml/pyyaml/6.0.1/LICENSE', ), LicenseMetadata( name='bidict', diff --git a/bundler/bundle/requirements.txt b/bundler/bundle/requirements.txt index 52f7afe43..c633e19eb 100644 --- a/bundler/bundle/requirements.txt +++ b/bundler/bundle/requirements.txt @@ -13,4 +13,4 @@ MarkupSafe==2.1.1 packaging==21.3 pycparser==2.21 pyparsing==3.0.9 -PyYAML==6.0 +PyYAML==6.0.1 diff --git a/requirements.txt b/requirements.txt index d6bcc0728..a2a125ad2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ eventlet==0.31.0 Flask==1.1.1 Flask-SocketIO==5.0.1 Flask-WTF==0.14.3 -pyyaml==5.4.1 +pyyaml==6.0.1 # Indirect dependencies bidict==0.21.2