diff --git a/pyproject.toml b/pyproject.toml index dd7d348..e40a19b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Menu driven Python wrapper for hashcat" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "requests>=2.31.0", + "requests>=2.34.2", "beautifulsoup4>=4.12.0", "openpyxl>=3.0.0", "packaging>=21.0",