Skip to content

Commit 4f2d63f

Browse files
⬆️ loosen pin on requests dependency (#276)
1 parent 10803a5 commit 4f2d63f

File tree

2 files changed

+2
-2
lines changed

2 files 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",

tests/product/ind/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)