pemistahl / lingua-py

The most accurate natural language detection library for Python, suitable for short text and mixed-language text
Apache License 2.0
1.1k stars 44 forks source link

Bump coverage from 7.0.3 to 7.0.5 #115

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps coverage from 7.0.3 to 7.0.5.

Changelog

Sourced from coverage's changelog.

Version 7.0.5 — 2023-01-10

  • Fix: On Python 3.7, a file with type annotations but no from __future__ import annotations would be missing statements in the coverage report. This is now fixed, closing issue 1524_.

.. _issue 1524: nedbat/coveragepy#1524

.. _changes_7-0-4:

Version 7.0.4 — 2023-01-07

  • Performance: an internal cache of file names was accidentally disabled, resulting in sometimes drastic reductions in performance. This is now fixed, closing issue 1527_. Thanks to Ivan Ciuvalschii for the reproducible test case.

.. _issue 1527: nedbat/coveragepy#1527

.. _changes_7-0-3:

Commits
  • 97642c8 docs: sample html for 7.0.5
  • ba21763 docs: prep for 7.0.5
  • c55dffe mypy: exclude fullcoverage/encodings.py
  • c9d473b mypy: install pytest alongside mypy to get its types
  • b893cb3 mypy: execfile.py
  • 880a64a fix: isolate user code from coverage.py internal code flags. #1524
  • 8fef6f0 mypy: test_venv.py
  • 08564c0 mypy: templite.py test_templite.py
  • 65aad08 mypy: test_testing.py test_version.py
  • 1321803 mypy: test_parser.py test_phystokens.py test_process.py test_report.py test_r...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #118.