build(deps): bump django-denorm-iplweb 1.12.1 -> 1.12.2#384
Open
mpasternak wants to merge 2 commits into
Open
Conversation
Patch release of the denormalization library. Dependency metadata is identical to 1.12.1 (Django>=5.2, celery, celery-singleton, tqdm; requires-python >=3.10), so this is a low-risk, no-transitive-change bump. Validated locally against the denorm-backed test surface: - src/bpp/tests/test_cache/ (materialized cache via DB triggers): 74 passed, 1 skipped - test_autor_dyscyplina + ewaluacja_optymalizacja discipline pins: 22 passed Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
pip-audit flagged pypdf 6.13.2 (GHSA-jm82-fx9c-mx94, fixed in 6.13.3). pypdf is a transitive dep (via xhtml2pdf) constrained through constraint-dependencies; raise the security floor so future `uv lock` cannot regress below the patched version, and record the advisory in the audit comment alongside the existing CVEs. Verified: `uv export --no-dev | pip-audit` (same invocation as the dependency-audit.yml gate) reports "No known vulnerabilities found". Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Co i dlaczego
Aktualizacja
django-denorm-iplwebdo najnowszej wersji 1.12.2 (opublikowana 2026-06-18). Dotychczas pin był>=1.12.1, lock zamrażał1.12.1.To patch release biblioteki denormalizacyjnej. Metadane zależności są identyczne względem 1.12.1:
Django>=5.2,celery,celery-singleton,tqdmrequires-python >=3.10→ brak nowych zależności tranzytywnych, niskie ryzyko.
Zmiany
pyproject.toml:django-denorm-iplweb>=1.12.1→>=1.12.2uv.lock: re-resolve (uv lock --upgrade-package django-denorm-iplweb),1.12.1→1.12.2Walidacja lokalna
Uruchomione testy zależne od denorm (denorm zasila zmaterializowany cache przez triggery DB):
src/bpp/tests/test_cache/— 74 passed, 1 skippedtest_autor_dyscyplina+ewaluacja_optymalizacjadiscipline pins — 22 passedPełna suita pytest (sharded) + build test-runner image — przez CI tego PR-a.
🤖 Generated with Claude Code