Date: 2025-12-18 Author: Antigravity
To ensure the longevity and maintainability of the cipherchecks tool, the following dependencies and configuration settings have been updated to their latest stable versions.
| Dependency | Old Version | New Version | Reason |
|---|---|---|---|
| flake8 | ^3.9.2 |
^7.3.0 |
Major version update for latest linting rules and Python support. |
| pylint | ^2.9.3 |
^4.0.4 |
Major version update for improved static analysis and Python 3.14 support. |
| python | ^3.11 |
^3.13 |
Updated to 3.13 for sslyze compatibility. |
| Environment Variable | Old Value | New Value | Reason |
|---|---|---|---|
| POETRY_VERSION | 1.7.0 |
2.2.1 |
Update availability of latest Poetry features and bug fixes. |
- Run
poetry updatelocally to update yourpoetry.lockfile with the new versions. - Rebuild the Docker image to verify the new Poetry version:
docker build . -t cipherchecks