Skip to content

Commit

Permalink
Merge pull request #216 from Lucs1590/dependabot/pip/pip-aed9f6bbcd
Browse files Browse the repository at this point in the history
build(deps): bump requests from 2.31.0 to 2.32.0 in the pip group across 1 directory
  • Loading branch information
Lucs1590 authored May 21, 2024
2 parents a97898a + 0b1697a commit 08505f4
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.10
requests==2.31.0
requests==2.32.0
wheel==0.43.*
Pillow>=10.2.0
numpy==1.26.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def read(file_name):
install_requires=[
'tesseract==0.1.3',
'pytesseract==0.3.10',
'requests==2.31.0',
'requests==2.32.0',
'wheel==0.43.*',
'Pillow>=10.2.0',
'numpy==1.26.0',
Expand Down

0 comments on commit 08505f4

Please sign in to comment.