Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the typing-stubs group with 2 updates #4672

Merged
merged 4 commits into from
May 6, 2024

Commits on May 6, 2024

  1. Bump the typing-stubs group with 2 updates

    Bumps the typing-stubs group with 2 updates: [django-stubs](https://github.com/typeddjango/django-stubs) and [djangorestframework-stubs](https://github.com/typeddjango/djangorestframework-stubs).
    
    
    Updates `django-stubs` from 4.2.6 to 5.0.0
    - [Release notes](https://github.com/typeddjango/django-stubs/releases)
    - [Commits](typeddjango/django-stubs@4.2.6...5.0.0)
    
    Updates `djangorestframework-stubs` from 3.14.4 to 3.15.0
    - [Release notes](https://github.com/typeddjango/djangorestframework-stubs/releases)
    - [Commits](typeddjango/djangorestframework-stubs@3.14.4...3.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: django-stubs
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: typing-stubs
    - dependency-name: djangorestframework-stubs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: typing-stubs
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jwhitlock committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7381254 View commit details
    Browse the repository at this point in the history
  2. Add Django 5.0 options for force_insert

    django-stubs 5.0.0 has type hints for Django 5.0. We can support the new
    signature without using it.
    jwhitlock committed May 6, 2024
    Configuration menu
    Copy the full SHA
    dddc0ec View commit details
    Browse the repository at this point in the history
  3. Complete function types

    jwhitlock committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0b9d26e View commit details
    Browse the repository at this point in the history
  4. Fix ruff UP031

    jwhitlock committed May 6, 2024
    Configuration menu
    Copy the full SHA
    91f9f1e View commit details
    Browse the repository at this point in the history