Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 22, 2024
1 parent a6ebc69 commit f1f24f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pillow ~= 9.5.0
requests ~= 2.30.0
requests ~= 2.32.2
coverage >= 6.3.1
codecov >= 2.1.12
webdriver_manager ~= 3.8.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def readme(logo_end_line=14):

requires = [
"pillow >= 9.0.1,< 9.6.0",
"requests >= 2.27.1,< 2.31.0"
"requests >= 2.27.1,< 2.33.0"
]

#--------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit f1f24f5

Please sign in to comment.