Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the pip-updates group with 5 updates:

Package From To
boto3 1.42.4 1.42.9
datamodel-code-generator 0.42.0 0.43.1
django-simple-history 3.10.1 3.11.0
openai 2.9.0 2.11.0
ruff 0.14.8 0.14.9

Updates boto3 from 1.42.4 to 1.42.9

Commits
  • 70183cf Merge branch 'release-1.42.9'
  • 02ef27f Bumping version to 1.42.9
  • b4821c1 Add changelog entries from botocore
  • 8c12c9d Merge branch 'release-1.42.8'
  • 39f484c Merge branch 'release-1.42.8' into develop
  • 3c5c225 Bumping version to 1.42.8
  • d8c15ca Add changelog entries from botocore
  • e70c5a2 Use f-strings instead of string concatenation (#4675)
  • 2295d41 Merge branch 'release-1.42.7'
  • f2bd57c Merge branch 'release-1.42.7' into develop
  • Additional commits viewable in compare view

Updates datamodel-code-generator from 0.42.0 to 0.43.1

Release notes

Sourced from datamodel-code-generator's releases.

0.43.1

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.43.0...0.43.1

0.43.0

What's Changed

New Contributors

Full Changelog: koxudaxi/datamodel-code-generator@0.42.2...0.43.0

0.42.2

What's Changed

Full Changelog: koxudaxi/datamodel-code-generator@0.42.1...0.42.2

0.42.1

What's Changed

... (truncated)

Commits
  • fd9728f Fix allOf partial property overrides to inherit parent types instead of Any (...
  • 3eae20d Add support for x-enumNames extension (#2653)
  • 2df42fb Fix discriminator to use enum value instead of model name for single-value en...
  • 35871c2 Add validation error for --use-specialized-enum when target Python version < ...
  • 8bbc4df Add --use-frozen-field option for JSON Schema readOnly support (#2650)
  • f639855 Fix nullable propagation from $ref schema targets (#2649)
  • 27929ad Fix incorrect import when module and class have the same name (#2648)
  • 5de9bf7 Fix allOf merging logic to handle single $ref inheritance with property overr...
  • 737281a Add bundled schema with $id and update local fragment resolution logic (#2646)
  • 9b7863d Fix enum default values to use short names in nested package paths (#2644)
  • Additional commits viewable in compare view

Updates django-simple-history from 3.10.1 to 3.11.0

Release notes

Sourced from django-simple-history's releases.

Release 3.11.0

What's Changed

Documented changes

Merged PRs

New Contributors

Full Changelog: django-commons/django-simple-history@3.10.1...3.11.0

Changelog

Sourced from django-simple-history's changelog.

3.11.0 (2025-12-09)

  • Added support for Python 3.14 (gh-1529)
  • Added support for Django 6.0 (gh-1529)
  • Dropped support for Python 3.9, which reached end-of-life on 2025-10-31 (gh-1560)
  • Added Ukrainian localization (gh-1547)
Commits
  • 6afee6d Prepare for release 3.11.0 (#1569)
  • 44ffcd3 Bump psycopg[binary] from 3.2.13 to 3.3.2 in /requirements (#1566)
  • da78f4b Bump coverage from 7.10.7 to 7.13.0 in /requirements (#1565)
  • a81247e Bump tox from 4.30.2 to 4.32.0 in /requirements (#1542)
  • fb86d28 Add Ukrainian translation (#1547)
  • 9c919e8 Fixed some formatting issues in AUTHORS.rst
  • f2a8b88 Cleaned up translation files
  • 15196be feat(i18n): add Ukrainian translation and update changelog
  • a08477b Add django-upgrade to pre-commit hooks (#1561)
  • f24251e Django 6.0 support improvements (#1559)
  • Additional commits viewable in compare view

Updates openai from 2.9.0 to 2.11.0

Release notes

Sourced from openai's releases.

v2.11.0

2.11.0 (2025-12-11)

Full Changelog: v2.10.0...v2.11.0

Features

v2.10.0

2.10.0 (2025-12-10)

Full Changelog: v2.9.0...v2.10.0

Features

  • api: make model required for the responses/compact endpoint (a12936b)

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (8f0d230)

Chores

  • add missing docstrings (f20a9a1)
  • internal: update docstring (9a993f2)
Changelog

Sourced from openai's changelog.

2.11.0 (2025-12-11)

Full Changelog: v2.10.0...v2.11.0

Features

2.10.0 (2025-12-10)

Full Changelog: v2.9.0...v2.10.0

Features

  • api: make model required for the responses/compact endpoint (a12936b)

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (8f0d230)

Chores

  • add missing docstrings (f20a9a1)
  • internal: update docstring (9a993f2)
Commits

Updates ruff from 0.14.8 to 0.14.9

Release notes

Sourced from ruff's releases.

0.14.9

Release Notes

Released on 2025-12-11.

Preview features

  • [ruff] New RUF100 diagnostics for unused range suppressions (#21783)
  • [pylint] Detect subclasses of builtin exceptions (PLW0133) (#21382)

Bug fixes

  • Fix comment placement in lambda parameters (#21868)
  • Skip over trivia tokens after re-lexing (#21895)
  • [flake8-bandit] Fix false positive when using non-standard CSafeLoader path (S506). (#21830)
  • [flake8-bugbear] Accept immutable slice default arguments (B008) (#21823)

Rule changes

  • [pydocstyle] Suppress D417 for parameters with Unpack annotations (#21816)

Performance

  • Use memchr for computing line indexes (#21838)

Documentation

  • Document *.pyw is included by default in preview (#21885)
  • Document range suppressions, reorganize suppression docs (#21884)
  • Update mkdocs-material to 9.7.0 (Insiders now free) (#21797)

Contributors

Install ruff 0.14.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.14.9/ruff-installer.sh | sh

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.9

Released on 2025-12-11.

Preview features

  • [ruff] New RUF100 diagnostics for unused range suppressions (#21783)
  • [pylint] Detect subclasses of builtin exceptions (PLW0133) (#21382)

Bug fixes

  • Fix comment placement in lambda parameters (#21868)
  • Skip over trivia tokens after re-lexing (#21895)
  • [flake8-bandit] Fix false positive when using non-standard CSafeLoader path (S506). (#21830)
  • [flake8-bugbear] Accept immutable slice default arguments (B008) (#21823)

Rule changes

  • [pydocstyle] Suppress D417 for parameters with Unpack annotations (#21816)

Performance

  • Use memchr for computing line indexes (#21838)

Documentation

  • Document *.pyw is included by default in preview (#21885)
  • Document range suppressions, reorganize suppression docs (#21884)
  • Update mkdocs-material to 9.7.0 (Insiders now free) (#21797)

Contributors

Commits
  • 3f63ea4 Prepare 0.14.9 release (#21927)
  • c8851ec [ty] Defer all parameter and return type annotations (#21906)
  • d442433 [ty] Fix workspace symbols to return members too (#21926)
  • c055d66 Document range suppressions, reorganize suppression docs (#21884)
  • 7a578ce Ignore ruff:isort like ruff:noqa in new suppressions (#21922)
  • 34f7a04 [ty] Handle Definitions in SemanticModel::scope (#21919)
  • c9fe4e2 [ty] Attach salsa db when running ide tests for easier debugging (#21917)
  • fbeeb05 [ty] Don't show hover for expressions with no inferred type (#21924)
  • 4fdb4e8 [ty] avoid unions of generic aliases of the same class in fixpoint (#21909)
  • c548ef2 [ty] Squash false positive logs for failing to find builtins as a real module
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pip-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.42.4` | `1.42.9` |
| [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.42.0` | `0.43.1` |
| [django-simple-history](https://github.com/django-commons/django-simple-history) | `3.10.1` | `3.11.0` |
| [openai](https://github.com/openai/openai-python) | `2.9.0` | `2.11.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.8` | `0.14.9` |


Updates `boto3` from 1.42.4 to 1.42.9
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.4...1.42.9)

Updates `datamodel-code-generator` from 0.42.0 to 0.43.1
- [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases)
- [Commits](koxudaxi/datamodel-code-generator@0.42.0...0.43.1)

Updates `django-simple-history` from 3.10.1 to 3.11.0
- [Release notes](https://github.com/django-commons/django-simple-history/releases)
- [Changelog](https://github.com/django-commons/django-simple-history/blob/master/CHANGES.rst)
- [Commits](django-commons/django-simple-history@3.10.1...3.11.0)

Updates `openai` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v2.9.0...v2.11.0)

Updates `ruff` from 0.14.8 to 0.14.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.8...0.14.9)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-updates
- dependency-name: datamodel-code-generator
  dependency-version: 0.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: django-simple-history
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: openai
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-updates
- dependency-name: ruff
  dependency-version: 0.14.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 15, 2025
@gecBurton gecBurton merged commit 4d48a7c into main Dec 17, 2025
3 checks passed
@gecBurton gecBurton deleted the dependabot/pip/pip-updates-946154f4cf branch December 17, 2025 07:35
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.

2 participants