Skip to content

Commit 04a9213

Browse files
authored
Merge pull request #2571 from kubernetes-client/dependabot/pip/pyyaml-gte-6.0.3
Update pyyaml requirement from >=5.4.1 to >=6.0.3
2 parents 26761f3 + ce05042 commit 04a9213

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-asyncio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
certifi>=14.05.14 # MPL
22
six>=1.9.0 # MIT
33
python-dateutil>=2.5.3 # BSD
4-
pyyaml>=5.4.1 # MIT
4+
pyyaml>=6.0.3 # MIT
55
urllib3>=1.24.2,!=2.6.0 # MIT
66
aiohttp>=3.9.0,<4.0.0 # Apache-2.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ certifi>=14.05.14 # MPL
22
six>=1.9.0 # MIT
33
python-dateutil>=2.5.3 # BSD
44
setuptools>=21.0.0 # PSF/ZPL
5-
pyyaml>=5.4.1 # MIT
5+
pyyaml>=6.0.3 # MIT
66
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
77
requests # Apache-2.0
88
requests-oauthlib # ISC

0 commit comments

Comments
 (0)