From 566e686f5984fb1625fee6baaf50a5f7efd52214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 22:20:32 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [python-dotenv](https://github.com/theskumar/python-dotenv) and ruamel-yaml. Updates `python-dotenv` from 1.1.1 to 1.2.1 - [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.1.1...v1.2.1) Updates `ruamel-yaml` from 0.18.15 to 0.18.16 --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruamel-yaml dependency-version: 0.18.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2f7bf1..fd3f3de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ github3.py==4.0.1 requests==2.32.5 -python-dotenv==1.1.1 -ruamel.yaml==0.18.15 +python-dotenv==1.2.1 +ruamel.yaml==0.18.16