Skip to content

Commit 37b5a70

Browse files
fix(deps): update minimum dependency versions in pyproject.toml
Update the minimum versions of the dependencies in the pyproject.toml file. This is related to PR #2878
1 parent d0fd5ad commit 37b5a70

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
@@ -17,8 +17,8 @@ maintainers = [
1717
]
1818
requires-python = ">=3.8.0"
1919
dependencies = [
20-
"requests>=2.25.0",
21-
"requests-toolbelt>=0.10.1",
20+
"requests>=2.32.0",
21+
"requests-toolbelt>=1.0.0",
2222
]
2323
classifiers = [
2424
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)