Commit 8bef0bf
chore(deps): pin setuptools<82 and fix ruff errors
* pin setuptools<82 in pyproject.toml because passlib still uses
pkg_resources which was removed in setuptools 82
* fix ruff linting errors in rero_ils/theme/menus.py by wrapping
multi-line lambda expressions in parentheses
* fix ruff linting error in tests/api/selfcheck/test_models.py by
using pytest.raises as a context manager
* remove resolved CVE-2025-53000 (nbconvert) exception from
scripts/test
* update uv.lock
Co-Authored-by: Peter Weber <[email protected]>1 parent 4e9cd81 commit 8bef0bf
3 files changed
+388
-356
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
| |||
0 commit comments