Skip to content

Commit 0b5ec5d

Browse files
Bump pluggy from 1.5.0 to 1.6.0 (#2316)
Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 1.5.0 to 1.6.0. - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.5.0...1.6.0) --- updated-dependencies: - dependency-name: pluggy dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e6011b commit 0b5ec5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"jinja2==3.1.6",
3232
"packaging",
3333
"pip",
34-
"pluggy==1.5.0",
34+
"pluggy==1.6.0",
3535
"prompt-toolkit==3.0.51",
3636
"pydantic==2.11.4",
3737
"requests==2.32.3",

snyk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PyYAML==6.0.2
44
jinja2==3.1.6
55
packaging
66
pip
7-
pluggy==1.5.0
7+
pluggy==1.6.0
88
prompt-toolkit==3.0.51
99
pydantic==2.11.4
1010
requests==2.32.3

0 commit comments

Comments
 (0)