Commit 37b5a704 authored by John L. Villalovos's avatar John L. Villalovos Committed by John Villalovos
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
parent d0fd5ad5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ maintainers = [
]
requires-python = ">=3.8.0"
dependencies = [
    "requests>=2.25.0",
    "requests-toolbelt>=0.10.1",
    "requests>=2.32.0",
    "requests-toolbelt>=1.0.0",
]
classifiers = [
    "Development Status :: 5 - Production/Stable",