grahamwetzler / smart-meter-texas

Package to connect to and retrieve data from the unoffical Smart Meter Texas API
MIT License
12 stars 13 forks source link

Update pygments to 2.7.3 #88

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates Pygments from 2.7.1 to 2.7.3.

Changelog ### 2.7.3 ``` ------------- (released December 6, 2020) - Updated lexers: * Ada (PR1581) * HTML (PR1615, 1614) * Java (PR1594, 1586) * JavaScript (PR1605, PR1589, 1588) * JSON (PR1569 -- this is a complete rewrite) * Lean (PR1601) * LLVM (PR1612) * Mason (PR1592) * MySQL (PR1555, 1551) * Rust (PR1608) * Turtle (PR1590, 1553) - Deprecated JsonBareObjectLexer, which is now identical to JsonLexer (1600) - The ``ImgFormatter`` now calculates the exact character width, which fixes some issues with overlapping text (1213, PR1611) - Documentation fixes (PR1609, 1599, 1598) - Fixed duplicated Juttle language alias (1604, PR1606) - Added support for Kotlin scripts (PR1587) - Removed CSS rule which forced margin to 0 ``` ### 2.7.2 ``` ------------- (released October 24, 2020) - Updated lexers: * Latex (PR1517, 1516) * LLVM (PR1565) * SPARQL (PR1559) - Fixed Python console/traceback lexer problems with custom exceptions without messages (1548) - Allow loading ttc fonts on Mac/image formatter (1223) - Improved ``analyze_text`` across a variety of lexers (PR1549) - Removed CSS rule which forced the vertical padding to 0 for line numbers (PR1583, 1579) - Fixed ``TNTLexer`` crashing on unexpected EOL (1568, PR1570) - ``regexlint`` can be now run locally as part of ``tox`` tests (PR1557) - Fixed typos (PR1550, 1562) - Added Python 3.9 as a supported version (PR1554) ```
Links - PyPI: https://pypi.org/project/pygments - Changelog: https://pyup.io/changelogs/pygments/ - Homepage: https://pygments.org/
pyup-bot commented 3 years ago

Closing this in favor of #109