kovinevmv / getcontact

Find info about user by phone number using GetContact API
MIT License
437 stars 74 forks source link

chore(deps): bump pytesseract from 0.3.2 to 0.3.7 #41

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps pytesseract from 0.3.2 to 0.3.7.

Release notes

Sourced from pytesseract's releases.

v0.3.7

[breaking change] Python 2 and 3.5 support dropped - reason, End of Life. Migration to GitHub Actions CI workflow and pre-commit.ci for linting. Added new function get_languages. A couple of bug fixes.

v0.3.6

Added support for ALTO XML output (by @eivtho) Minor bugfix with TSV parsing. More graceful timeout termination under Unix-like environments.

v0.3.5

Removed pre-processing conversion - Pillow's image mode matrix doesn't support all use cases. Fix for the output data from tesseract Fix for dynamic I/O error handling

v0.3.4

Support for WebP images Support for python 3.8 (CI testing) Improved cli error reporting Fix for temp files under Windows

v0.3.3

Bug fixes for:

  • temp file read access on Windows
  • duplicate format argument upon image save
Commits
  • f7ebc3a Add pre-commit.ci badge
  • 073677a Axe pre-commit, migration to pre-commit.ci [skip ci]
  • b4443c6 Migrate to pre-commit.ci [skip ci]
  • 24f640d Try passenv for the pre-commit testenv
  • bec2a26 Fix linting
  • b2c85bb Fix test cases for main function
  • 4a72c7d Refactoring: f-strings
  • 1cd1785 Add python 3.9 classifier
  • 82a0cc0 Delete travis config [skip ci]
  • ff1054e Remove debug color step and move env vars
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #62.