Betree / magicblue

💡 Unofficial Python API to control Magic Blue bulbs over Bluetooth
MIT License
100 stars 23 forks source link

Bump pygments from 2.2.0 to 2.5.1 #61

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps pygments from 2.2.0 to 2.5.1.

Release notes *Sourced from [pygments's releases](https://github.com/pygments/pygments/releases).* > ## 2.5.1 > This is a release to fix a packaging-related issue ([#1280](https://github-redirect.dependabot.com/pygments/pygments/issues/1280)). No functional differences to 2.5.0. > > ## 2.5.0 > - Added lexers: > > * Email (PR#1246) > * Erlang, Elxir shells (PR#823, [#1521](https://github-redirect.dependabot.com/pygments/pygments/issues/1521)) > * Notmuch (PR#1264) > * Scdoc (PR#1268) > * Solidity ([#1214](https://github-redirect.dependabot.com/pygments/pygments/issues/1214)) > * Zeek (new name for Bro) (PR#1269) > * Zig (PR#820) > > - Updated lexers: > > * Apache2 Configuration (PR#1251) > * Bash sessions ([#1253](https://github-redirect.dependabot.com/pygments/pygments/issues/1253)) > * CSound (PR#1250) > * Dart > * Dockerfile > * Emacs Lisp > * Handlebars (PR#773) > * Java ([#1101](https://github-redirect.dependabot.com/pygments/pygments/issues/1101), [#987](https://github-redirect.dependabot.com/pygments/pygments/issues/987)) > * Logtalk (PR#1261) > * Matlab (PR#1271) > * Praat (PR#1277) > * Python3 (PR#1255) > * Ruby > * YAML ([#1528](https://github-redirect.dependabot.com/pygments/pygments/issues/1528)) > * Velocity > > - Added styles: > > * Inkpot (PR#1276) > > - The ``PythonLexer`` class is now an alias for the former ``Python3Lexer``. > The old ``PythonLexer`` is available as ``Python2Lexer``. Same change has > been done for the ``PythonTracebackLexer``. The ``python3`` option for > the ``PythonConsoleLexer`` is now true by default. > > - Bump ``NasmLexer`` priority over ``TasmLexer`` for ``.asm`` files > (fixes [#1326](https://github-redirect.dependabot.com/pygments/pygments/issues/1326)) > - Default font in the ``ImageFormatter`` has been updated ([#928](https://github-redirect.dependabot.com/pygments/pygments/issues/928), PR#1245) > - Test suite switched to py.test, removed nose dependency ([#1490](https://github-redirect.dependabot.com/pygments/pygments/issues/1490)) > - Reduce ``TeraTerm`` lexer score -- it used to match nearly all languages > ([#1256](https://github-redirect.dependabot.com/pygments/pygments/issues/1256)) > - Treat ``Skylark``/``Starlark`` files as Python files (PR#1259) > - Image formatter: actually respect ``line_number_separator`` option > > ... (truncated)
Changelog *Sourced from [pygments's changelog](https://github.com/pygments/pygments/blob/master/CHANGES).* > Version 2.5.1 > ------------- > (released November 26, 2019) > > - This release fixes a packaging issue. No functional changes. > > > Version 2.5.0 > ------------- > (released November 26, 2019) > > - Added lexers: > > * Email (PR#1246) > * Erlang, Elxir shells (PR#823, [#1521](https://github-redirect.dependabot.com/pygments/pygments/issues/1521)) > * Notmuch (PR#1264) > * `Scdoc `_ (PR#1268) > * `Solidity `_ ([#1214](https://github-redirect.dependabot.com/pygments/pygments/issues/1214)) > * `Zeek `_ (new name for Bro) (PR#1269) > * `Zig `_ (PR#820) > > - Updated lexers: > > * Apache2 Configuration (PR#1251) > * Bash sessions ([#1253](https://github-redirect.dependabot.com/pygments/pygments/issues/1253)) > * CSound (PR#1250) > * Dart > * Dockerfile > * Emacs Lisp > * Handlebars (PR#773) > * Java ([#1101](https://github-redirect.dependabot.com/pygments/pygments/issues/1101), [#987](https://github-redirect.dependabot.com/pygments/pygments/issues/987)) > * Logtalk (PR#1261) > * Matlab (PR#1271) > * Praat (PR#1277) > * Python3 (PR#1255) > * Ruby > * YAML ([#1528](https://github-redirect.dependabot.com/pygments/pygments/issues/1528)) > * Velocity > > - Added styles: > > * Inkpot (PR#1276) > > - The ``PythonLexer`` class is now an alias for the former ``Python3Lexer``. > The old ``PythonLexer`` is available as ``Python2Lexer``. Same change has > been done for the ``PythonTracebackLexer``. The ``python3`` option for > the ``PythonConsoleLexer`` is now true by default. > > - Bump ``NasmLexer`` priority over ``TasmLexer`` for ``.asm`` files > (fixes [#1326](https://github-redirect.dependabot.com/pygments/pygments/issues/1326)) > ... (truncated)
Commits - [`399d1a5`](https://github.com/pygments/pygments/commit/399d1a5b6ac620f42c0d4f4910006dc33093edce) Bump version to 2.5.1. - [`9e1f1e1`](https://github.com/pygments/pygments/commit/9e1f1e139639793017e3315664cc95c9225ed646) Merge pull request [#1283](https://github-redirect.dependabot.com/pygments/pygments/issues/1283) from pygments/fix/1280 - [`8d0828b`](https://github.com/pygments/pygments/commit/8d0828bbfc5b8deb7525a19e1037704f644563da) Exclude tests from distribution. - [`fddbfff`](https://github.com/pygments/pygments/commit/fddbfffc7699120d9687d55b5ebd473d8f530ec6) Reserve new version in CHANGES. - [`6f63df3`](https://github.com/pygments/pygments/commit/6f63df3cb832498b48a94ee8c5c62d3b4835cb11) Bump version number. - [`ad6acae`](https://github.com/pygments/pygments/commit/ad6acae2206291a736d94f02b86044c9d4a2f7f9) Update docs for 2.5 release. - [`74462e5`](https://github.com/pygments/pygments/commit/74462e59bca72de413ac7d947eb963be67e70e1c) Merge pull request [#1277](https://github-redirect.dependabot.com/pygments/pygments/issues/1277) from jjatria/praat-interpolation - [`be43f33`](https://github.com/pygments/pygments/commit/be43f33d42387e0122244a1a6a99493976459831) Add Solidity lexer. - [`731339d`](https://github.com/pygments/pygments/commit/731339d7654fa69d3eaa5ebe2a1d29b1cee6724e) Python: recognize "f" string prefix - [`03328ce`](https://github.com/pygments/pygments/commit/03328cedc35d2d59f3560a35f61add9eb0954f9f) html formatter: lineseparator needs to be unicode - Additional commits viewable in [compare view](https://github.com/pygments/pygments/compare/2.2.0...2.5.1)


Dependabot compatibility score

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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #63.