Skip to content

Commit

Permalink
build(deps): bump requests from 2.25.1 to 2.26.0
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.25.1...v2.26.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 19, 2021
1 parent 826325f commit b224c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tesseract==0.1.3
pytesseract==0.3.8
requests==2.25.1
requests==2.26.0
wheel==0.36.2
pillow==8.3.0
numpy==1.21.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def read(file_name):
install_requires=[
'tesseract==0.1.3',
'pytesseract==0.3.8',
'requests==2.25.1',
'requests==2.26.0',
'wheel==0.36.2',
'pillow==8.3.0',
'numpy==1.21.0',
Expand Down

0 comments on commit b224c6b

Please sign in to comment.