Skip to content

Commit ea6dc58

Browse files
authored
Merge pull request #2545 from kubernetes-client/dependabot/pip/pluggy-gte-1.6.0
Update pluggy requirement from >=0.3.1 to >=1.6.0
2 parents 50d9ffb + 44e8f97 commit ea6dc58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test-requirements-asyncio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
isort
2-
pluggy>=0.3.1
2+
pluggy>=1.6.0
33
py>=1.4.31
44
pytest
55
pytest-cov

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage>=4.0.3
22
nose>=1.3.7
33
pytest
44
pytest-cov
5-
pluggy>=0.3.1
5+
pluggy>=1.6.0
66
randomize>=0.13
77
sphinx>=8.1.3 # BSD
88
sphinx_markdown_tables

0 commit comments

Comments
 (0)