From 31602f0c39a3d875fd6993fc61cb735e3685c4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 22:05:04 +0000 Subject: [PATCH] build(deps)(deps): bump the all-dependencies group with 2 updates Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) and [requests](https://github.com/psf/requests) to permit the latest version. Updates `python-dotenv` to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.2) Updates `requests` to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.33.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]