Skip to content

Commit 7007ae7

Browse files
committed
build: update pylint version to 4.0.5
1 parent c4d126d commit 7007ae7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ _Changes in the next release_
1414

1515
### Changed
1616
- Improved WS msg processing with dedicated consumer, producer and router tasks with asyncio queues ([#47](https://github.com/unfoldedcircle/integration-python-library/pull/47)).
17-
- Sanitize log messages to prevent sensitive information exposure.
18-
- Updated GitHub actions.
17+
- Sanitize log messages to prevent sensitive information exposure ([#56](https://github.com/unfoldedcircle/integration-python-library/pull/56)).
18+
- Updated GitHub actions and test dependencies.
1919

2020
---
2121

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Workaround: use a pre-commit hook with https://github.com/scikit-image/scikit-image/blob/main/tools/generate_requirements.py
44

55
# pin pylint version: it has a tendendy for stricter rules in patch updates!
6-
pylint==4.0.4
6+
pylint==4.0.5
77
flake8-docstrings
88
flake8
99
black

0 commit comments

Comments
 (0)