Skip to content

Bump the optional group with 4 updates#9888

Merged
browniebroke merged 3 commits intomainfrom
dependabot/pip/optional-57c062e562
Feb 7, 2026
Merged

Bump the optional group with 4 updates#9888
browniebroke merged 3 commits intomainfrom
dependabot/pip/optional-57c062e562

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Updates the requirements on coreapi, django-guardian, pygments and pyyaml to permit the latest version.
Updates coreapi from 2.3.1 to 2.3.3

Commits
  • 2685e5d Version 2.3.3 (Clean up PyPI package)
  • 27f4f6e Version 2.3.2 (Compat with API Star schemas)
  • e0eca9d Merge pull request #144 from edmorley/indicate-python3-support
  • 64fd5f1 Add Python 2/3 trove classifiers to setup.py
  • b550a2d Test against Python 3.5 and 3.6
  • See full diff in compare view

Updates django-guardian to 3.2.0

Release notes

Sourced from django-guardian's releases.

3.2.0 The Bozkir progression

What's Changed

Full Changelog: django-guardian/django-guardian@3.1.3...3.2.0

Commits
  • 4120d00 Merge pull request #921 from django-guardian/644-using-inlines-in-django-admi...
  • c896b22 Merge pull request #919 from django-guardian/770-migration-rollback-fix
  • 3814e23 Merge branch 'main' into 770-migration-rollback-fix
  • 9485489 Merge pull request #920 from django-guardian/666-permissionrequiredmixin-does...
  • e01e2e1 check only username field fixing
  • e1ae3c5 show warning instead of error for backward compatibility and giving time the ...
  • 63c10f5 Merge branch 'main' into 644-using-inlines-in-django-admin-with-guardian
  • b27ebbd Merge branch 'main' into 666-permissionrequiredmixin-does-not-warn-against-us...
  • d7ed4a3 Merge branch 'main' into 770-migration-rollback-fix
  • 03fed69 Merge pull request #912 from django-guardian/pr-907
  • Additional commits viewable in compare view

Updates pygments to 2.19.2

Release notes

Sourced from pygments's releases.

2.19.2

  • Lua: Fix regression introduced in 2.19.0 (#2882, #2839)
Changelog

Sourced from pygments's changelog.

Version 2.19.2

(released June 21st, 2025)

  • Lua: Fix regression introduced in 2.19.0 (#2882, #2839)

Version 2.19.1

(released January 6th, 2025)

  • Updated lexers:

    • Ini: Fix quoted string regression introduced in 2.19.0
    • Lua: Fix a regression introduced in 2.19.0

Version 2.19.0

(released January 5th, 2025)

  • New lexers:

  • Updated lexers:

    • BQN: Various improvements (#2789)
    • C#: Fix number highlighting (#986, #2727), add file keyword (#2726, #2805, #2806), add various other keywords (#2745, #2770)
    • CSS: Add revert (#2766, #2775)
    • Debian control: Add Change-By field (#2757)
    • Elip: Improve punctuation handling (#2651)
    • Igor: Add int (#2801)
    • Ini: Fix quoted strings with embedded comment characters (#2767, #2720)
    • Java: Support functions returning types containing a question mark (#2737)
    • JavaScript: Support private identiiers (#2729, #2671)
    • LLVM: Add splat, improve floating-point number parsing (#2755)
    • Lua: Improve variable detection, add built-in functions (#2829)
    • Macaulay2: Update to 1.24.11 (#2800)
    • PostgreSQL: Add more EXPLAIN keywords (#2785), handle / (#2774)
    • S-Lexer: Fix keywords (#2082, #2750)
    • TransactSQL: Fix single-line comments (#2717)

... (truncated)

Commits

Updates pyyaml to 6.0.3

Release notes

Sourced from pyyaml's releases.

6.0.3

What's Changed

  • Support for Python 3.14 and free-threading (experimental).

Full Changelog: yaml/pyyaml@6.0.2...6.0.3

Changelog

Sourced from pyyaml's changelog.

6.0.3 (2025-09-25)

  • yaml/pyyaml#864 -- Support for Python 3.14 and free-threading (experimental)

6.0.2 (2024-08-06)

6.0.1 (2023-07-18)

6.0 (2021-10-13)

5.4.1 (2021-01-20)

  • yaml/pyyaml#480 -- Fix stub compat with older pyyaml versions that may unwittingly load it

5.4 (2021-01-19)

5.3.1 (2020-03-18)

  • yaml/pyyaml#386 -- Prevents arbitrary code execution during python/object/new constructor

5.3 (2020-01-06)

... (truncated)

Commits

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 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

Updates the requirements on [coreapi](https://github.com/core-api/python-client), [django-guardian](https://github.com/django-guardian/django-guardian), [pygments](https://github.com/pygments/pygments) and [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version.

Updates `coreapi` from 2.3.1 to 2.3.3
- [Commits](core-api/python-client@2.3.1...2.3.3)

Updates `django-guardian` to 3.2.0
- [Release notes](https://github.com/django-guardian/django-guardian/releases)
- [Commits](django-guardian/django-guardian@v2.4.0...3.2.0)

Updates `pygments` to 2.19.2
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.17.0...2.19.2)

Updates `pyyaml` to 6.0.3
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...6.0.3)

---
updated-dependencies:
- dependency-name: coreapi
  dependency-version: 2.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: optional
- dependency-name: django-guardian
  dependency-version: 3.2.0
  dependency-type: direct:development
  dependency-group: optional
- dependency-name: pygments
  dependency-version: 2.19.2
  dependency-type: direct:development
  dependency-group: optional
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:development
  dependency-group: optional
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 5, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates four optional dependencies to permit their latest versions. These are automated dependency updates from Dependabot that allow the project to use newer versions of optional packages.

Changes:

  • Updated coreapi from 2.3.1 to 2.3.3 (pinned exact version)
  • Updated django-guardian to allow versions up to 3.3 (previously capped at 2.5)
  • Updated pygments to allow versions from 2.17 to 2.20 (changed from ~=2.17.0)
  • Updated pyyaml to allow versions up to 6.1 (previously capped at 5.4)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

browniebroke
browniebroke previously approved these changes Feb 6, 2026
Was added to testing requirements in
#9818

But that was lost in:
#9842

Moving to optional dep group as it's only needed for coreapi
@browniebroke browniebroke merged commit 8fe9c54 into main Feb 7, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/optional-57c062e562 branch February 7, 2026 13:12
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