Skip to content

Commit 2054ddc

Browse files
dependabot[bot]yliaog
authored andcommitted
Update pluggy requirement from >=0.3.1 to >=1.6.0
Updates the requirements on [pluggy](https://github.com/pytest-dev/pluggy) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@0.3.1...1.6.0) --- updated-dependencies: - dependency-name: pluggy dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef2ecce commit 2054ddc

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)