diff --git a/requirements-asyncio.txt b/requirements-asyncio.txt index e26b3cda65..7bfe304eed 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -1,6 +1,6 @@ certifi>=14.05.14 # MPL six>=1.9.0 # MIT python-dateutil>=2.5.3 # BSD -pyyaml>=5.4.1 # MIT +pyyaml>=6.0.3 # MIT urllib3>=1.24.2,!=2.6.0 # MIT aiohttp>=3.9.0,<4.0.0 # Apache-2.0 diff --git a/requirements.txt b/requirements.txt index e62b072936..ba641a60c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi>=14.05.14 # MPL six>=1.9.0 # MIT python-dateutil>=2.5.3 # BSD setuptools>=21.0.0 # PSF/ZPL -pyyaml>=5.4.1 # MIT +pyyaml>=6.0.3 # MIT websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 requests-oauthlib # ISC