Skip to content

deps(py): bump the pip-minor-patch group across 1 directory with 3 updates#592

Merged
Blb3D merged 1 commit into
mainfrom
dependabot/pip/backend/pip-minor-patch-ad59839e2b
May 8, 2026
Merged

deps(py): bump the pip-minor-patch group across 1 directory with 3 updates#592
Blb3D merged 1 commit into
mainfrom
dependabot/pip/backend/pip-minor-patch-ad59839e2b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the pip-minor-patch group with 3 updates in the /backend directory: pydantic, pydantic-settings and reportlab.

Updates pydantic from 2.13.3 to 2.13.4

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • See full diff in compare view

Updates pydantic-settings from 2.14.0 to 2.14.1

Release notes

Sourced from pydantic-settings's releases.

v2.14.1

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.14.0...v2.14.1

Commits

Updates reportlab from 4.4.10 to 4.5.0

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 8, 2026
@github-actions

github-actions Bot commented May 8, 2026

Copy link
Copy Markdown

Review Council Results

4 tests   2 ✅  0s ⏱️
1 suites  0 💤
1 files    2 ❌

For more details on these failures, see this check.

Results for commit 208d8f9.

♻️ This comment has been updated with latest results.

…dates

Bumps the pip-minor-patch group with 3 updates in the /backend directory: [pydantic](https://github.com/pydantic/pydantic), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [reportlab](https://www.reportlab.com/).


Updates `pydantic` from 2.13.3 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.3...v2.13.4)

Updates `pydantic-settings` from 2.14.0 to 2.14.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.14.0...v2.14.1)

Updates `reportlab` from 4.4.10 to 4.5.0

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: pydantic-settings
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: reportlab
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/backend/pip-minor-patch-ad59839e2b branch from d2908f6 to 208d8f9 Compare May 8, 2026 21:58

@Blb3D Blb3D left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving — replacement for closed #580. After Dependabot rebase on top of post-#591/#581 main, the diff is 3 patch/minor bumps:

Package From To Type Risk
pydantic 2.13.3 2.13.4 patch None — packaging only (libc bump, macOS linker flags) + RootModel metadata fix; FilaOps doesn't use RootModel
pydantic-settings 2.14.0 2.14.1 patch None — fixes edge case for fields literally named cls; FilaOps settings has no such field
reportlab 4.4.10 4.5.0 minor None — verified all FilaOps reportlab imports (reportlab.lib.{colors,pagesizes,styles,units,enums} + reportlab.platypus); none of the 4.5.0 changes (extformat move, colors.cssParse, Group.asDrawing, acroform) touch the Platypus + colors + styles surface FilaOps uses

CI: All required checks SUCCESS (backend, frontend, CodeQL py+js, PRO Code Guard, GitGuardian, dedicated Review Council review workflow, Backend Unit & Integration Tests, Frontend Component Tests, Build Validation).

Review Council JUnit FAILURE — confirmed same false-positive as #581: annotations cite src/config.js:42 and src/db/queries.js:87 (don't exist anywhere in FilaOps — generic placeholder paths from external review-council tool template fallback). Identical annotations as on #581, suggesting the JUnit reporter re-publishes the same template on every PR regardless of diff. Tracked as a known tooling artifact — see follow-up below.

Follow-up to file separately: investigate why .github/workflows/review-council.yml's ccl.ps1 invocation produces template paths instead of FilaOps-scoped findings (likely needs the API key configured, or the tool needs a flag to scope to PR diff).

@Blb3D Blb3D merged commit 1972508 into main May 8, 2026
16 of 17 checks passed
@Blb3D Blb3D deleted the dependabot/pip/backend/pip-minor-patch-ad59839e2b branch May 8, 2026 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant