You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix click version incompatibilities
* Upgrade to latest black for click compatibility
* Fix a pylint error on naming
* Version bump for quick bugfix release
* More strict version pinning for click on Python 3.6
🐛 Bug Report
Today, the
click
library released v8.1.0 (https://github.com/pallets/click/releases/tag/8.1.0). According to the release notes:Unfortunately, we relied on at least one of these "previously deprecated features", causing
tartufo
to break when used alongside this new version.Full changelog can be seen here: https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-0
To Reproduce
click
tartufo
scanThe text was updated successfully, but these errors were encountered: