Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
97 test failure with prompt toolkit 3032+ (#99)
* [pre-commit.ci] pre-commit autoupdate (#87) updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](PyCQA/flake8@4.0.1...6.0.0) - [github.com/psf/black: 22.3.0 → 23.1.0](psf/black@22.3.0...23.1.0) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v2.0.2](pre-commit/mirrors-autopep8@v1.6.0...v2.0.2) - [github.com/asottile/pyupgrade: v2.31.1 → v3.3.1](asottile/pyupgrade@v2.31.1...v3.3.1) - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.9.0](asottile/reorder-python-imports@v3.0.1...v3.9.0) - [github.com/asottile/add-trailing-comma: v2.2.2 → v2.4.0](asottile/add-trailing-comma@v2.2.2...v2.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Scheduled monthly dependency update for October (#92) * Update coverage from 6.3.2 to 6.5.0 * Update pytest from 7.0.1 to 7.1.3 * Update pytest-mock from 3.7.0 to 3.9.0 * Update requests-mock from 1.9.3 to 1.10.0 * Update sphinx from 4.4.0 to 5.2.3 * Update sphinx-markdown-tables from 0.0.15 to 0.0.17 * Update docstr-coverage from 2.1.1 to 2.2.0 * Update flake8 from 4.0.1 to 5.0.4 * Update pre-commit from 2.17.0 to 2.20.0 * Update click from 8.0.4 to 8.1.3 * Update colorama from 0.4.4 to 0.4.5 * Update cryptography from 36.0.1 to 38.0.1 * Update pyopenssl from 22.0.0 to 22.1.0 * Update requests from 2.27.1 to 2.28.1 * Scheduled monthly dependency update for November (#93) * Update coverage from 6.3.2 to 6.5.0 * Update pytest from 7.0.1 to 7.2.0 * Update pytest-mock from 3.7.0 to 3.10.0 * Update requests-mock from 1.9.3 to 1.10.0 * Update sphinx from 4.4.0 to 5.3.0 * Update sphinx-markdown-tables from 0.0.15 to 0.0.17 * Update docstr-coverage from 2.1.1 to 2.2.0 * Update flake8 from 4.0.1 to 5.0.4 * Update pre-commit from 2.17.0 to 2.20.0 * Update click from 8.0.4 to 8.1.3 * Update colorama from 0.4.4 to 0.4.6 * Update cryptography from 36.0.1 to 38.0.2 * Update pyopenssl from 22.0.0 to 22.1.0 * Update requests from 2.27.1 to 2.28.1 --------- Co-authored-by: matthieu Bouamama <57527739+tyki6@users.noreply.github.com> * Scheduled monthly dependency update for December (#94) * Update coverage from 6.3.2 to 6.5.0 * Update pytest from 7.0.1 to 7.2.0 * Update pytest-mock from 3.7.0 to 3.10.0 * Update requests-mock from 1.9.3 to 1.10.0 * Update sphinx from 4.4.0 to 5.3.0 * Update sphinx-markdown-tables from 0.0.15 to 0.0.17 * Update sphinx-rtd-theme from 1.0.0 to 1.1.1 * Update docstr-coverage from 2.1.1 to 2.2.0 * Update flake8 from 4.0.1 to 6.0.0 * Update pre-commit from 2.17.0 to 2.20.0 * Update click from 8.0.4 to 8.1.3 * Update colorama from 0.4.4 to 0.4.6 * Update cryptography from 36.0.1 to 38.0.4 * Update pyopenssl from 22.0.0 to 22.1.0 * Update requests from 2.27.1 to 2.28.1 --------- Co-authored-by: matthieu Bouamama <57527739+tyki6@users.noreply.github.com> * Bump cryptography from 36.0.1 to 39.0.1 (#96) * Scheduled monthly dependency update for January (#95) * Update coverage from 6.3.2 to 7.0.1 * Update pytest from 7.0.1 to 7.2.0 * Update pytest-mock from 3.7.0 to 3.10.0 * Update requests-mock from 1.9.3 to 1.10.0 * Update sphinx from 4.4.0 to 6.0.0 * Update sphinx-markdown-tables from 0.0.15 to 0.0.17 * Update sphinx-rtd-theme from 1.0.0 to 1.1.1 * Update docstr-coverage from 2.1.1 to 2.2.0 * Update flake8 from 4.0.1 to 6.0.0 * Update pre-commit from 2.17.0 to 2.21.0 * Update click from 8.0.4 to 8.1.3 * Update colorama from 0.4.4 to 0.4.6 * Update cryptography from 36.0.1 to 38.0.4 * Update pyopenssl from 22.0.0 to 22.1.0 * Update requests from 2.27.1 to 2.28.1 * Bump cryptography from 36.0.1 to 39.0.1 Bumps [cryptography](/~https://github.com/pyca/cryptography) from 36.0.1 to 39.0.1. - [Release notes](/~https://github.com/pyca/cryptography/releases) - [Changelog](/~https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@36.0.1...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: pyup.io bot <github-bot@pyup.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: matthieu Bouamama <57527739+tyki6@users.noreply.github.com> * Scheduled monthly dependency update for March (#98) * Update coverage from 6.3.2 to 7.2.1 * Update pytest from 7.0.1 to 7.2.1 * Update pytest-mock from 3.7.0 to 3.10.0 * Update requests-mock from 1.9.3 to 1.10.0 * Update sphinx from 4.4.0 to 6.1.3 * Update sphinx-markdown-tables from 0.0.15 to 0.0.17 * Update sphinx-rtd-theme from 1.0.0 to 1.2.0 * Update docstr-coverage from 2.1.1 to 2.2.0 * Update flake8 from 4.0.1 to 6.0.0 * Update pre-commit from 2.17.0 to 3.1.1 * Update click from 8.0.4 to 8.1.3 * Update colorama from 0.4.4 to 0.4.6 * Update cryptography from 36.0.1 to 39.0.1 * Update pyopenssl from 22.0.0 to 23.0.0 * Update requests from 2.27.1 to 2.28.2 --------- Co-authored-by: matthieu Bouamama <57527739+tyki6@users.noreply.github.com> * feat: enable poetry * feat: 3.11 compliance * style: lint * style: remove test file * ci: poetry compliance * fix: docker + poetry * fix: poetry python version for unit test * fix: poetry python version for unit test * fix: unit test tox * fix: unit test tox poetry installer * fix: unit test tox poetry installer * fix: unit test tox poetry installer * fix: allow poetry as external command for tox test * fix: ci_test * docs: update changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyup.io bot <github-bot@pyup.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information