Skip to content

Commit aa88c8b

Browse files
⬆️ loosen pin on requests to allow for up-to-date compatible versions
1 parent 10803a5 commit aa88c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"pypdfium2>=4.0,<5",
3333
"Pillow>=9.5.0",
3434
"pytz>=2023.3",
35-
"requests~=2.31.0",
35+
"requests>=2.31.0",
3636
]
3737

3838
[project.urls]
@@ -47,7 +47,7 @@ lint = [
4747
"pylint==3.2.7",
4848
"pre-commit~=3.2.2",
4949
"types-pytz>=2023.3",
50-
"types-requests~=2.31",
50+
"types-requests>=2.31",
5151
]
5252
test = [
5353
"toml~=0.10.2",

0 commit comments

Comments
 (0)