Skip to content

Bump the minor group across 1 directory with 4 updates - #188

Merged
brianglass merged 3 commits into
mainfrom
dependabot-pip-minor-fix
Aug 17, 2026
Merged

Bump the minor group across 1 directory with 4 updates#188
brianglass merged 3 commits into
mainfrom
dependabot-pip-minor-fix

Conversation

@brianglass

Copy link
Copy Markdown
Owner

Summary

Supersedes #174, which was failing CI: it bumped django to 6.1, but django-ninja==1.6.2 pins Django<6.1, so the Docker build's pip install failed dependency resolution outright. #174 was also stale (opened before #184 merged and removed typogrify/Jinja2 from requirements.txt), which is what made it show as conflicting.

  • Rebased Dependabot's original bump (django 6.0.7→6.1, google-cloud-logging 3.16.1→3.16.2, newrelic 13.3.0→13.4.0, uvicorn 0.51.0→0.52.1) onto current main.
  • Added django-ninja 1.6.2→1.6.3, which drops the Django<6.1 cap entirely (Django>=3.1, no upper bound per PyPI) -- the actual unblock for the Django 6.1 bump.

Test plan

  • docker compose build tests succeeds (previously failed with ResolutionImpossible).
  • docker compose run --rm tests -- all 152 tests pass.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

https://claude.ai/code/session_01Hf6j2xXQXywHVh3HAVRxB3

dependabot Bot and others added 2 commits August 17, 2026 16:09
Bumps the minor group with 4 updates in the / directory: [django](https://github.com/django/django), [google-cloud-logging](https://github.com/googleapis/google-cloud-python), [newrelic](https://github.com/newrelic/newrelic-python-agent) and [uvicorn](https://github.com/Kludex/uvicorn).

Updates `django` from 6.0.7 to 6.1
- [Commits](django/django@6.0.7...6.1)

Updates `google-cloud-logging` from 3.16.1 to 3.16.2
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-logging-v3.16.1...google-cloud-logging-v3.16.2)

Updates `newrelic` from 13.3.0 to 13.4.0
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v13.3.0...v13.4.0)

Updates `uvicorn` from 0.51.0 to 0.52.1
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.51.0...0.52.1)

---
updated-dependencies:
- dependency-name: django
  dependency-version: '6.1'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: google-cloud-logging
  dependency-version: 3.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: newrelic
  dependency-version: 13.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: uvicorn
  dependency-version: 0.52.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
django-ninja 1.6.2 pins Django<6.1, which made this PR's own Django 6.1
bump fail dependency resolution during the Docker build:

  ERROR: Cannot install ... because these package versions have
  conflicting dependencies.
  The conflict is caused by:
      The user requested django==6.1
      django-ninja 1.6.2 depends on Django<6.1 and >=3.1

1.6.3 drops that upper bound entirely (Django>=3.1, no cap per PyPI's
requires_dist), so bumping it alongside django closes the gap.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Hf6j2xXQXywHVh3HAVRxB3
@brianglass
brianglass merged commit c501c1b into main Aug 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant