danvratil / qcoro

C++ Coroutines for Qt
https://qcoro.dvratil.cz
MIT License
331 stars 53 forks source link

Update pygments requirement from ~=2.13 to ~=2.14 #144

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on pygments to permit the latest version.

Release notes

Sourced from pygments's releases.

2.14.0

  • Added lexers:

  • Updated lexers:

    • Abap: Update keywords (#2281)

    • Alloy: Update for Alloy 6 (#1963)

    • C family (C, C++ and many others):

      • Fix an issue where a chunk would be wrongly recognized as a function definition due to braces in comments (#2210)
      • Improve parantheses handling for function definitions (#2207, #2208)
    • C#: Fix number and operator recognition (#2256, #2257)

    • CSound: Updated builtins (#2268)

    • F#: Add .fsx file extension (#2282)

    • gas (GNU assembler): recognize braces as punctuation (#2230)

    • HTTP: Add CONNECT keyword (#2242)

    • Inform 6: Fix lexing of properties and doubles (#2214)

    • INI: Allow comments that are not their own line (#2217, #2161)

    • Java properties: Fix issue with whitespace-delimited keys, support comments starting with ! and escapes, no longer support undocumented ; and // comments (#2241)

    • LilyPond: Improve heuristics, add \maxima duration (#2283)

    • LLVM: Add opaque pointer type (#2269)

    • Macaulay2: Update keywords (#2305)

    • Minecraft-related lexers (SNB and Minecraft function) moved to pygments.lexers.minecraft (#2276)

    • Nim: General improvements (#1970)

    • Nix: Fix single quotes inside indented strings (#2289)

    • Objective J: Fix catastrophic backtracking (#2225)

    • NASM: Add support for SSE/AVX/AVX-512 registers as well as 'rel' and 'abs' address operators (#2212)

    • Powershell:

      • Add local: keyword (#2254)
      • Allow continuations without markers (#2262, #2263)
    • Solidity: Add boolean operators (#2292)

    • Spice: Add enum keyword and fix a bug regarding binary, hexadecimal and octal number tokens (#2227)

    • YAML: Accept colons in key names (#2277)

... (truncated)

Changelog

Sourced from pygments's changelog.

Version 2.14.0

(released January 1st, 2023)

  • Added lexers:

  • Updated lexers:

    • Abap: Update keywords (#2281)

    • Alloy: Update for Alloy 6 (#1963)

    • C family (C, C++ and many others):

      • Fix an issue where a chunk would be wrongly recognized as a function definition due to braces in comments (#2210)
      • Improve parantheses handling for function definitions (#2207, #2208)
    • C#: Fix number and operator recognition (#2256, #2257)

    • CSound: Updated builtins (#2268)

    • F#: Add .fsx file extension (#2282)

    • gas (GNU assembler): recognize braces as punctuation (#2230)

    • HTTP: Add CONNECT keyword (#2242)

    • Inform 6: Fix lexing of properties and doubles (#2214)

    • INI: Allow comments that are not their own line (#2217, #2161)

    • Java properties: Fix issue with whitespace-delimited keys, support comments starting with ! and escapes, no longer support undocumented ; and // comments (#2241)

    • LilyPond: Improve heuristics, add \maxima duration (#2283)

    • LLVM: Add opaque pointer type (#2269)

    • Macaulay2: Update keywords (#2305)

    • Minecraft-related lexers (SNB and Minecraft function) moved to pygments.lexers.minecraft (#2276)

    • Nim: General improvements (#1970)

    • Nix: Fix single quotes inside indented strings (#2289)

    • Objective J: Fix catastrophic backtracking (#2225)

    • NASM: Add support for SSE/AVX/AVX-512 registers as well as 'rel' and 'abs' address operators (#2212)

    • Powershell:

... (truncated)

Commits
  • 77a939e Prepare for 2.14.0 release.
  • b52ecf0 Update CHANGES.
  • dd52102 Improve the Smithy metadata matcher.
  • 92b77b2 Merge pull request #2311 from not-my-profile/styles-pep257
  • 61fd608 styles gallery: Make docstring in example follow PEP 257
  • b710ccf Update CHANGES.
  • 55a3b46 Merge pull request #2308 from sol/sol-patch-1
  • dbc177c Add filenames pattern for HspecLexer
  • f0afb01 Update CHANGES
  • d5203d9 Update Macaulay2 symbols for version 1.21 (#2305)
  • 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)