diff --git a/pyproject.toml b/pyproject.toml index affa388..a0457d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,8 @@ readme = "README.md" requires-python = ">=3.13" keywords = ["scraper", "github", "markdown"] dependencies = [ - "python-dotenv>=1.0.1", - "requests>=2.31.0", # For downloading the GitHub repository + "python-dotenv>=1.2.2", + "requests>=2.33.1", # For downloading the GitHub repository ] [project.scripts]