ngshiheng / burplist

Web crawler for Burplist, a search engine for craft beers in Singapore
https://burplist.com
MIT License
11 stars 5 forks source link

fix(deps): update dependency colorlog to v6 #71

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
colorlog 5.0.1 -> ==6.6.0 age adoption passing confidence

Release Notes

borntyping/python-colorlog ### [`v6.6.0`](https://togithub.com/borntyping/python-colorlog/releases/v6.6.0) [Compare Source](https://togithub.com/borntyping/python-colorlog/compare/v6.5.0...v6.6.0) https://pypi.org/project/colorlog/6.6.0/ ##### Changes Changes since v6.4.1. - Add a `force_color` option to `colorlog.formatter.ColoredFormatter`. - Support the `FORCE_COLOR` environment variable. ### [`v6.5.0`](https://togithub.com/borntyping/python-colorlog/compare/v6.4.1...v6.5.0) [Compare Source](https://togithub.com/borntyping/python-colorlog/compare/v6.4.1...v6.5.0) ### [`v6.4.1`](https://togithub.com/borntyping/python-colorlog/releases/v6.4.1) [Compare Source](https://togithub.com/borntyping/python-colorlog/compare/v6.4.0...v6.4.1) This is the first proper release in the v6 line! PyPI: https://pypi.org/project/colorlog/6.4.1/ This breaks backwards compatibility in a few ways, most notably dropping support for Python versions older than 3.5. A warning will be displayed if you try to run it on an older version: Colorlog requires Python 3.6 or above. Pin 'colorlog<5' to your dependencies if you require compatibility with older versions of Python. This lets colorlog drop some code that was getting very messy to maintain, which made adding and testing new features a slog. Other backwards incompatible changes have mostly been to internals, and some long requested features that have been a bit easier to add now. ##### Changes Changes since [v6.3.0a1](https://togithub.com/borntyping/python-colorlog/releases/tag/v6.3.0a1). - Renamed `colorlog.logging` to `colorlog.wrappers`. - Import log levels from the `logging` module ([#​111](https://togithub.com/borntyping/python-colorlog/issues/111)). ##### Changelog Changes since [v5.0.0](https://togithub.com/borntyping/python-colorlog/releases/tag/v5.0.0). - Dropped support for Python 2 and Python versions below Python 3.5. - Added type hints and added mypy to CI ([#​83](https://togithub.com/borntyping/python-colorlog/issues/83)). - Support 256 colour ANSI codes ([#​88](https://togithub.com/borntyping/python-colorlog/issues/88)). - Support "light" ANSI codes ([#​87](https://togithub.com/borntyping/python-colorlog/issues/87)). - Support the `NO_COLOR` environment variable, and a no_color option ([#​70](https://togithub.com/borntyping/python-colorlog/issues/70)). - Updated various examples and documentation ([#​85](https://togithub.com/borntyping/python-colorlog/issues/85)). - Merged `TTYColoredFormatter` into `ColoredFormatter`, and ensure no ANSI codes are printed when colors are disabled. - Replaced `LevelFormatter` with a far simpler implementation. - Fixed version_info check for the Formatter validate parameter. - Define formatMessage instead of format, so that ColoredRecord is used in fewer places. - Use setuptool's "normalised" format for the version number. - Add PEP 561 typing marker so mypy can find type annotations. - Renamed internal modules. - `colorlog.colorlog` is now `colorlog.formatter`. - `colorlog.logging` is now `colorlog.wrappers`. - Removed `colorlog.escape_codes` object so that the `colorlog.escape_codes` module can be imported and used. - Import log levels from the `logging` module ([#​111](https://togithub.com/borntyping/python-colorlog/issues/111)). ### [`v6.4.0`](https://togithub.com/borntyping/python-colorlog/compare/v5.0.1...v6.4.0) [Compare Source](https://togithub.com/borntyping/python-colorlog/compare/v5.0.1...v6.4.0)

Configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.