-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps-dev): update ruff requirement from <0.16,>=0.15 to >=0.15,<0.17 in the python-dependencies group across 1 directory #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,7 +26,7 @@ test = [ | |
| "mypy>=1.18,<3", | ||
| "pytest>=8,<10", | ||
| "PyYAML>=6,<7", | ||
| "ruff>=0.15,<0.16", | ||
| "ruff>=0.15,<0.17", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The CI job installs Useful? React with 👍 / 👎. |
||
| "setuptools>=70.1", | ||
| ] | ||
| mutation = [ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because this change modifies
pyproject.toml, it falls under the repository's release-relevant paths and must include the synchronized version bump inplugin.yaml,pyproject.toml, andhermes_local_knowledge/__init__.py. As submitted,scripts/check_version_policy.py --base-ref 81b5c8ea125765e1b2341bfb57538c5eaaaa659d^ --head-ref 81b5c8ea125765e1b2341bfb57538c5eaaaa659dreportsRelease-relevant files changed without a plugin version bump, so the required version-policy gate will reject this dependency update.Useful? React with 👍 / 👎.