diff --git a/CHANGELOG.md b/CHANGELOG.md index e72275b..0b2a3df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,8 @@ _Changes in the next release_ ### Changed - Improved WS msg processing with dedicated consumer, producer and router tasks with asyncio queues ([#47](https://github.com/unfoldedcircle/integration-python-library/pull/47)). -- Sanitize log messages to prevent sensitive information exposure. -- Updated GitHub actions. +- Sanitize log messages to prevent sensitive information exposure ([#56](https://github.com/unfoldedcircle/integration-python-library/pull/56)). +- Updated GitHub actions and test dependencies. --- diff --git a/test-requirements.txt b/test-requirements.txt index 74e27f8..8024f9c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # Workaround: use a pre-commit hook with https://github.com/scikit-image/scikit-image/blob/main/tools/generate_requirements.py # pin pylint version: it has a tendendy for stricter rules in patch updates! -pylint==4.0.4 +pylint==4.0.5 flake8-docstrings flake8 black