Skip to content

Commit 6bc8128

Browse files
authored
Merge pull request #21 from openzim/bump-deps
bump dependencies to use up to major version
2 parents 7e12115 + 41630d8 commit 6bc8128

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ classifiers = [
2424
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
2525
]
2626
dependencies = [
27-
"boto3 >=1.12.39,<1.38.0",
28-
"requests >= 2.23,<2.32.4",
29-
"aws-requests-auth >=0.4.2,<0.5",
30-
"humanfriendly >=10.0,<11",
27+
"boto3 >=1.12.39,<2",
28+
"requests >= 2.23,<3",
29+
"aws-requests-auth >=0.4.2,<1",
30+
"humanfriendly >=10.0",
3131
]
3232
dynamic = ["version"]
3333

0 commit comments

Comments
 (0)