You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(deps): unify pip-compile flags across all lockfiles ([#1138](#1138))
Add --strip-extras and --allow-unsafe to every pip-compile invocation
and regenerate all lockfiles. setuptools is now hash-pinned instead of
relying on a preinstalled build host; --strip-extras aligns with the
upcoming pip-tools 8.0.0 default and the pre-commit lockfile.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [Unreleased]
10
10
11
-
tbd
11
+
### Changed
12
+
13
+
Build, CI/CD:
14
+
15
+
* requirements: source-install lockfiles now pin every build dependency (including `setuptools`) with hashes, so `pip install --require-hashes` no longer relies on the build host having `setuptools` preinstalled ([#1138](https://github.com/Linuxfabrik/monitoring-plugins/issues/1138))
0 commit comments